/*
  REQUIRED FOR
  FORM BUILDER
*/

.FormWrapper
{
	width: 460px;
	margin: 8px;
	padding: 0px;
	position: relative;
	/*border: 1px solid black;*/
}

.FieldWrapper
{
	width: 450px;
}

.FieldInput
{
	width: 250px;
	color: #0135B1;
	float: right;
	text-align: left;
	margin-right:5px;
}
.FieldInput option
{
	color: #0135B1;
}
.FieldCaption
{
	width: 150px;
	text-align:right;
	font: 12px arial, helvetica;
	color: black;
}
.FormPad
{
	height: 5px;
	clear: both;
	/*border: 1px solid black;*/
}

.FieldRequired
{
	color: red;
}
.FormError
{
	color: red;
	border: 1px solid red;
	width: 385px;
	text-align: left;
}

.FieldCaption_textarea
{
	text-align:left;
	font: 15px arial, helvetica;
}

.FieldCaption_checkbox
{
	text-align:left;
	color: black;
	width: 340px;
	font: 15px arial, helvetica;
}

.FieldInput_checkbox
{
	width: 30px;
	float: right;
	text-align: left;
}

.SubmitButton
{
	width: 100%;
	color: black;
	font-size: 12px;
	font: 14px arial, san-serif;
	font-weight: bold;
	font-style: italic;

}


.CollapseControl
{
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px;

}

img.CollapseControl
{
	width: 10px;
	height: 10px;
	margin: 0px;
}

.formPreText
{
	font-size: 12px;
	text-align: left;
	color: black;
}

.formHint
{
	font-size: 12px;
	font-style: italic;
	color: black;
	border: 1px dashed black;
	margin: auto;
	text-align:left;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
}