/* CSS Document */
.required {
	color: #DD7E60;
	font-size: 11px;
}
.form-msg {
	color: #DD7E60;
	font-weight: bold;
}
fieldset.reqform {
	font-size:11px;
	margin: 0;
	padding: 20px;
	border: none;
	background: none;
	width: 450px;
	/*
border-left: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
*/
}
fieldset.reqform p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
fieldset.reqform legend{
	font-weight: bold;
}
/* default width */
fieldset.reqform label{
	display: block;
	padding: 0 0 3px 0;
}
fieldset.reqform input,
fieldset.reqform select {
	width: 225px;
}
/* large width */
fieldset.reqform input.lg {
	width: 425px;
height:12px;
}
/* medium width */
fieldset.reqform label.med {
	width: 250px;
}
fieldset.reqform p.medL {
	width: 250px;
	float: left;
}
fieldset.reqform input.med {
	width: 125px;
}
/* small width */
fieldset.reqform label.sm {
	width: 80px;
}
fieldset.reqform p.smL {
	width: 100px;
	float: left;
}
fieldset.reqform input.sm {
	width: 50px;
}
/* checkbox / radio  width */
fieldset.reqform input.chk {
	width: 15px;
}
.clear {
	clear: both;
}
fieldset.reqform p#buttons {
	text-align: center;
}
fieldset.reqform p#buttons input{
	width: 55px;
	margin-top: 10px;
}	
fieldset.reqform input:focus, 
fieldset.reqform select:focus,
fieldset.reqform textarea:focus {
	background: #CCFFFF;
}
.alert {
	color:#990000;
	font-weight:bold;
}