.msgNormal{background:url(../images/validate_normal.gif) no-repeat; width:190px; padding-left:25px;padding-top:5px;padding-bottom:3px;color:#999999; }
.msgOnFocus{background:#E9F0FF url(../images/validate_waring.gif) no-repeat; width:190px; padding-left:25px;padding-top:5px;padding-bottom:3px;border: #00a8ff 1px solid;}
.msgError{background:#FFF2E9 url(../images/validate_error.gif) no-repeat; width:190px; padding-left:25px;padding-top:5px;padding-bottom:3px;border: #f60 1px solid;}
.msgError a{color:red;}
.msgOK{background:#E9FFEB url(../images/validate_success.gif) no-repeat; width:190px; padding-left:25px;padding-top:5px;padding-bottom:3px;border: #00be00 1px solid; }
.msgAjaxing{background:#E9FFEB url(../images/spinner.gif) no-repeat 3px 3px; padding-left:25px;padding-top:5px;padding-bottom:3px;} 
/*===================全局样式====================*/
html , body{
	font:lighter 12px/1.5em Tahoma;background:#fff;margin:10px 0 0 0;padding:0;color:#333;
}
a{
	color:#333;text-decoration:none;
}
a:hover{
	color:#e55302;text-decoration:underline;
}
img , input ,select{
	vertical-align:middle;font-size:12px;}
a img{
   border:none;
}
img
{ border:none;
}
ol ,ul ,dl ,dd ,h1 ,h2 ,h3 ,h4{
	margin:0;padding:0;list-style:none;
}
.width-global{
	width:980px;margin:5px auto;
}
br.clear-left{
	line-height:0;clear:left;height:0;
}
br.clear-right{
	line-height:0;clear:right;height:0;
}
br.clear-all{
	line-height:0;clear:both;height:0;display:inline;
}
.leftside-content{
  padding-bottom:2px;background:#fff url('../images/bg-left-content.jpg') bottom center no-repeat;margin-bottom:5px;
}
.leftside-content h1{
  text-indent:-1000em;background:#fff;font-size:14px;width:195px;height:31px;
}
.login-box , .classlist-box , .vote-box , .viewed-box{
  width:183px;overflow:hidden;border:solid 1px #d9d9d9;padding:5px;border-top:none;background:#fff;
}
.form-label {
  text-align:right;line-height:17px;
}
.login-box a{
  color:#666666;
}
.login-box a:hover{
  color:#f60;
}
h1.login{
  background-image: url('../images/login-title.jpg');
}
h1.login-in{
  background-image: url('../images/login-in-title.jpg');
}
.login-box-input{
  width:90px;height:13px;border:solid 1px #ccc;
}
.login-btn{
  padding:0 0.5em;height:20px;
}/*用户登录结束*/


h1.vote{
  background-image: url('../images/vote-title.jpg')
}
.vote-box ul{
  color:#000;
}
.vote-box li{
  padding-left:1em;color:#333;
}
.vote-title
{
  text-align:left;font-weight:bold;color:#333;
}