/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		body {
			margin: 0px;
			padding: 0px;
			background-color: #ffffff;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
		#content {
			width:849px;
			height:469px;
 			margin: auto auto;
			margin-top:60px;
			background:url(../_images/bgr.jpg) no-repeat;
			display:block;
			}
			
			
		#textHome {
			width:467px;
			height:306px;
			margin-left:68px;
			margin-top:72px;
			/*background:url(images/text_home.gif) no-repeat;*/
			float:left;
			display:inline;
			position:absolute;
			}
			
		#btn_contact a{
			width:81px;
			height:24px;
			margin-left:24px; 
			margin-top:403px;
			float:left;
			position:absolute;
			background:url(../_images/btn_contact.gif) no-repeat;
			}
			
		#btn_contact a:hover{
			background:url(../_images/btn_contact_on.gif) no-repeat;
			}
			
		#btn_homepage a{
			width:86px;
			height:24px;
			margin-left:24px; 
			margin-top:403px;
			float:left;
			position:absolute;
			background:url(../_images/btn_homepage.gif) no-repeat;
			}
			
		#btn_homepage a:hover{
			background:url(../_images/btn_homepage_on.gif) no-repeat;
			}
			
		#logo {
			width:247px;
			height:118px;
			margin-left:24px; 
			margin-top:24px;
			float:left;
			position:absolute;
			background:url(../_images/logo.gif) no-repeat top left;
			}
			
		#form {
			width:340px;
			height:260px;
			margin-left:141px;
			margin-top:103px;
			float:left;
			display:inline;
			position:absolute;
			color:#f8920f;
			font-size:10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
		#formText {
			width:340px;
			color:#f8920f;
			font-size:10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align:right;
			line-height:23px;
			float:left;
			padding-right:8px;
			}
			
			
		.fieldStandard {
			width:252px;
			height:11px;
			background-color:#e8eaeb;
			color:#7b7a7f;
			border:0px;
			font-size:11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			padding:3px 2px 4px 3px;
			}	
			
		.btnSubmit {
			width:87px;
			height:21px;
			background:url(../_images/bgr_btn_submit.gif) no-repeat;
			color:#7b7a7f;
			border:0px;
			font-size:10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			float:right;
			margin-top:4px;
			}	
			
		#thankyou {
			width:340px;
			height:260px;
			margin-left:141px;
			margin-top:106px;
			float:left;
			display:inline;
			position:absolute;
			color:#f8920f;
			font-size:10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align:center;
			}
			.inputerror{
border: thin solid #FF0000;
}
.texterror {
font-weight:bold;
color:#CC0000;
text-align:center;
}
.textsuccess {
font-weight:bold;
color:#f8920f;
text-align:center;
}