body{text-align:center;}
.clear {
	clear:both
}
.block {
	width:500px;
	text-align:left;
}
.element * {

}
.element label {
}
.element input.text {
}
.element .textarea {
	height:120px;
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	padding-left:20px;
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px;
}
.element #submit {

}
.loading {
	float:right;
	background:url(ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
.done {
background:url("iconIdea.gif") no-repeat scroll 2px 50% yellow;
display:none;
font-family:arial;
font-size:12px;
margin-bottom:20px;
margin-top:10px;
padding-left:20px;
text-align:center;
}

.requestform {
	width:450px;
	padding:5px;
	border:2px solid orange;
	background:#fff;
	font-family:georgia,times,serif;
	height:175px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 10px;
	}

	fieldset {

	border:0;margin:0;padding:0;

	}

	label {
	display:block;
	width: 25%;
	}

	input.text,textarea {
	}

	input.submit {
	background-color:green;
	border-color:yellow;
	border-width:2px;
	color:yellow;
	font:bold 11px/11px verdana,arial,sans-serif;
	padding:4px;
    width:112px;
	}

	.button {
	border:1px solid #0B5C8B;
	background-color:#0B80CD;
	color:#fff;
			}
.box {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 120px;
	color: #990000;
	background-color: #FFFF99;
}
.label {
	float:left;
	width: 140px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-weight: bold;
}
