p.space{
	margin: 0;
	padding: 0;
	}
	
* html p.space{
	margin-top: 3em;
	padding: 0;
	}

fieldset{
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #000000;
	background: #efefef;
	width: 530px;
	position: relative;
	}
	
* html fieldset{
	position: relative;
	margin-top: 5em;
	padding-top: .75em;
	clear: both;
	}
	
fieldset.files{;
	background: #FFC;
	position: relative;
	}
	
* html fieldset.files{;
	position: relative;
	margin-top: 5em;
	padding-top: .75em;
	clear: both;
	}
	
fieldset p{
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin: 0;
	padding: 3px 0 0 0;
	clear: both;
	line-height: 13px;
	}

legend{
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	margin-top: -28px;
	padding: 8px;
	background-color: #efefef;
	}
	
* html legend{
	position: absolute;
	top: -.7em;
	left: .5em;
	}
	
label{	
	display: block;
	width: 200px;
	text-align: right;
	font-family: Arial, Helvetica;
	font-size: 12px;
	float: left;
	vertical-align: bottom;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
	}
	
* html label{	
	padding: 1px 0 0 0;
	}

input{
	display: inline-block;
	width: 200px;
	float: left;
	font-size: 12px;
	}
	
input.check{
	width: 13px;
	}

input.submit{
	width: 150px;
	background-color: #6C3;
	}
	
textarea{
	display: inline-block;
	width: 320px;
	height: 75px;
	float: left;
	font-size: 11px;
	}
	
select{
	font-family: Arial, Helvetica;
	font-size: 12px;
	}
	
div#fix{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	}

div#fix h2{
	color: #F00;
	margin-top: 5px;
	}
	
div#fix ul li strong{
	color: #F00;
	}
	
p.shoulder{
	padding-top: 30px;
	}
	
p.box{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #929292;
	}
	
#PI-hide{
	display: none;
	}
	
input.dg{
	display: list-item;
	width: 100%;
	font-size: auto;
	}
	
input.backbutton{
	display: inline-block;
	width: 90px;
	margin-right: 110px;
	font-size: 12px;
	}

div.dg_check input{
	width: 13px;
	}

