@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.form_right { width:358px; height:auto; float:left; background-color:#0060ae; border-bottom-right-radius:3px; border-bottom-left-radius:3px;}
.form_top { width:358px; height:52px; background-image: url(../images/new-top-bg.png); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-align:center; line-height:35px; }  
.text_form { font-size:15px; color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif; }
.red_mark { color:#d70b09; font-weight:bold; width:10px;}
.input_bg {width:195px; height:28px; border:0px; outline:none; border-radius:3px; padding-left:5px; } 
.message_bg {width:196px; height:28px; border:0px; outline:none; border-radius:3px;} 

.form_all_select{
	background: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 182px;
	height:31px;
	padding-right:16px;
	border: 1px #b3b3b3 solid;
}
.form_all_select select {
	background: url(../images/menu.jpg) no-repeat scroll 165px 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #7c7c7c;
	font-size: 12px;
	overflow:hidden;
	padding:9px 0 9px 2px;
	width: 211px;
}