
body{
	background-color:#DCDCDC !important;
	font-size:14px !important;
	font-family:arial;
	line-height:1.3em;
	color:#333333;
	float:center;
	overflow-x:hidden;
}
.container{
	margin:0 auto;
	width:900px;
	float:center;
	padding:50px;
	}
	.header{
	width:100%;
	height:72px;
	padding:5px;
	background-image:url('../image/header.png');

	}
	.header .text-area{
	color:#FFFFFF;
	float:left;
	padding-left:30px;
	}
	.panel{
	background-color:#FFFFFF;
	width:480px;
	float:center;
	margin-top:60px;
	margin-left:200px;
	
	 
	}
	a{
	text-decoration:none;
	margin-left:85px;}
	.row3{
	height:75px;
	width:300px;
	margin-top:30px;
	}
	.row1{
	height:33px;
	padding:2px;
	background-image:url('../image/header.png');
	}
	.row2{
	
	height:27px;
	padding:2px;
	background-color:#C8C8C8 ;
	text-align:center;
	text-shadow: 0px 1px 1px #fff;
	 color: #fff
	 	font-family: Helvetica, Arial, sans-serif;

	}
h2 {
    color: #fff;
    font-size: 16px;
   
    text-align: center;
		font-family: Helvetica, Arial, sans-serif;
		

}
	 .show1{
	width:400px;
	
	border-radius:5px;
	
	padding:30px;
	margin-bottom:20px;
	}
	t1{
	font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    padding: 0px 8px 0px 8px;
    margin-left: -8px;
    width: auto;
    border: 0;
    margin-bottom: 0;}
	
	form{
	padding:30px;
	width:700px;
	}
	label{
	font-weight:normal;
	line-height:16px;
	color:#006699;}
	
	input{
	border-radius:3px;
	line-height:normal;
	font-size:12px
	color:#666;
	padding:6px 10px;
	border:1px solid #BBB;
	margin-right:5px;
	width:350px;}
	
	
	 .text{
	 font-size:12px;
	 color:#666;
	 font-family: Helvetica, Arial, sans-serif;
	 padding:3px;
	 margin-bottom:5px;
	 }
	 
	 .btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
font-family: Arial;
  color: #266e16;
  font-size: 18px;
  font-weight:bold;
  background: #dce8dc;
  padding: 6px 14px 6px 14px;
  border: solid #a6bfa6 1px;
  text-decoration: none;
}

.btn:hover {
	-webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
   box-shadow: 0px 1px 3px #666666;
  text-decoration: none;
}