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


*{	margin:0; 
	padding:0;}

html, body {font-family:'Open Sans', Verdana, sans-serif,Geneva, sans-serif;
  			font-style: normal;
			font-weight:400;
			font-size:14px;	
			color:#4e4e4e;}
				
.form		{	width:337px; 
				height:auto; 
				float:left; 
				position:relative;}
			
img			{	border:none;}
a{	text-decoration:none;}
.clearboth{	clear:both;}
			
.captcha_img{	width:80px;
				height:30px;
				float:left;				
				position:relative;}
				
.lables		{	width:115px;
				height:30px;
				line-height:30px;
				float:left;
				position:relative;
		font-family:'Open Sans', Verdana, sans-serif,Geneva, sans-serif;
  			font-style: normal;
			font-weight:600;
			font-size:15px;	
				padding-left:2px;
				color:#002659;}
				
input{		width:200px;
			height:30px;
			line-height:30px;
			position:relative;
			float:right;
			font-family:'Open Sans', Verdana, sans-serif,Geneva, sans-serif;
  			font-style: normal;
			font-weight:400;
			font-size:15px;	
			padding-left:7px;
			padding-right:3px;
			margin-bottom:5px;
			border:0;
			color:#003553;
			background-color:#fbf0b5;}
			
.select_btn{	width:200px;
				height:30px;
				line-height:30px;
				position:relative;
				float:right;
		font-family:'Open Sans', Verdana, sans-serif,Geneva, sans-serif;
  			font-style: normal;
			font-weight:400;
			font-size:15px;	
				padding-left:7px;
				padding-right:3px;
				margin-bottom:5px;
				border:0;
				color:#003553;
				background-color:#fbf0b5;}
			
			
textarea		{	width:195px;
					max-width:195px;
					min-width:195px;
					height: 80px;
					min-height: 80px;
					max-height: 80px;	
					line-height: 130%;
					position:relative;
					float:right;
			font-family:'Open Sans',sans-serif, Verdana, Geneva, sans-serif;
					font-size:14px;
					padding:7px;
					margin-bottom:5px;
					border:0;
					color:#003553;
					background-color:#fbf0b5;}
			
			
input[type="text"]:focus,textarea:focus, select:focus,input[type="email"]:focus
{			color:#003553;
			background-color:#e5d580;}


.submit{float:right;
		margin-top:2px;}

.submit input{	width:94px;
				height:35px;
				line-height:35px;
				float:left;
				position:relative;
				font-family:'Open Sans',sans-serif, Verdana, Geneva, sans-serif;
				font-weight:600;
				font-size:18px;
				font-style:normal;
				text-align:center;
				cursor:pointer;
				border:none;
				color:#ffffff;
			background-color:#021c39;}
									

.goBack	{	display:block;
			width:100px;
			height:35px;
			line-height:35px;
			font-family:'Open Sans',sans-serif, Verdana, Geneva, sans-serif;
			font-weight:600;
			font-size:18px;
			font-style:normal;
			text-align:center;
			cursor:pointer;
			border:none;
			margin:auto;
			position:relative;
			color:#ffffff;
			background-color:#021c39;}
						
.submit input:hover, .goBack:hover{	color:#b5d7fd;
		background-color:#021c39;}
.blink{	color:#9d3211;
		font-weight:600;}
