@charset "UTF-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}

a.style2 {color:#fff;}

#form_right {background:url(images/contact-fade.jpg) no-repeat 97% 100%;height:300px;margin-top:0px;}
.contact_form table td {padding:1px;text-align:left;}
.contact_form table td label {margin-right:5px;}
.contact_form table td input {padding:1px;}
.contact_form table td input#submit {padding:2px 4px;margin-top:3px;cursor:pointer;}


em, em.red, .form_validation_error {
	color:red;
}
.form_validation_error {
	color:#fff;
	background:red;
	padding:0 3px;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_error {
	border:1px solid red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}





/* For Flash form HTML overlay - if you want it */

/*
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, button,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	:focus {outline: 0;}
	
	body {
		line-height: 1;
		color: black;
		background: white;
		font:100%/1.25 verdana, arial, sans-serif;
	}
	
#select_lot {z-index:0;}

#flash_container {width:710px;position:relative}

#flash_form {
	right:0;
	top:0;
	margin-right:25px;
	margin-top:180px;
	position:absolute;
	z-index:999;
	width:180px;
	font-size:0.65em;
	background:#0A1215;
	padding:10px;
	color:#fff;
	opacity:0.9;
}

#select_lot {z-index:0;}

#flash_form h4 {font-size:1em;font-weight:bold;margin-bottom:15px;text-transform:uppercase}
#flash_form p {padding:0;margin:5px 0;}

#flash_form input[type=text], #flash_form textarea  {
	background:#626567;
	border:1px solid #333;
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
	width:170px;
	padding:5px;
	}

#flash_form textarea {width:170px;height:80px;font:100%/1.25 verdana, arial, sans-serif;font-weight:bold;}

#flash_form p.submit {text-align:center;}
#flash_form input.submit_btn {
	padding:5px 8px;
	color:#000;
	background:#F2B80F;
	border:none;
	font-size:0.95em;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
#flash_form input.submit_btn:focus {background:#CF9E0B;}
#flash_form input.submit_btn:hover {background:#02344D;color:#fff;}

*/

