#userform ol {
	margin: 0;
	padding: 0;
}

#reviewlist li, #userform li {
	list-style: none;
	margin: 0 0 5px;
	width: 450px;	
}

#userform label {
	display: block;
	float: left;
	width: 100px;
}

#starrating li {
	width: auto;
}

#userform input, #userform textarea  {
	width: 300px;
	padding: 3px;
	color: #2a6ea4;
	font-family: tahoma, arial;
	font-size: 12px;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background: #faf9f9 url('/images/formbg.gif') repeat-x top;
}

#userform textarea {
	background: #ffffff url('/images/textboxbg.gif') repeat-x bottom;
	height: 160px;
}

#userform select {
	width: 309px;
}

#userform li.fieldnote {
	font-size: 10px;
	color: #787878;
	margin: -5px 0 5px 103px;
	width: 306px;
}

.req {
	color: #2a6ea4;
	font-family: verdana;
	font-size: 13px;
	vertical-align: top;
	padding-left: 5px;
}

.astrix {
	color: #2a6ea4;
	font-family: verdana;
	font-size: 13px;
}

#userform .ratingli {
	margin: 10px 0;
}

#userform .sbutton input, #userform .sbutton2 input, #userform .sbutton3 input {
	height: 22px;
	width: 98px;
	border: none;
	background-color: none;
	padding: 0;
	margin: 5px 0 0 103px;
}

#userform .sbutton2 input {
	width: 86px;
}

#userform .sbutton3 input {
	width: 96px;
}

#userform .gored {
	border: 1px solid #f57e7e;
}

#thankyou{background-color:#dcf5d9;border:1px solid #65d559;padding:15px;margin-bottom:10px}
#thankyou p{text-align:center;margin:0;font-weight:bold}