/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	冷漠夜空 2008
	Email:lmyekong@163.com
	QQ:135055506
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*  公共样式  */
* html { filter:expression(document.execCommand("BackgroundImageCache", false, true));}
html,body,p,td,th,input,textarea { font:12px Tohoma,"Sans Serif",Arial; margin:0; padding:0; }
ol,ul,dl,dt,dd,form,label,fieldset,legend,blockquote { margin:0; padding:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
body { background-color:#fff; line-height:18px; color:#675000}
img { border:0; }
select { font-size:12px; }
table { text-align:left; } 
td { vertical-align:top; }
textarea { border-width:1px; border-style:solid; border-color:#848484 #e1e1e1 #e1e1e1 #848484; }
fieldset { border:0; }
cite,em { font-style:normal; }
.clear{ clear:both; height:0; overflow:hidden}
a:link,a:visited { text-decoration:none; color:#0066FF}
a:hover,a:active { text-decoration:underline; color:#f30; }
hr{height:0px;border:0px;border-top:1px solid #ddd;width:96%;}
img{border:0;}

/* header */
#header{ width:900px; height:160px; background-color:#675000; margin:0 auto; overflow:hidden}
#header .topLog{height:90px;}
#header .topLog a{display:block; background:url(../images/logo.gif) no-repeat left 10px; width:200px; height:80px; text-indent:-999px; float:left}
#header .topLog img{margin-top:10px; float:right; width:650px; margin-right:10px; border:1px #666666 solid}
#header .nav{height:20px; background-color:#A96C3A;} 
#header .nav .navlist{float:left; height:20px; overflow:hidden; padding-left:10px;}
#header .nav .navlist li{float:left; line-height:18px;}
#header .nav .navlist li,#header .nav .navlist li a{color:#FFFFFF; font-size:14px; font-weight:bold; margin-right:10px;}
#header .nav .guojia{float:right; height:17px;overflow:hidden; padding-top:3px;}
#header .nav .guojia li{width:48px; height:20px; overflow:hidden; float:left; margin-right:5px;}
#header .nav .guojia li a{color:#fff;}

/*.guojia li.g1{background:url(../images/guojia.gif) left top;}
.guojia li.g2{background:url(../images/guojia.gif) left -15px;}
.guojia li.g3{background:url(../images/guojia.gif) left -30px;}
.guojia li.g4{background:url(../images/guojia.gif) left -45px;}
.guojia li.g5{background:url(../images/guojia.gif) left -60px;}
.guojia li.g6{background:url(../images/guojia.gif) left -75px;}
.guojia li.g7{background:url(../images/guojia.gif) left -90px;}*/

#footer{height:70px;text-align:center; line-height:30px; clear:both; width:900px; margin:0 auto; background-color:#FFFFFF}



/* 弹出框 */
body{margin:0; padding:0;}
#alertdiv{width:300px; height:150px; background-color:#FFF7DF; border:1px #FF6600 solid; padding:1px; margin:0 auto; margin-top:200px;}
#alertdiv h2{height:23px; background-color:#FF9900; line-height:23px; padding:0; margin:0; font-size:14px; display:block}
#alertdiv h2 span{float:left; padding-left:5px; display:block}
#alertdiv p{float:right;width:23px; height:23px; display:block; overflow:hidden; text-indent:-99px; cursor:pointer; background:url(images/close.gif) no-repeat 1px 1px}
.alertinfo{padding:10px; line-height:18px; color:red; text-indent:30px; font-size:12px;}