.email_content{
    width: 921px;
    margin: 0 auto
}
.email_con{
    width: 100%;
    height: 350px;
    background: url(../images/y_email.jpg) no-repeat top left;
    margin-top: 15px;
}
.ftbgbox{
	display: inline-block;
	float: right;
	width: 88.4%;
}
.email_form{
    width: 100%;
    overflow: hidden;
    border:1px solid #ccc;
    background: #fcf5f2;
}
.question{
    color: #b30e0a;
    padding: 5px 0;
    text-align: center;
    background: url(../images/email_icon.jpg) no-repeat 42% center;
}
.con_left{
    margin-right:15px;
	background: #f4b6b5;
	color: #6b0205;
	padding:0 2px;
}
.email_con h1{
    padding-left:90px;
    padding-top: 20px;
    margin-bottom: 30px;
    color: #b30e0a;
}
.email_con .time,.email_con .guest,.email_con .preview{
    margin-left: 90px;
    font-size: 16px;
    line-height: 28px;
}
.email_con .preview{
	width: 750px;
	overflow: hidden;
}
.email_con #suggest{
    font-size: 20px;
    color: #f76905;
    padding-left: 90px;
    font-weight: bold;
}
  table,th,td{
	border: 1px solid #ccc;
}
.bottom td,table{
	border: none;
}
td{
	height: 42px;
}
.td1{
    width: 120px;
    text-align: center;
}
.td2{
    width: 800px;
}
input[type='text']{
    height: 30px;
    width:300px    ;
    padding-left: 10px;
    margin-left: 20px;
    border: 1px solid #f0f0f0;
    outline: none;
}

#emailText{
    padding: 10px;
    outline: none;
}
.buttonBox{
    padding:15px 0;
}
#sub,#cle{
    margin-left:180px;
    cursor: pointer;
    width: 180px;
    height: 40px;
    background: #f58a58;
    font-size: 16px;
    color: #fff;
}
body,html{
}
.mask{
	display: none;
	position: absolute;
	left:0;
	z-index: 1000;
	top:0;
	background: rgba(0,0,0,.4);
}
.lay{
	width:420px;
	height: 150px;
	padding-top: 50px;
	left:50%;
	top:28%;
	position: relative;
	margin-left: -210px;
	margin-top: 0;
	border-radius: 10px;
	display: none;
	background: #fff;
}
.lay p{
	font-size: 24px;
	color:#004E90;
}
.lay #closelayer{
	cursor: pointer;width:100px;height: 40px;border: 1px solid #ccc;margin: 0 auto;display: block;text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 30px;
}
.lay #closelayer:hover{
}