@charset "gb2312";
/*----------全局*/
*{
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
ul{
	list-style:none;
}

select,input{
	vertical-align:middle;
}
img{
	border:0px;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	text-decoration: underline;
}
a:visited {
	color: #2d2b2b; text-decoration:none;
}
a:link {
	color: #2d2b2b; text-decoration:none;
}
body {
	font-size:12px; line-height:12px; background-color:#1f1f1f; background-image:url(/images/allbg.jpg); background-repeat:repeat-x;
}
.header	{ color: #FFFFFF; font-weight: bold; background-color:#ff3300; padding:6px;}
.header a { color: #FFFFFF }
.tableborder { background: #cccccc; } 
.cbody{
	width:900px;
	margin:0 auto;
}
.margintop{
	margin-top:0px;
}

/***************动态页面导航菜单***/
.topnav{
      background:url(../images/dttopmenu_bg.gif) top repeat-x;
	  height:39px;
	  
}

#navplace ul li{
	float:left;
	margin-left:0px;
	text-align:center;
	background:url(../images/dttopmenu_bg.gif) left bottom no-repeat;
}
#navplace ul li a{
	float:left;
	color:#FFFFFF;
	display:block;
	padding-left:12px;
	padding-right:11px;
	text-decoration:none;
	height:40px;
	line-height:37px;
}
#navplace ul li a:hover{
	color:#FFFF00;
	background:url(../images/topmenu_o.gif) center bottom no-repeat;
}
#navplace *{
	padding:0px;
	
}
.adhead{ padding:5px; text-align:center; background-color:#fff; width:900px; margin:0px;}

/***************动态页面当前位置内容***/
.dttopnav {
        background:url(../images/dtnav_bg.gif) center top no-repeat;
		text-align:left;
		text-indent:10px;
		line-height:35px;
		padding:0px;
		
}
.dtcontent {        
		padding:10px;
}

/*-----------会员控制面板*/

.allkz { 
     background-color:#fff;
	 width:150px;
	 border:1px solid #ff3300;
	 padding:5px;
	 margin:0px;
	 
}
.allkz * { 
     padding:0px;
	 
}

.ctitle dl { 
     background-color: #FF3300;
	 width:150px;
	 line-height:25px;
	 text-indent:15px;
	 color:#fff;
	 font-weight:bold;
}

.ctitle ul li a{
	display:block;
	width:148px;
	line-height:25px;
	border:1px solid #ededed;
	cursor:pointer;
	text-indent: 15px;
	
}
.ctitle ul li .link{
	display:block;
	width:148px;
	height:25px;
	line-height:25px;
	text-align:left;
}
.ctitle ul li a:hover{
	border:1px solid #FF9900;
}
.ctitle li{
	margin-bottom:2px;
	margin-top:2px;
	
}
/*-----------会员控制面板未/登录显示*/
.oltext {
   color:#666666; 
   line-height:20px;
   font-size:14px;
   height:60px;
}

.ntext {
   color:#ff0000; 
   line-height:20px;
   font-size:14px;
   height:50px;
}

.inputbox{
	width:270px;
	float:left;
	background:url(../images/login_input_hr.gif) right center no-repeat;
}
.inputbox dl{
	width:230px;
	height:41px;
	float:left;
}
.inputbox dl dt{
	float:left;
	width:60px;
	height:31px;
	line-height:31px;
	text-align:left;
	font-weight:bold;
	color: #006600;
}
.inputbox dl dd{
	width:160px;
	float:left;
	padding-top:1px;
}
.inputbox dl dd input{
	font-size:12px;
	font-weight:bold;
	border:1px solid #888;
	padding:4px;
	background:url(../images/login_input_bg.gif) left top no-repeat;
}


.butbox{
	float:left;
	width:200px;
	margin-left:26px;
}
.butbox dl{
	width:200px;
}
.butbox dl dt{
	width:160px;
	height:41px;
	padding-top:5px;
}
.butbox dl dt input{
	width:98px;
	height:33px;
	background:url(../images/login_submit.gif) no-repeat;
	border:none;
	cursor:pointer;
}
.butbox dl dd{
	height:21px;
	line-height:21px;
	padding-left:35px;
	
}
.butbox dl dd a{
	margin:5px;
}
.logintext {
  color:#333;
  line-height:40px;
  font-size:14px;
}

.loginname {
  color:#ff3300;
  line-height:30px;
  font-size:18px;
  font-weight:bold;
}

/*-----------尾部*/
.foot_menu{
    padding:12px 0px 8px 0px;
	text-align:center;
	border-top:1px solid #ededed;
	background-color:#FFFFFF;
}
.foot_about{
    padding-bottom:15px;
	text-align:center;
	background-color:#FFFFFF;
}

/*-----------会员注册表单*/

.reginputbox{
	width:400px;
	float:left;
	background:url(../images/login_input_hr.gif) right center no-repeat;
}
.reginputbox dl{
	width:350px;
	height:40px;
	float:left;
}
.reginputbox dl dt{
	float:left;
	width:80px;
	height:31px;
	line-height:31px;
	text-align:left;
	color: #006600;
	padding-left:40px;
}
.reginputbox dl dd{
	width:200px;
	float:left;
	padding-top:1px;
}
.reginputbox dl dd input{
	font-size:12px;
	color:#009900;
	border:1px solid #888;
	padding:4px;
	background:url(../images/login_input_bg.gif) left top no-repeat;
}

.regbutbox{
	float:left;
	width:100px;
	margin-left:20px;
}
.regbutbox dl{
	width:200px;
}
.regbutbox dl dt{
	width:160px;
	height:41px;
	padding-top:60px;
}
.regbutbox dl dt input{
	width:98px;
	height:33px;
	background:url(../images/reg_submit.gif) no-repeat;
	border:none;
	cursor:pointer;
}
.regbutbox dl {
	height:21px;
	line-height:21px;
	padding-left:35px;
	
}

/*-----------自定义input样式*/
.myinput input {
	border:1px solid #999999;
	background:url(../images/input_bg.gif) top left no-repeat;
	padding:4px;
	margin-top:3px;
}
/*-----------投稿页面样式*/
.worksm {
    color: #336600;
	line-height:18px;
}
