@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	font-size:12px;
	color: #444444;
	background-color:#FFFFFF;
}
.rater_title{
    width:96%;
	text-align:left;
	padding-left:15px;
	border-bottom:#92a5b8 solid 3px;
	marging:0;
}
.rater_title span{
    font-size:13px;
	color:#336699;
	line-height:20px;
}
.tab{
    width:500px;
	margin:40px auto;
}
.tab td{
    width:250px;
}
.tab img{
    width:64px;
	height:64px;
}
h1{
    font-size:12px;
	padding:0;
	margin:0 auto 10px auto;
	font-weight:bold;
}
.GridItem {
	background:#FFFFFF;
}
.GridMove {
	background:#e8f0ff;
}
.butdiv0{
	margin:10px 20px;
	padding:10px 0;
    border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:3px solid #999999;
	border-bottom:3px solid #999999;
	background-color:#FFFFFF;
}
.butdiv{
	margin:10px 20px;
	padding:10px 0;
    /*border-color:#2f95dd;
	border-width:1px;
	border-style:solid;*/
    border-top:1px solid #b8d0f3;
	border-left:1px solid #b8d0f3;
	border-right:3px solid #2f95dd;
	border-bottom:3px solid #2f95dd;
	background-color: #b8d0f3;
	cursor: pointer;
}
