/* CSS Document */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,ins,kbd,q,s,samp,small,strike,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

/*html {overflow-x:hidden;overflow-y:scroll;}*/
body {
	width: 100%;
	font-size: 13px;
	color: #313131;
	font-family: microsoft yahei, Tahoma, Verdana, Georgia, Arial;
}

div,ul,li,p,ol,dl {
	list-style: none;
	display: block;
}

table {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

a,img {
	border: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	color: #3b3b3b;
}

.clearfix {
	display: inline-table;
}  /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}  /* End hide from IE-mac */
*+html .clearfix {
	min-height: 1%;
}

a:focus {
	outline: none;
}

a:link {
	text-decoration: none;
	blr: expression(this.onFocus = this.blur () );
}

a:visited {
	text-decoration: none;
	blr: expression(this.onFocus = this.blur () );
}

a:hover {
	text-decoration: none;
	blr: expression(this.onFocus = this.blur () );
}

a:active {
	text-decoration: none;
	blr: expression(this.onFocus = this.blur () );
	color: fa3729;
}

.clear {
	clear: both;
}
textarea{
	resize: none;
}
.messageContent input,textarea { 
	width: 100%;
    display: block;
    font-size: 14px;
    line-height: 45px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfd9db;
    border-radius: 4px;
    text-indent: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
input:hover, textarea:hover { border-color: #b1b9bb; }
input:focus, textarea:focus {
    border-color: #66afe9;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	display: block;
}
