@charset "iso-8859-9";
/* CSS Document */
fieldset {
	background:#f2f2e6;
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #666661 #666661 #fff;
	margin-bottom:36px;
	width:600px;
}
input, textarea, select {
	padding:0;
	font-size: 12px;
	line-height: 12px;
}
fieldset.action {
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5;
	margin-top:-20px;
	background-color: #f2f2e6;
}
legend {
	color:#fff;
	padding:0 10px;
	margin:-26px 0 0 -11px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	font-size: 17px;
	line-height: 21px;
	background-color: #E30A17;
}
label {
	font-size:11px;
	font-weight:bold;
	color:#666;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:right;
	width:80px;
	line-height:25px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
dd {
	float:left;
	width:475px;
	line-height:25px;
	margin:0 0 10px 0;
}
#footer {
	font-size:11px;
}
#container {
	width:700px;
	margin:0 auto;
}
/*Safari*/
select, input, textarea, button {
	outline:none;
	resize:none;
}
