﻿@charset "utf-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-25 20:39:10
 * @version $Id$
 */

.content_sign{
	border-bottom: 5px solid #39A4DB; 
}
.msgContent{
	width: 950px;
	margin: 30px auto;
}
.msgContent p{
	height: 50px;
	line-height: 50px;
	color: #39A4DB;
	font-weight: bold;
}
.email{
	height: 40px;
}  
.email input{
	width: 200px;
}
.s{
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 40px;
}