/* 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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}
body {
    line-height: 1;
}
ol, ul, li {
    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;
    table-layout: fixed;
}
img {margin: 0;padding: 0;border: none 0}

/*اه³‎¸،¶¯*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#dialog{width:533px;height:550px;overflow:hidden; position:relative;display:none}
#dialogtext{width:542px;overflow:hidden; position:relative;display:none}
#dialogtextbox {width:496px;border:2px solid #ccc;background:#fff;height:100%;font-size:14px;line-height:30px;padding:0}
#dialogtextbox h1 {color:#961114;font-size:18px;line-height:40px;background:#f5efe9;text-align:center;margin:0;height:40px;border-bottom:1px solid #ccc}
#dialogtextcont {padding:10px 30px;text-indent:24px}
.closeBtn{ width:42px; height:42px; overflow:hidden; position:absolute; top:0px; right:0; cursor:pointer; background:url(http://lt.baiyou100.com/ltindex2012_files/close.jpg) no-repeat; }