#formWrap {
	text-align: left;
}

#formWrap h3{
	font-size:large;
}

#formWrap dl {
	margin:15px;
}

#formWrap dl dt {
/*
	border-left:5px solid #656565;
	border-bottom:1px solid #7CADB6;
	font-size:small;
	margin:5px;
	padding:2px;
 */
	border-left:5px solid #999999;
	clear:both;
	margin-bottom:0.7em;
	padding:0.2em 0 0.1em 0.8em
}
#formWrap dl dt span{
	color:red;
	font-weight:bold;
}
#formWrap dl dd{
	font-size:small;
	margin-bottom: 0.7em;
	padding: 0.8em
}
#formWrap dl dd input{
	position:relative;
	z-index:2;
}
#formWrap dl dd label{
	position:relative;
	padding:5px 5px 5px 25px;
	margin : 0 5px 0 -25px;
	margin-left:-25px;
	position:relative;
	z-index:1;
}
#formWrap dl dd input.error,
#formWrap dl dd select.error,
#formWrap dl dd textarea.error {
	    background:#FFCCCC;
}

#formWrap dl dd.r_error [parts_type],
#formWrap dl dd.r_error label {
	background:#FFCCCC;
}
* html dl dd.r_error label {
	background:none;
}
*+html dl dd.r_error label{
	background:none;
}
#formWrap dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}

#formWrap p.notes {
	padding: 0.8em;
	text-align:left;
}

.commit_btn{
margin:5px 0 5px;
text-align:center;
}
