/* CSS Document */

/* 
----------------------------------------------------------------------------- 
FORMS GENERAL
-----------------------------------------------------------------------------*/
.contactform {
	width: 350px;
	margin: 0;
	padding: 0px;
	font: 0.70em/1.5em "Lucida Grande", Arial, Helvetica;
	color: #666699;

}
form span
{
	display: block;
	padding: 1px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

form span input,
form span textarea
{
	border: 4px solid #C3C3C3;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	padding:5px;
}

textarea
{
	font-family: inherit;
}
form span.inlineselect
{
	border: 0px;
	padding: 0px;
	width: auto;
	
}
form span select {
	font-size: 10px;
}

form span.inline
{
	float: left;
	width:100%;
	padding: 0px;
}

form span.inline input
{
	width: auto;
}

form span textarea
{
	height: 216px;
}

input.btn
{
	width: 48px;
	height: 25px;
}


form img
{
	margin-bottom: 0;
}

form.shaper
{
	/*background: #F4F9FB;*/
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	width:476px;
}
 
form.shaper fieldset
{
	padding: 20px 0px 0px;
	border: none;
}


form.shaper td
{
	padding: 0 8px 8px 0;
}
label
{
	padding-right: 73px;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

label.required
{
	background: url(../images/icon-required.gif) 100% 50% no-repeat;
	padding-right: 73px;
}
label.error
{
	background: url../images/icon-error.gif) 100% 50% no-repeat;
	padding-right: 73px;
}
label.emailerror
{
	background: url(../images/icon-emailerror.gif) 100% 50% no-repeat;
	padding-right: 73px;
}
.errorbox{
	padding: 10px;
	background-color: #F4F9FB;
	font-size: 10px;
	color: #990000;
	margin-bottom: 10px;
}
.formspanpadder
{
	padding:10px;
}
input.submit {
	background:#FF6600;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	text-transform: uppercase;
	border: 1px solid #333333;
}
.formheaders{
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #205766;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ADBFC3;
}