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

*{ margin:0; padding:0;}
body{font-size:14px; color:#4e4e4e;}
.main{ width:1024px; margin:0 auto; background:url(../images/BG-image.png) no-repeat; height:990px;}
.form_section{ width:800px; margin:0 auto; height:200px;}
.logo{ width:800px; float:left;}
.logo img{ border:none; outline:none;}
.heading{ width:100%; background:url(../images/headeing_bg.png) repeat-x; float:left;}
.heading h1 { color: #FFFFFF; padding: 5px; text-align: center; font-size:24px;}
.form{ background:url(../images/form_bg.png) repeat; width:800px; float:left; padding-bottom:30px;}
.center_form{ width:500px; margin:0 auto; padding-top:38px;}
.left_section{ width:200px; float:left; color:#4e4e4e; font-size:16px;}
.reight_section{ width:250px; float:left;}
.d_d{ width:100%; float:left; border:1px solid #bdbcbd; padding:2px 5px; color:#808080; font-size:13px; background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #fdfdfd 32%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(32%,#fdfdfd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }
 
.details{ width:96%; float:left; border:1px solid #bdbcbd; padding:2px 5px; color:#808080; font-size:13px; background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #fdfdfd 32%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(32%,#fdfdfd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }
 
.mark{ width:100%; float:left;}
.reight_section p{ float:left; width:100%;}
.select_choice{ width:43%; float:left; border:1px solid #bdbcbd; padding:2px 5px; color:#808080; font-size:13px; background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #fdfdfd 32%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(32%,#fdfdfd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}

.choice_field{ margin-left:20px; width:44%; float:left; border:1px solid #bdbcbd; padding:2px 5px; color:#808080; font-size:13px; background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #fdfdfd 32%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(32%,#fdfdfd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#fdfdfd 32%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}

.button{ width:134px; float:left; padding:10px; text-align:center; margin-top:20px;
 background: #e36d11; /* Old browsers */
background: -moz-linear-gradient(top,  #e36d11 0%, #e06f17 46%, #e36d11 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e36d11), color-stop(46%,#e06f17), color-stop(100%,#e36d11)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e36d11 0%,#e06f17 46%,#e36d11 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e36d11 0%,#e06f17 46%,#e36d11 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e36d11 0%,#e06f17 46%,#e36d11 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e36d11 0%,#e06f17 46%,#e36d11 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36d11', endColorstr='#e36d11',GradientType=0 ); /* IE6-9 */
 -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
color:#FFFFFF; border:0px; 
 }
.button a{ color:#FFF; font-size:16px; text-decoration:none;}
.button:hover{background: #e27928; /* Old browsers */
background: -moz-linear-gradient(top,  #e27928 0%, #dd660b 46%, #e26200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e27928), color-stop(46%,#dd660b), color-stop(100%,#e26200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e27928 0%,#dd660b 46%,#e26200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e27928 0%,#dd660b 46%,#e26200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e27928 0%,#dd660b 46%,#e26200 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e27928 0%,#dd660b 46%,#e26200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27928', endColorstr='#e26200',GradientType=0 ); /* IE6-9 */
}
.check{ width:100%; float:left; margin-top:15px;}
.check lable { color:#999; font-weight:bold; }
.reight_section p{ width:87%; float:left; margin-left:10px;}
.mark{ width:5%; float:left; margin-top:3px;}


.links { float:left; width:100%; margin-top:80px; }
#links { float:right; width:auto; box-shadow:1px 1px 2px #666; background:url(../images/form_bg.png) repeat; padding:20px; }
#links a { color:#666; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;  }

.box { width:auto; padding:20px; float:left; box-shadow:1px 1px 2px #666; }
.form_inputs_tags { color:#333; font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.textfield {   padding:4px;
				border:1px solid #e2e2e2;
				background-color:#ffffff;
				/*-webkit-box-shadow:0 0 5px #e2e2e2 inset;
				-moz-box-shadow:0 0 5px #e2e2e2 inset;
				box-shadow:0 0 5px #e2e2e2 inset;*/
				font-family: tahoma;
				font-size: 11px;
				color:#333;  
				
				 }	
.text_field[type=submit] { padding:8px 20px; border:0px; background-color:#FF6600; font-family: tahoma; font-weight:bold; font-size: 11px; color:#FFF; }
