/*
Thunder Request
*/
#thunder_request {
	vertical-align:bottom;
}

#thunder_request h3 {
	position:relative;
	font-size: 14px;
	margin:0;
	padding:0;
	color: #000000;
	border-bottom: 1px #b6aa8e solid;
}

#thunder_request li {
	list-style:none;
	height:20px;
}

#thunder_request #notes li {
	list-style:none;
	height:50px;
}

#thunder_request #notes textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #b6aa8e;
	height:50px;
}

.clearboth { clear: both; }

#thunder_request li label{
	position:relative;
	width:230px;
	float: left;
	height:20px;
	margin:0px;
	padding:0px;
/*	border-right:1px dashed #990000;*/
}
#thunder_request span{
vertical-align:middle;
}

#thunder_request ul {
	margin:0px;
	padding:5px;
}

#thunder_request img {
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:baseline;
}

#thunder_request li.error {
/*	border: 1px solid #FF0000;*/
	background: url('images/request/error.gif') center right no-repeat #FCD6D4;
}

#thunder_request .input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #b6aa8e;
	vertical-align:text-bottom;
}

#thunder_request .radio {
	border: none;
}

#thunder_request .button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #b6aa8e;
	vertical-align:text-bottom;
	background-color:#FFFFFF;
	margin:5px;
}

#thunder_request .clear {
	clear:both;
}
#thunder_request_ok p{
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

#thunder_request_ok h3 {
	position:relative;
	font-size: 14px;
	margin:0;
	padding:0;
	color: #000000;
	border-bottom: 1px #1AB0D0 solid;
}

