div.feedback_container
{
	font-size: 13px;
	line-height: 15px;
}


div.feedback_container .feedback_content, div.feedback_container ul
{
	font-size: 13px;
}
.feedback_content  {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
}
div.success 
{
}

div.warning
{
	margin-bottom: 10px;
}
div.warning ul {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}

div.warning li	/* validation summery items */
{
}

div.error
{
	color: #CC0000;
	background-color: #FFFFCC;
	padding: 15px;
}



/* ------------------------------------------- radform control */

div.radform_container
{
}

div.radform
{
	padding: 20px;
	width: 200px;
}

div.radform .header
{
	margin-bottom: 10px;
}

div.radform h2
{
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

div.radform label
{
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}


span.required_marker
{
	color: #c1d734;
}


div.radform .button_container
{
}

div.radform .hint
{
	color: #080;
	font-size: smaller;
}

/* ------------------------------------------- default template */

div.default_field
{
	overflow:hidden;
	width: 100%;
	padding-bottom: 10px;
}

div.default_field label
{
	display:block;
	float:left;
	width: 100%;
	margin-bottom: 6px;
}

div.default_field .control_container
{
	width: 100%;
}



/* ------------------------------------------- */

div.radform .SingleTextBox .control
{
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #027045;
	padding: 1px;
	background-color: #67a98f;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.radform .SingleTextBox .control:hover
{
	background-color: #FFFFFF;
}

div.radform .MultiTextBox .control
{
	width: 198px;
	height: 48px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #027045;
	background-color: #67a98f;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.radform .MultiTextBox .control:hover
{
	background-color: #FFFFFF;
}

#subject .control
{
	width: 207px;
}



#terms
{
	text-align:right;
}

#terms .control
{
	position: relative;
	top: 2px;
}

#submitButton {
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c1d734;
	border: 0px none;
	float: right;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	padding-top: 10px;
}

#submitButton:hover {
	color: #FFFFFF;
	border: 0px none;
}
#column_2 .required {
	margin-top: 10px;
	padding-bottom: 10px;
	color: #979fc4;
	width: 290px;
	float: left;
}
