/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
	font-family: "Microsoft YaHei", "微软雅黑",STXihei, "华文细黑";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.common_dialog{
	width: 100%;
	height: 100%;
	background: url(../../images/optBg.png);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
}
.common_dialog .box_wrapper{
	margin-top: 25%;
}
.common_dialog .box{
	width: 300px;
	background: #fff;
	border-radius: 4px;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}
.common_dialog .box_close{
	width: 35px;
	height: 35px;
	background: url(../../images/icon1.png) no-repeat -275px -58px;
	display: inline-block;
	position: absolute;
	right: -35px;
	top: -20px;
	cursor: pointer;
}
.common_dialog .boxIcon{
	width: 43px;
	height: 43px;
	display: block;
	margin: 0 auto 5px auto;
}
.common_dialog .boxIcon.success{
	background: url(../../images/icon1.png) no-repeat -270px -4px;
}
.common_dialog .boxIcon.failed{
	background: url(../../images/faile.png) no-repeat left top;
	background-size: 43px 43px;
}
.common_dialog h2 {
	line-height: 30px;
	font-size: 14px;
	color: #222;
	text-align: center;
	font-weight: normal;
}
.common_dialog p {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
textarea{
	resize: none;
}