body{
   background: url("../images/bg.jpg") no-repeat scroll center top;
     margin: 0;
    padding: 0;
}
.background{
	 height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}


.dd {
    height: 30px;
    position: relative;
    top: 50px;
    width: 1000px;
}
.dd h2 {
    color: #000;
    float:right;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 680px;
}
	
.dd h2 a{ 
	color: #1a677b;
    margin: 0;
    padding: 0 0 25px;
    text-decoration: none;
}	
	.dd h2 a:hover{  
	color: #000;
    margin: 0;
    padding: 0 0 25px;
    text-decoration:underline;
}	

		

.image2 {
    float: left;
    height: auto;
    margin: 90px 0 0 378px;
    width: 221px;
}


.wrap {
	width:250px;
	height: auto;
	margin: auto;
	margin-top: 160px;
}
.wrap input,textarea{
	border: 1px solid #333;
	background: #fff;
  font-family:Lato ;
  font-weight:700 ;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input ,textarea{
	border-radius: 7px 7px 7px 7px ;
}
.wrap button {
	width: 100%;
	border-radius: 7px;
	background: #b6b6b6;
	text-decoration: center;
	border: none;
	color: #51771a;
  margin-top:-5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;	
	border-bottom: 3px solid #307d63;
	cursor: pointer;
}



	
	