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, 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, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Microsoft Yahei";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


d.validation-tip.validation-fail {
    background-position: 0 -20px;
    color: #f4504f;
}

d.validation-tip {
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    background-image: url(../image/validation-icon.gif);
    background-repeat: no-repeat;
}

.idx-popBox {
	background-color:#FFF;
	border:4px solid #adadad;
	position:absolute;
	z-index:99;
	box-shadow:1px 1px 20px #CCC;
	cursor:move;
}
.idx-popBox a:hover {
	text-decoration: none;
}
.idx-popBox-bg {
	width:100%;
	background-color:#000;
	opacity:.25;
	filter:Alpha(opacity=25);
	position:absolute;
	z-index:98;
	left:0;
	top:0;
}
.closepop-btn {
	font-family:"宋体";
	font-weight:bold;
	color:#000;
	position:absolute;
	top:10px;
	right:20px;
	z-index:1;
	background:#fff
}
.idx-popBox-title {
	background:#EEE;
	line-height:40px;
	text-indent:20px;
	font-size:16px;
	color:#666;
}
.idx-popBox-content {
	margin:10px;
	font-size:12px;
	line-height:1.8;
	text-indent:20px;
}