/* General Forms */

.genForm fieldset {
	border:1px solid #f2f2f2;
	padding:10px;
	background-color:#fafafa;
}
.genForm {

color: #666666;
}
.genForm input, .genForm textarea{
	width:238px;
	padding:5px;
	border:1px solid #c6c6c6;
	margin-bottom:12px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.red {
	color:#CC0000;
	font-weight:bold;
}
.genForm input:focus, .genForm textarea:focus {
		border:1px dashed #0C6BBA;
		background-color:#FFF;
}

.genForm textarea {
	width:500px;
}

.genForm select {
	width:210px;
	margin-bottom:12px;
	float:left;
	padding:1px;
}

.genForm label {
	float:left;
	display:block;
	width:130px;
	clear:both;
	padding:3px 10px 2px 0;
	text-align: right;
	font-size:1.3em;
}

.genForm fieldset legend {
	font-size: 1.5em;
	font-weight:bold;
}
.genForm fieldset {
	clear:both;
}	
.genForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

.genForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.genForm fieldset.radio label
{
	font-weight: normal;
	font-size:inherit;
	text-align:left;
}