@charset "UTF-8";
/* CSS Document */
/*
FORMS
*/
input, textarea, select
	{
	border:1px solid #AAAAAA;
	float:right;
	margin-top:-15px;
	width:400px;
	margin-bottom:20px;
	}
span.captcha_bucket
	{
	width: 230px!important;
	}
span.captcha_bucket input
	{
	width: 115px;
	margin-top: 25px!important;
	}
label
	{
	width: 300px!important;
	float:left!important;
	font-family: Georgia,"Times New Roman",Times,serif!important;
	text-transform: uppercase;
	font-size: 90%;
	}
#commentwrapper label
{
margin-top:-15px;
width:200px !important;
}
#commentwrapper #commentform
{
margin-top:30px;
}
label strong
	{
	font-family: Georgia,"Times New Roman",Times,serif!important;
	}
p.button
	{
	margin-top: 20px;
	}
p.button input
	{
background-color:#222222;
color:#FFFFFF;
cursor:pointer;
font-family:Gill Sans,Verdana;
font-size:10px;
font-weight:bold;
letter-spacing:1px;
padding:10px 0;
text-transform:uppercase;
width:200px;
	}

/*
validation
*/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
div.formpage form p.withline
{
background-image:url(../furniture_pixels/BGline.gif);
background-repeat:repeat-x;
margin-top: 20px;
display:block;
clear:both;
}
form table.formholder
{
float: right;
margin-right: 200px;
margin-top:-15px;
}
form table.formholder td
{
vertical-align: top;
padding: 3px;
}
form table select, form table input
{
width:50px;
margin-top:0;
}
form table a
{
border: none;
}
img.CalenderImage
{

}