div.Form ul.FormElements li.CommentAfter
{
	margin-bottom: 0.5em!important;
}

div.Form ul.FormElements li.Last
{
	margin-bottom: 0!important;
}

div.Form ul.FormElements li.MinorComment
{
	font: normal 1.1em/130% Tahoma,Arial,Verdana,sans-serif;
	color: #666666;
	margin-bottom: 0.5em;
}

div.Form ul.FormElements li.MinorCommentAfter
{
	font: normal 1.1em/130% Tahoma,Arial,Verdana,sans-serif;
	color: #666666;
	margin-top: -0.5em;
	margin-bottom: 1.5em;
}

div.Form ul.FormElements li.Section
{
	margin-bottom: 1.5em;
	color: #666666;
	border-bottom: 1px dotted #666666;
}

div.Form ul.FormElements li.Section h3
{
	font: normal 1.8em/150% Arial,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	color: #333;
	padding-bottom: 0.1em;
}

div.Form ul.FormElements li.Section p
{
	font: normal 0.8em/150% Arial,Tahoma,Verdana,sans-serif;
	display: block;
	margin-top: 0.3em;
	padding-bottom: 0;
}

div.Form ul.FormElements li.Field
{
	margin-bottom: 1em;
}

div.Form ul.FormElements li.Text input,
div.Form ul.FormElements li.Text textarea,
div.Form ul.FormElements li.Text div.ReadOnlyText
{
	font: normal 1.2em/130% Arial,Tahoma,Verdana,sans-serif;
	border: 1px solid #b9b9b9;
	background: white url('../images/input_bg.gif') repeat-x left -2px;
	padding: 0.4em 0.1em;
	color: #333333;
}

div.Form ul.FormElements li.Text div.ReadOnlyText
{
	background: #f6f6f6;
}

div.Form ul.FormElements li select
{
	font: normal 1.2em/130% Arial,Tahoma,Verdana,sans-serif;
}

div.Form ul.FormElements li select.Multi
{
	width: 100%;
	font: normal 1.2em/130% Arial,Tahoma,Verdana,sans-serif;
}

div.Form ul.FormElements li.Field label
{
	display: block;
	font: bold 1.2em/130% Arial,Tahoma,Verdana,sans-serif;
	margin-bottom: 0.4em;
}

div.Form ul.FormElements li.Field label span.Req
{
	color: #cc0000;
}

div.Form ul.FormElements li.Buttons
{
	padding-top: 0.4em;
}

div.Form ul.FormElements li.Buttons input.Button
{
	font: normal 1.2em Arial,Verdana,sans-serif;
	float: left;
	margin-right: 0.5em;
}

div.Form ul.FormElements li.Buttons a
{
	margin-right: 0.5em;
	margin-top: 0.4em;
	float: left;
}

div.Form ul.FormElements li.Checkbox
{
	margin-bottom: 1em;
}

div.Form ul.FormElements li.Checkbox input
{
	float: left;
}

div.Form ul.FormElements li.Checkbox label
{
	float: left;
	font-weight: normal;
	margin-left: 8px;
}

div.Form ul.FormElements li div.InlineButtons
{
	padding: 0.5em 0;
}

div.Form ul.FormElements li div.InlineButtons a
{
	font: normal 1.1em Arial,Tahoma,Verdana,sans-serif;
	margin-right: 0.4em;
}

ul.SimpleList li .Form li
{
	border-bottom: none;
}

div.Form ul.FormElements li.Large table.SimpleList 
{
	width: 100%;
	background: white;
}

div.Form ul.FormElements li.Large table.SimpleList thead th
{
	padding: 0.4em 0.6em;
	font-weight: normal;
	font-size: 1.2em;
}

div.Form div.NoData
{
	background: white;
}

/*
 * Messages
 */

div.CustomError
{
	font: normal 1.2em/150% Arial,Tahoma,Verdana,sans-serif;
	color: #666;
	background-color: #ffffcc;
	padding: 1em;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

div.Form ul.FormElements li.Error,
div.CommonError
{
	font: normal 1.2em/150% Arial,Tahoma,Verdana,sans-serif;
	color: #666;
	background-color: #ffffcc;
	padding: 1em;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

/*
 * Size selectors
 */

div.SizeSmall
{
	width: 300px;
}

div.SizeMiddle
{
	width: 400px;
}

div.SizeLarge
{
	width: 600px;
}

div.SizeHuge
{
	width: 800px;
}

div.Form ul.FormElements li.HtmlBlock
{
	padding-right: 2px;
}

div.Form ul.FormElements li.Left
{
	float: left;
	width: 48%;
	clear: left;
}

div.Form ul.FormElements li.Right
{
	float: right;
	width: 48%;
	clear: right;
}

div.Form ul.FormElements li.Left input,
div.Form ul.FormElements li.Right input,
div.Form ul.FormElements li.Left select,
div.Form ul.FormElements li.Right select
{
	width: 100%;
}

div.Form ul.FormElements li.Large input,
div.Form ul.FormElements li.Large textarea,
div.Form ul.FormElements li.Large select
{
	width: 100%;
}

div.Form ul.FormElements li.Large textarea
{
	height: 10em;
}

div.Form ul.FormElements li textarea.Middle
{
	height: 5em;
}

div.Form ul.FormElements li textarea.Small
{
	height: 3em;
}

div.Form ul.FormElements li.HtmlBlock textarea
{
	height: 25em!important;
}

/*
 * Buttons
 */

a.Button
{
	float: left;
	padding-left: 4px;
	background: transparent url("../images/button_left.gif") no-repeat left top;
	text-decoration: none;
	margin-right: 1em;
	outline: none;
	cursor: pointer;
}

a.Button span
{
	font: normal 1.2em Tahoma,Arial,Helvetica,sans-serif;
	color: white;
	text-decoration: none;
	background: transparent url("../images/button_right.gif") no-repeat right top;
	float: left;
	height: 22px;
	padding: 3px 10px 0 4px;
}

li.SmallBottomOffset
{
	margin-bottom: 0.3em!important;
}

li.Secondary a.Button
{
	background: transparent url("../images/button_left_sub.gif") no-repeat left top;
	padding-left: 3px;
}

li.Secondary a.Button span
{
	background: transparent url("../images/button_right_sub.gif") no-repeat right top;
	font-size: 1.1em;
	padding: 2px 6px 0 2px;
	height: 18px;
}

li.Buttons a.AlignRight
{
	float: right!important;
	margin-right: 0!important;
	margin-left: 1em;
}

a.Button:hover
{
	text-decoration: none!important;
}