@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* CSS Document */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.mail-wrapper{
	display:inline-block;
	width:410px;
	border:1px solid #c9cacc;
	border-radius:10px;
	font-family: 'Open Sans', sans-serif;
}
.mail-header{
	float:left;
	width:100%;
	position:relative;
	padding:30px 25px 40px 25px;
}
.mail-header a.mail{
	display:inline-block;
	width:100%;
	color:#1294e1;
	margin-bottom:3px;
	text-decoration:none;
}
.mail-header h2{
	font-size:16px;
	width:100%;
	margin:0 0 10px 0;
}
.btn-download{
	display:inline-block;
	padding:8px 20px;
	border-radius:20px;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	background-color:#3c3a3c;
	text-transform:capitalize;
}
.mail-header p{
	font-size:12px;
	color:#666;
	margin:15px 0 20px 0;
}
.mail-header:after{
	content:'';
	position:absolute;
	bottom:-11px;
	left:30px;
	width:20px;
	height:20px;
	z-index:9999;
	border-bottom:1px solid #c9cacc;
	border-right:1px solid #c9cacc;
	background-color:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mail-content{
	float:left;
	width:100%;
	padding:30px 25px;
	position:relative;
	border-top:1px solid #c9cacc;
	background-color:#f0f4f7;
}
.mail-content h2{
	font-size:12px;
	margin:0;
}
.mail-content time{
	font-size:12px;
}
.mail-footer{
	float:left;
	width:100%;
	padding:20px 25px;
	border-top:1px solid #c9cacc;
	background-color:#e2e6e9;
}
.mail-footer p{
	font-size:14px;
	margin:0;
	text-transform:capitalize;
}
.mail-footer p a{
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	color:#1294e0;
	margin:0 0 0 5px;
	text-transform:capitalize;
}
body .in_fo {
    color: #ff4242;
}
#friend_email, #my_email {
    margin: 10px 0;
	border: 1px solid #ededed;
}
.send_files .inner_form fieldset {
    margin: 5px 0 0 ;
    padding: 2px 0;
}