@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, label strong
	{
	width: 300px!important;
	float:left!important;
	font-family: 'Arizonia',cursive !important;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
	color: #666;
	}
label span
	{
	color: black;
    font-family: monospace;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
	}
#commentwrapper label
{
margin-top:-15px;
width:200px !important;
}
#commentwrapper #commentform
{
margin-top:30px;
}
label strong
	{
	font-size: 24px;
	color: black;
	}
p.button
	{
	margin-top: 20px;
	}
p.button input
	{
background-color: #222222;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'BebasNeueRegular';
    font-size: 16px;
    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
{

}
