/* GENERAL STYLES */
body
{
	margin-top:38px;
	padding:0;
	font-size:10px;
}

form
{
	margin:0;
	padding:0;
}

h1#Logo
{
	background-image:url(../images/sharedata-logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:43px;
	width:200px;
	float:left;
}

h1#Logo2
{
	background-image:url(../images/logo4a.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:43px;
	width:200px;
	float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}


a, a:visited, a:active
{
	color:#336799;
}

#Container
{
	margin:0 auto 0 auto;
	width:780px;
}

#Header
{
	overflow: hidden;
}


#Content
{
	background-color:#FFFFFF;
	clear:both;
	background-image:url(../images/bar.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom:12px;
}


h1
{
	color:#000066;
	font-size:16px;
}

h2
{
	color:#000066;
	font-size:12px;
}

p
{
	text-align:justify;
}

#MainContent
{
	width:380px;
	float:left;
}

#WideContent
{
	width:580px;
	float:left;
}
	

#SecondaryContent
{
	float:right;
	width:380px;
}


#MainContentContainer
{
	margin-right:10px;
	margin-top:30px;
}

#SecondaryContentContainer
{
	margin-left:10px;
	margin-top:30px;
}


#Footer
{
	clear:both;
	padding-top:15px;
	align:center;
}



.ContactForm .Error, .PaymentForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

.ContactForm .Error li, .PaymentForm .Error li
{
	font-weight:normal;
}

.ContactForm fieldset,  .PaymentForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

.ContactForm legend
{
	display:none;
}

.ContactForm label, .PaymentForm label
{
	color:#000000;
	font-weight:bold;
}

.ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

.ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

.PaymentForm legend
{
	color:#000066;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 10px;
}

.PaymentForm .TextBox {
	display:block;
	width: 60%;
}

.PaymentForm .DropDown, .PaymentForm .TextBox
{
	border:1px solid #CACACA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
}

.PaymentForm .DropDown {
	display:block;
}

/* EDITOR PROPERTIES */
