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

html,body{
   background:#f6f6f6;
   margin:0;
   padding:0;
   font-size:12px;
   }
.main{
   width:500px;
   margin:0 auto;
   margin-top:80px;
   background:url(../images/bg.jpg) repeat-x;
   border-radius:10px;
   padding:100px;
   }

.center{
   width:350px;
   margin:0 auto;
   padding:0px 30px 30px 30px;
   border-radius:10px;
   text-align:center;
   color:#e0e0e0;
   border:#FFFFFF solid 4px;
   }
.center ul{
   list-style:none;
   margin:0;
   padding:0;
   }
.center ul li{
   display:block;
   background:url(../images/in_line.jpg) repeat-x;
   height:43px;
   line-height:43px;
   border-radius:10px;
   border:#dca511 solid 3px;
   }
.center ul li .list{
   display:block;
   background:url(../images/in_line.jpg) repeat-x;
   height:43px;
   line-height:43px;
   border-radius:10px;
   border:#dca511 solid 3px;
   width:250px;
   margin:0 auto;
   }    
.center ul li h1{
   font-size:24px;
   color:#fff;
   margin:0;
   padding:0;
   }
   
.in_put{
   border:none; 
   width:300px; 
   margin-top:8px; 
   font-family:Arial, Helvetica, sans-serif; 
   font-size:15px; 
   color:#333333; 
   background:url(../images/s_line.jpg) repeat-x; 
   height:28px;
}  
.submit{
   font-family:Arial, Helvetica, sans-serif; 
   font-size:18px; 
   height:30px; 
   color:#333333; 
   width:120px; 
   background:#FF6600; 
   border:none; 
   border-radius:5px; 
   margin-top:10px;
   cursor:pointer;
   }  
   
   
.top_bar{
   background:#074e8b; 
   font-size:35px; 
   text-align:center; 
   font-family:"Gill Sans MT";
   font-weight:bold;
   text-shadow:1px 2px 0px #000;
   height:80px; 
   line-height:80px; 
   color:#fff; 
   text-transform:uppercase;
	}   
.result{
   width:800px;
   margin:0 auto;
   margin-top:30px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#333;
   line-height:20px;
   } 
.b_tx{
   font-size:13px; 
   font-weight:bold; 
   line-height:30px; 
   text-align:left;
   padding-left:5px;
} 
.tabel_t{
   margin-top:10px; 
   background:#003366; 
   color:#FFFFFF; 
   height:30px;
  } 
.tabel_t1{
   margin-top:20px; 
   background:#333; 
   color:#FFFFFF; 
   height:30px;
   margin-top:20px;
  }
.tabel_td{
   font-size:15px; 
   font-weight:bold; 
   line-height:40px;
   text-align:center;
  } 
              
.tabel_td1{
   font-size:15px; 
   font-weight:bold; 
   line-height:40px;
   text-align:center;
   background:#4989c1;
   color:#FFFFFF;
  }   
  
#button a{background-color:#FF6600;
padding:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
text-transform:uppercase;
text-decoration:none;
margin-bottom:7px;
border-radius:7px;
}
#button a:hover{background-color:#036;
padding:10px;
} 

.result { font-size:30px; line-height:42px; text-transform:capitalize;}
.result1 { font-size:36px; line-height:42px; text-transform:capitalize;}

.note { font-size:14px; font-weight:200}

