/* 重置浏览器样式 */
body, div, ul, ol, li, dl, dt, dd, table, thead, tbody, tfoot, th, tr, td, h1, h2, h3, h4, h5, h6, font, strong, em, i, b, form, input, textarea, select, option, p, span, a, img, embed, frameset, frame, iframe, canvas{
	margin: 0;
	padding: 0;
}

body{
	font: 16px 'Microsoft YaHei';
}

ul, ol, li{
	list-style: none;
}

frameset, frame, iframe, img, input, textarea, select, option, table{
	border: none;
}

img{
	vertical-align: middle;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

a{
	text-decoration: none;
	color: #000000;
}

/* 浮动与清除 */
.fl{
	float: left;
}

.fr{
	float: right;
}

.clear{
	clear: both;
}

/* 表单提示 */
.tip{
	font-size: 14px;
	color: #626262;
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 1;
}

.error{
	color: #ff0000;
}

/* 输入框 */
.input1{
	width: 204px;
	height: 35px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #303030;
}

/* 按钮 */
.btn1{
	width: 103px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #47b3e3;
	display: inline-block;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.btn2{
	width: 126px;
	height: 37px;
	line-height: 37px;
	border-radius: 5px;
	background: #47b3e3;
	display: inline-block;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

/* 定位 */
.pr{
	position: relative;
}

/* 对齐 */
.va_m{
	vertical-align: middle;
}

/* 字体大小 */
.f20{
	font-size: 20px;
}

/* 颜色 */
.c_2b2b2b{
	color: #2b2b2b;
}
