@charset "UTF-8";
/* CSS Document */

body,
	html {
		margin: 0;
		padding: 0;
		background: #666;
		font-family: Verdana, sans-serif;
		background-image:  url(/img/bg/webBG.jpg);
		background-repeat: repeat-x;
	}
	body {
		min-width: 955px;
	}
	
	.logo {
	cursor: pointer;
	position: absolute;
	float: left;
	width: 260px;
	height: 70px;
	top: 0px;
	left: 30px;
			}

	.logo[class] {
	background-image: url(../img/bg/lot49sm.png);
	background-repeat: no-repeat;
			}	
			
	#headerPic {
	background: url(../img/contact/headerPic.jpg) no-repeat;
	margin-top: 39px;
	width: 975px;
	height: 215px;
			}
			
	#Outerborder { padding:10px; width:935px; margin: 1px 0px 50px 0px; color:#444; }
	#Outerborder, #Outerborder .sb-inner { background: #444 url(../img/shadedborder/grad6.png) repeat-x; }
	#Outerborder .sb-shadow { background: #000; }
			
	#Innerborder { padding:4px; width:925px; margin: 2px 0px 2px 0px; color:#444; } /*order = top/right/bottom/left */
	#Innerborder, #Innerborder .sb-inner { background: #fff ; }
	#Innerborder .sb-shadow { background: #000; }
			
	#wrap {
		margin: 0 auto;
		width: 955px;
		margin-top: 0px;
	}
	
	.form {
		width: 410px;
		margin-left: 25px;
		margin-top: 45px;
	}
		
	.form p {
		font-size: .8em;
		line-height: 2px;
		color:#333;
	}
		
	.required {
		font-size: .7em;
		color: #666;
		font-style: italic;
	}
	
	#thanks p {
		margin-left: 25px;
		font-size: .9em;
		color: #03C;
		font-family: Verdana;
		}
		
	#error p {
		text-align:center;
		margin-top: 25px;
		font-size: .9em;
		color:#ff0000;
		font-family: Verdana;
	}
	
	.form2 {
		float: left;
		width: 410px;
		margin-left: 25px;
		margin-top: 15px;
	}
		
	.form2 p {
		font-size: .8em;
		line-height: 2px;
		color:#333;
	}