﻿#Content #Contact
{
	margin: 10px 0 0 0;
}

#ContactInformation
{
	float: left;
	display: inline;
	width: 180px;
	border: solid #ECECCA;
	border-width: 0 0 0 3px;
}

#ContactInformation ul
{
    margin: 0 0 0 15px;
}
#ContactInformation p, li,
#ContactForm p
{
	color: #827355;
	text-align: left;
}

#ContactInformation img
{
	text-align: center;
}

#ContactForm
{
	float: left;
	display: inline;
	width: 325px;
	margin-left: 0px;
}

#ContactForm fieldset
{
	float: left;
	display: inline;
	width: 325px;
	margin: 0 0 10px 0;
	border: none;
}

#ContactForm fieldset .FormElement
{
	float: left;
	display: inline;
	width: 325px;
	margin-bottom: 4px;
}

#ContactForm fieldset .FormElement label
{
	float: left;
	display: inline;
	width: 100px;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #827355;
	text-align: right;
	line-height: 0.9em;
}

#ContactForm fieldset .FormElement label small
{
	color: #AEA084;
}

#ContactForm fieldset .FormElement input, 
#ContactForm fieldset .FormElement textarea
{
	float: left;
	display: inline;
	width: 175px;
	margin: 0 5px 0 0;
	padding: 2px;
	border: solid 1px #DEDCB4;
	background: #F4F4E1 url('/images/bg-text.png') repeat-x top;
	font-size: 1.2em;
	color: #635841;
}

#ContactForm fieldset .FormElement .Small
{
	width: 100px;
}

#ContactForm input[type="submit"]
{
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	width: 55px;
	padding: 2px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
}
#ContactForm a.frmLogin:link, a.frmLogin:visited
{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 5px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
	float: right;
}
#ContactForm a.frmLogin:hover
{
	text-decoration: underline;
}

#Content .OtherDownloads 
{
    padding: 10px;
    margin: 10px;
    border: 1px solid #827355;
    float: left;
    clear: both;
}  
#Content .OtherDownloads ul
{
    clear: both;
}
#Content .OtherDownloads ul li
{
	float: left;
	display: inline;
	list-style: none;
	margin-left: 3px;
}    
#Content .OtherDownloads ul li a
{
	margin: 0 20px 0 0;
	padding: 2px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
}

#LoginForm
{
	float: left;
	display: inline;
	width: 525px;
	margin-left: 0px;
}

#LoginForm fieldset
{
	float: left;
	display: inline;
	width: 525px;
	margin: 0 0 10px 0;
	border: none;
}

#LoginForm fieldset .FormElement
{
	float: left;
	display: inline;
	width: 525px;
	margin-bottom: 4px;
}

#LoginForm fieldset .FormElement label
{
	float: left;
	display: inline;
	width: 100px;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #827355;
	text-align: right;
	line-height: 0.9em;
}

#LoginForm fieldset .FormElement label small
{
	color: #AEA084;
}

#LoginForm fieldset .FormElement input, 
#LoginForm fieldset .FormElement textarea
{
	float: left;
	display: inline;
	width: 175px;
	margin: 0 5px 0 0;
	padding: 2px;
	border: solid 1px #DEDCB4;
	background: #F4F4E1 url('/images/bg-text.png') repeat-x top;
	font-size: 1.2em;
	color: #635841;
}

#LoginForm fieldset .FormElement .Small
{
	width: 100px;
}

#LoginForm input[type="submit"]
{
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	width: 55px;
	padding: 2px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
}
#LoginForm a.frmLogin:link, a.frmLogin:visited
{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 5px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
	float: right;
}
#LoginForm a.frmLogin:hover
{
	text-decoration: underline;
}