@CHARSET "UTF-8";
div.form, form{
	background-color:#616161;
	background-image:url("../images/design/middleBox_bg.jpg");
	background-repeat:repeat-x;
	color:#a1a1a1;
	margin:0px;
	padding-left:9px;
	padding-top:4px;
	vertical-align:middle;
	
	margin-bottom:4px;
	font-size:14px;
}

div.form{
	line-height:27px;
	margin:0px;
}

div.form span.main{
	font-weight:bold;
}

div.form a, form a{
	color:#a1a1a1 !important;
	text-decoration:underline;
}

div.form span.yellow{
	color:#fcff00;
}

div.form a.red{
	color:#f00;
	text-decoration:none;
}

label{
	padding-right:5px;
}

legend{
	padding-top:4px;
	padding-left:0px;
	padding-bottom:2px;
	font-size:14px;
}

legend, label{
	font-weight:bold;
}

fieldset{
	padding:0px;
	margin:0px;
	border:none;
}

form div{
	display:block;
	float:left;
	height:31px;
	margin-top:4px;
}

input{
	margin:0px;
	margin-right:5px;
	padding:0px;
	width:107px;
	line-height:23px;
	height:23px;
	vertical-align:middle;
	background-color:#b8b8b8;
	background-image:url("../images/design/input_bg.jpg");
	background-repeat:repeat-x;
	color:#626262;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #888888;
	border-right:1px solid #7d7d7d;
	vertical-align:middle;
	font-size:16px;
	text-align:center;
}

input.submit, input.button{
	background-color:#94298c;
	background-image:url("../images/design/submit_bg.jpg");
	color:#fcff00;
	border-top:1px solid #ff3fe8;
	border-left:1px solid #d873c9;
	border-bottom:1px solid #6d1f68;
	border-right:1px solid #4d1246;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	height:25px;
	border:none;
}

fieldset#checkbox{
	position:relative;
	top:-60px;
	left:0px;
	float:right;
	margin-right:15px;
	font-size:12px;
}


