@charset "utf-8";
/* CSS Document */

.box-mail {
	height: 162px;
	width: 175px;
	border: 3px solid #FFF;
	padding: 20px 12px;
	
	background: #f1f0ed; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1eee9) to(#e5e3df)); /*old webkit*/
    background: -webkit-linear-gradient(#f1eee9, #e5e3df); /*new webkit*/
    background: -moz-linear-gradient(#f1eee9, #e5e3df); /*gecko*/
    background: -ms-linear-gradient(#f1eee9, #e5e3df); /*IE10*/
    background: -o-linear-gradient(#f1eee9, #e5e3df); /*opera 11.10+*/
    background: linear-gradient(#f1eee9, #e5e3df); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f1eee9, #e5e3df); /*PIE*/
}
.box-mail h4 {
	font-size: 17px;
	color:#87847f;
	font-weight: bold;
	font-family: 'Corbel';
}
.box-mail p {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 16px;
}
input.text{
	background: #333333;	
	height: 28px;
	width: 155px;
	color: #FFF;	
	font: normal 12px/28px "LucidaG";	
	padding: 0 10px;	
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 12px;
} 
input[type="submit"] {	
	height: 23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
    box-shadow: 0px 0px 2px #bcb9b7;
    color: #333333;
	padding: 0 20px;
	float: right;
	border-top: 1px solid #cccccc;
	border-bottom: solid 1px #656463;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #cbcac7; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e6e6) to(#aba9a4)); /*old webkit*/
    background: -webkit-linear-gradient(#e7e6e6, #aba9a4); /*new webkit*/
    background: -moz-linear-gradient(#e7e6e6, #aba9a4); /*gecko*/
    background: -ms-linear-gradient(#e7e6e6, #aba9a4); /*IE10*/
    background: -o-linear-gradient(#e7e6e6, #aba9a4); /*opera 11.10+*/
    background: linear-gradient(#e7e6e6, #aba9a4); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e7e6e6, #aba9a4); /*PIE*/	
}