﻿div.FormSet
{
	/*
	background:#dfdfdf url('/img/contentareabg.png') repeat-x;
	*background:#dbdbdb url('/img/contentareabg.png') repeat-x;
	border: solid 1px #5f9f6e;
	*/
	display:block;
	height:auto;
	margin:0px;
	padding:6px 10px 10px 10px;
}

div.FormSetTitle
{
	position:relative;
	float:left;
	width:98%;
	color:#25323d;
	/*
	font-family: "Trebuchet MS", sans-serif;
	font-variant:small-caps;
	*/
	margin:0px;
	padding:0px 0px 0px 10px;
	line-height:23px;
	border-bottom: 3px solid #C3C5D1;
	clear:both;
}

div.ButtonBox
{
	float:right;
	margin:10px 30px 10px 25px;
}

div.FormSet p
{
	margin:5px 0px 0px 0px;
	clear:both;
}

div.FormElementContainer
{
	clear:both;
	display:block;
}

label, span
{
	/*font-size:95%;		*/
}
label.ElementLabel, span.ElementLabel
{
	/*font-size:.97em;*/
	position:relative;
	width:90px;
	text-align:right;
	float:left;
	display:block;
	vertical-align:baseline;
	padding:5px 12px 0px 0px;
	
}

input.FormElementInput, .FormElement select, .FormElement .RadPicker input.FormElementInput, .selectFormElement
{
	background: none repeat scroll 0 0 #E8E9E9;
    border: 1px solid #AAAAAA;
    padding: 3px;
    font-size:95%;
}

.FormElement select, .selectFormElement
{
    border: 1px solid #AAAAAA;
    height: 23px;
}

.ElementText
{
	/*font-size:.97em;*/
	float:left;
	display:block;
	vertical-align:baseline;
	
}

span.ElementLabel
{
	padding:2px 12px 0px 0px;		
}

span.Required, label.Required
{
	font-weight:bold;
	background: url("/img/required.gif") no-repeat scroll right center transparent;
	padding-right:12px;
	
}

p.Required
{
	font-weight:bold;
	background: url("/img/required.gif") no-repeat scroll left center transparent;
	padding-left:18px;
}

span.RequiredIcon
{
	font-size:1px;
	text-indent:-9000px;
	display:inline-block;
}

div.LastElement
{
	clear:both;
}
div.ElementDiv, div.FormElement, div.FormElementContainer
{
	display:block;
	float:left;
	position:relative;
	padding:2px 0px 3px;
}

div.FormElement
{
	/*width:535px;*/
}

div.FormElement > span, div.FormText{
	padding-top: 5px;
}

div.FormButtonsContainer
{
	margin-top:10px;
	display:block;
	text-align:left;
	padding-left:110px;
	clear:both;
	
}

div.ElementDiv ul, div.FormElementContainer ul
{
	/*margin:-2px 0px 0px -25px;*/
}

div.ElementDivNoLabel
{
	clear:both;
	float:left;
	padding-left:203px;
}

div.CommentMain textarea {
	width:375px;
	height:175px;
}

.ElementFootnote
{
	font-size:75%;
	max-width:535px;
}

.FormButton, .ButtonText
{
	background: url("../img/btn_bg.png") repeat-x scroll 0 0 #EEF0EB;
	border: 1px solid #827c6f;
	color:#25323d;
    margin-right: 6px;
    font-size:.9em;
    padding: 4px 6px 5px;
    height:24px;
}

.FormButton:hover, .ButtonText:hover { background-position: 0 -24px; }

.FormButton:active, .ButtonText:active { background-position: 0 -48px; }

.FormButtonWorking {
	background:url('../img/workingbutton.gif') repeat-x;
	background-position: 0;
}

.FormButtonWorking:hover {
	background:url('../img/workingbutton.gif') repeat-x;
	background-position: 0;
}

.FileUploadButton
{
	margin-bottom:6px;
}

.SaveDraftButton
{

}

/*
.FormButton:hover
{
	background-color: #25323d;
    border: 1px solid #000000;
}
*/

.FormInlineImageButton
{
	vertical-align:middle;
}

div.SidebarSet 
{
	border-color:#808185;
	width:175px;
}

div.SidebarTitle
{
	background-color:#808185;
	width:227px;
}

.ErrorNotation 
{
	font-size:1px;
	text-indent:-9000px;
	display:inline-block;
	height:16px;
	width:16px;
	background: url("/img/Error.png") no-repeat scroll right center transparent;
	vertical-align: top;
	margin-top:2px;
}

input.TitleInput
{
	width:600px;
}