input {
	
}

textarea {
	
}

input.formGenerator_Error {
	width: 50%;
	border: #DD0000 1px solid;
}

textarea.formGenerator_Error {
	border: #DD0000 1px solid;
	height: 100px;
	width: 90%;
}

div.formGenerator_Caption {
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top: 3px;
	padding: 5px;
	text-align: left;
	float: right;
	width: 90%;
}

div.formGenerator_BoxCaption {
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	white-space:nowrap;
	width: 100%;
}

p#formGenerator_error_msg {
	font-size: 12px;
	text-align: center;
	color: #DD0000;
	font-weight: bold;
}

div#formGenerator_error_box {
	width: 100%;
	/*border: #DD0000 dashed 1px;*/
	height: 20px;
}

table.formGenerator_mainFormTable {
	width: 95%;
}

fieldset.formGenerator_FieldSet {
	border: 1px solid #CCCCCC;
	margin: 0 5px 5px;
	padding-bottom: 10px;
}
