
@font-face {font-family:'B Yekan';src:url('BYekan.html');src:url('BYekand41d.html?#iefix') format('embedded-opentype'),url('BYekan-2.html') format('woff'),url('BYekan-3.html') format('truetype');}

body{
background:url('../images/bg.png');
font-family:B Yekan;
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;

}


.box{
	border:solid 0px;
	width:370px;
	height:200px;
	background:#fff;
	border-radius:5px;
	padding: 20px 30px 10px;
	height:466px;
	position:relative;
text-align:center;
font-family:B Yekan;
}
lable{
float:right;
font-family:B Yekan;
}
.input{
border: 1px solid #eeeeee;
border-radius: 2px;
color: rgba(0, 0, 0, 0.75);
text-align:right;
width:82%;
padding-top:10px;
padding-bottom:10px;
margin-left:-26px;
font-family:B Yekan;
margin-top:12px;
}



.send{
font-family:B Yekan;
cursor:pointer;
float:left;
margin-left:-11px;
margin-top:12px;
width:120px;
color:#fff;
height:40px;
background:#00b6eb;
border-radius: 2px;
border:0px;
	transition:All 0.17s ease;
	-webkit-transition:All 0.17s ease;
	-moz-transition:All 0.17s ease;
	-o-transition:All 0.17s ease
}
.send:hover{
	transition:All 0.17s ease;
	-webkit-transition:All 0.17s ease;
	-moz-transition:All 0.17s ease;
	-o-transition:All 0.17s ease;
	background:#0091bb;
	color:#fff;
}