﻿body{ background-color: #fff;  font-size: 12px; font-family:Verdana,'微软雅黑',Arial,Helvetica,Sans-Serif,'宋体'; color: #909090;color:#516B73;color:#333;height: 100%; }

body,ul,li,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img,div,input{margin:0;padding:0}
*{margin:0;padding:0}
img{border:0;}
ul,li{ list-style:none;}
textarea{overflow:auto;border:solid 1px #03B0F5;padding:5px;}



a{ text-decoration:none;/*color:#03B0F5;*/color:#1974C8;color:#00A9E0; }
a:hover{ color:#E7907C;}

hr{ height:1px;border:0;border-bottom:1px solid #ddd;margin:0}

.clear{clear:both;}

/**********Clear Fix */  
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;    }    
.clearfix {display:inline-block;   }   
/* Hide from IE Mac \*/    
.clearfix {display:block;}    
/* End hide from IE Mac */    
/* end of clearfix */  

/**********分页*/
.pager{text-align:right;padding:20px;}
.pager a,.pager span{padding:5px 10px;}

/**********时间显示的样式*/
.timestamp{color:#ddd;}

/**********消息提示*/
.message{color:red;}

/**********Display:none****/
.notshow{display:none;}

/**********input输入框统一的样式*/
input.text{border:solid 1px #03B0F5;background-color:#fff;height:20px; font-size:15px; padding:5px 10px;}

/**********所有的按钮统一的样式*/
.button{  background-color:#CBDD54; padding:5px;  -webkit-border-radius: 5px;-moz-border-radius: 5px;text-align: center; border:0px; width:59px; color:#fff; font-weight:bold; cursor:pointer; }
.button:hover{background-color:#66ECFF;}

input.btn_submit { margin-top:6px; cursor:pointer;}
input.btn_submit { background:#00A1D0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; color:#fff; text-align:center; padding:10px; font-size:14px; border:0;  }

.register-button{  background-color:#CBDD54; width:80px; height:20px; padding:10px;margin-top:40px; -webkit-border-radius: 5px;-moz-border-radius: 5px;text-align: center; border:0px; height:21px; width:59px; color:#fff; font-weight:bold; cursor:pointer; }
.register-button:hover{background-color:#66ECFF;}

/*模态窗口*/
#tinybox {position:absolute; display:none;  background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #666; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
/*模态窗口*/




.wrapper{width:980px; margin:auto;  }

.left{width:180px; float:left; padding:10px;}
.main{float:left; width:750px; border-right:solid 5px #EBF1DE; padding:10px; 
      min-height:600px;height:auto !important;height:600px; /*这样写的话 ie6会读取height:300px;而忽略height:auto；等于给ie6里设置了一个最小高度；而其他浏览器会读取height:auto;和min-height:300px; */
      }

.left .logo{padding:20px;text-align:center;}
.left .menu ul{border-top:solid 3px #ccc; border-bottom:solid 1px #ccc;}
.left .menu ul li{padding:5px; height:20px; text-align:right; padding-right:20px; }
.left .menu ul li a{ font-size:12px; }

.left .introduction{ margin-top:40px;padding-right:20px;}
.left .introduction div{text-align:right;line-height:20px;}



.footer{ text-align:center; margin-top:10px;}



