fieldset {

	border: 1px solid #888;

	width: 190px;

	padding: 2px;

	float: left;

	margin-right: 10px;

}
span.error {

	color: red;

	float: left;

	width: 180px;

	margin-right: 10px;
}
#rfp {

	width: 380px;

	float: left;

	

}
#msg_box {

	width: 380px;

	float: left;

	

}
legend {

	color: #222;

	font-weight: bold;

}
label {

	width: 190px; 

	float: left;
}
select {

	float: none;

	border: 1px solid #888;

	background-color: #eee;

	width: 80%;

}
select.selectwidth {

	width: 80px;	

	

}
input[type='radio'] {

		margin: 1px;

}
input[type='text'], input[type='password'], textarea{

	border: 1px solid #888;

	margin: 1px;

	background-color: #eee;

	width: 80%;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus {

	border: 2px solid #000;

	margin: 0px;

}
input[type='submit'] {
	border: 1px solid #000;

	margin: 1px;

	color: #eee;

	background-color: #999;

}
input[type='submit']:focus {
	border: 2px solid #000;

	margin: 0px;

}