/*global css*/
body,html,h1,h2,h3,h4,h5,h6,big,small,sub,sup,input,select,textarea{font-size:12px; color:#333; -webkit-text-size-adjust:none; outline:0; font-family:Arial, Helvetica, sans-serif;}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block; margin:0; padding:0; border:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,select,textarea,blockquote{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
li{ list-style-type:none;}
#global_editor_contents li{list-style-type:inherit;}
img{max-width:100%; max-height:100%; border:none;}
input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea{-webkit-appearance:none; border-radius:0; border:1px solid #ddd;}
textarea{resize:none;}
table{word-wrap:break-word !important; border-collapse:collapse !important;}

.fl{float:left;}
.fr{float:right;}

.container{
	width:1228px;
	margin: 0px auto;
}

h3{
	color:#399c04;
	font-size: 16px;
	border-bottom: #d6d6d6 solid 1px;
	line-height: 35px;
}
.more{
	color:#399c04;
	text-decoration:none;
	font-size: 12px !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.mar-top-20{
	margin-top: 20px;
}