body
{
	/*font-family: Calibri, Tahoma;
	font-size: 0.9em;*/
}

.Form
{
	width: 545px;
	margin:20px 0 20px 0;
	padding:0;
}

.Form h2
{
	margin: 0px;
}

.Form .FormSection
{
	padding: 0px;
	margin: 0px;
}
.Form .FormSection legend
{
	color: #808080;
	text-transform: none;
	font-weight: bold;
}

.Form .FormSection.Level1
{
	padding: 0px;
	margin: 0px;
}
.Form .FormSection.Level1Legend
{
}
.Form .FormSection.Level2
{
}
.Form .FormSection.Level2Legend
{
}
.Form .FormSection .FormColumn
{
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}
.Form .Button {font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:11px;color:White;background-color:transparent;background-image:url(/design/img/gfx-form_button_bg.png);background-repeat:repeat-x;border:none;padding:0 5px 0 5px;margin:2px 0 0 10px;cursor:pointer}
.TextBox 
{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	border:1px solid #e0e0e0 !Important;
}
.Block
{
	/*border: 1px dotted #CCCCCC;*/
	padding: 0px;
}

.Inline
{
	float: left;
	margin:2px 5px 2px 0;
	/*border: 1px dashed #CCCCCC;*/
	padding: 0px;
}

.Label
{
	margin:3px 10px 3px 0;
	/*display: block;*/
	font-weight: bold;
}

.RadioButtonList.List
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.RadioButtonList.List .RadioButton
{
	margin: 0;
	padding: 0;
}

.HelpIcon
{
	padding: 1px 3px 1px 3px;
	cursor: help;
	float: left;
}

.HelpIconRight
{
	padding: 1px 3px 1px 3px;
	cursor: help;
	display: inline;
}

.RequiredMarker
{
	margin: 5px;
	color: red;
}

.ContentField
{
	display: block;
}

.FileUploadPreview
{
	border: solid 1px transparent;
	background-color: #F9F9F9;
	height: 200px;
}

.PreviewImage
{
	float: right;
	padding: 10px;
	height: 50px;
}

.Message
{
	float: left;
}

.UploadBody
{
	padding: 0;
	margin: 0;
	background-color: #F9F9F9;
}
.CheckBox {float:left;margin:2px 0 5px 5px}