/* CSS Document */
fieldset {
	border:none;
	text-align:left;
	padding-left:10px;
	}
fieldset legend {
	margin:10px 0;
	padding-bottom:0;
	color:#ab6e52;
	}
fieldset li {
	margin-bottom:20px;
	clear:both;
	}
fieldset li.top {
	margin-top:0;
	}
fieldset li ul li {
	width:125px;
	text-align:right;
	margin-top:5px;
	float:left;
	clear:none;
	}
fieldset li.bottom {
	margin-bottom:0;
	}
form#score h3 {
	background:#cfad9b url(../images2/anck_back2.png) left center repeat-x;
	color:#ffffcc;
	margin-top:20px;
	padding-right:10px;
	padding-left:10px;
	font-size:0.8em;
	}
fieldset#submit p {
	text-align:center;
	margin-top:20px;
	}
a#testis {
	display:none;
	height:40px;
	width:200px;
	margin:20px auto 0 auto;
	background:#000 url(../images2/check_score.gif) top right no-repeat;
	color:#fff;
	text-indent:-5000px;
	cursor:pointer;
	}	
a#testis:hover {
	background:#000 url(../images2/check_score.gif) bottom right no-repeat;
	}
input#go {
	margin-left:10px;
	}
img#pointer {
	margin-bottom:-8px;
	}