@charset "utf-8";
/* CSS Document */

.maincolumn {
	width: 780px;
	font-size: 0.95em;
	margin-right: 0px;
}
fieldset {
	background:#f2f2e6; 
	padding:10px; 
	border:1px solid #fff; 
	border-color:#fff #666661 #666661 #fff; 
	margin-bottom:15px; 
	width:720px;
}
fieldset.action {
	background:#9da2a6; 
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5;
	margin-top:-14px;
}
legend {
	background:#990000;
	color:#fff;
	font:17px/21px Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:-12px 0px 0px -12px;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	font-size: 16px;
}
label {
	font-size:13px; 

	color:#000;
}
label.opt {
	font-weight:normal;
}
dl {
	margin:0px 0px 0px 0px; 
	padding-bottom:26px;
}
dt {
	float:left;
	text-align:left;
	width:480px;
	display:block;
	padding-left:0px;
	height:20px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}
dd {
	float:left; 
	width:220px; 
	margin:0 0px 10px 0; 
	display:block;

}
select, input, textarea, button {outline:none; resize:none;}
.clear{clear:both; padding-bottom:45px}


