.Form
{
	padding-top: 20px;
	margin-bottom: 10px;
}

.WizMode
{
	background: transparent url(/images/modules/forms/wizbg_top.gif) 0 0;
	background-repeat: no-repeat;
}

.Form .FormGroup
{

}

.WizMode .FormGroup
{
	background: transparent url(/images/modules/forms/wizbg.gif) bottom left;
	background-repeat: no-repeat;
	padding: 0 15px 15px 15px;
	width: 375px;
}

.WizMode .FormGroup .FormHeader
{
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	height: 30px;
}

.Form .FormGroup .FormHeader .StepStatus
{
	float: left;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	padding-top: 4px;
}

.Form .FormGroup .FormHeader .HeaderText
{
	display: block;
	text-align: left;
	font-weight: bold;
	font-family: arial;
	font-size: 17px;
	line-height: 22px;
	color: #79c900;
	margin-bottom: 10px;
}

.WizMode .FormGroup .FormHeader .HeaderText
{
	float: right;
	text-align: right;
	font-weight: bold;
	font-family: arial;
	font-size: 17px;
	line-height: 22px;
	color: #79c900;
	padding-right: 18px;
}

.Form .FormGroup
{
	margin-bottom: 10px;
}

.Form .FormGroup span
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #464646;
}

.Form .FormGroup .Name
{
	font-weight: bold;
	font-family: Arial;
}

.Form .FormGroup .Description
{
	padding-bottom: 4px;
}

.Form .FormGroup acronym
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 5px;
	cursor: help;
}

.Form .FormSteps
{
	width: 380px;
	padding-bottom: 15px;
}

.Form .FormSteps .ButtonPanel
{
	float: right;
}

.Form .ButtonPanel input
{
	margin-left: 5px;
}

.Form .ReqSymbol
{
	font-family: Arial, Verdana;
	font-size: 14px !important;
	vertical-align: middle;
	color: Red !important;
	padding-left: 6px;
}

.Form .RadioButtonList,
.Form .CheckBoxList,
.Form textarea,
.Form input.FileUpload
{
	width: 350px;
}

.Form textarea
{
	padding: 4px;
	height: 100px;
}

.Form .RadioButtonList input,
.Form .CheckBoxList input.CheckBox
{
	float: left;
	width: 14px;
	padding: 0;
	margin: 0 10px 0 4px;
	vertical-align: top;
}

.Form .RadioButtonList label,
.Form .CheckBoxList label
{
	width: 300px;
	float: left;
	font-size: 11px;
}

.Form .RadioButtonList .RadioButtonItem,
.Form .CheckBoxList .CheckBoxItem
{
	float: left;
	padding-bottom: 2px;
	vertical-align: top;
}

.Form .RedError
{
	clear: both;
	float: left;
	background-color: Red;
	color: White !important;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	padding: 2px 4px;
	margin-top: 4px;
	margin-right: 50px;
}

.Form span.ReqSymbol
{
	vertical-align: top;
}

.Form .InputBlock
{
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

.Form .Wide .TextBox
{
	padding: 4px;
	width: 330px;
}

.Form .HelpPanel
{
	display: block;
	border-left: 1px dotted #5a7e34;
	padding: 0px 16px;
	font-style: italic;
	font-size: 9px;
	margin: 0px 100px 10px 10px;
}

.Form .HelpPanel span
{
	color: #5a7e34;
}

.Form .InputBlock:after,
.Form .FormSteps:after,
.Form .RadioButtonList:after,
.Form .CheckBoxList:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.Form .InputBlock,
.Form .FormSteps,
.Form .RadioButtonList,
.Form .CheckBoxList
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .Form .InputBlock,
* html .Form .FormSteps,
* html .Form .RadioButtonList,
* html .Form .CheckBoxList
{
	height: 1%;
}
.Form .InputBlock,
.Form .FormSteps,
.Form .RadioButtonList,
.Form .CheckBoxList
{
	display: block;
}
/* End hide from IE-mac */

.Form input,
.Form textarea
{
	display: block;
}
