/* CSS Document */

form
{
margin-top: 5px;
line-height: 180%;
width: 550px;
}

.req{
        color: #333;
        font-weight: bold;
}

#form_submit{
border: 1px solid #666;
padding: 6px;
background-color: #333;
background-image: url(images/button_bg.jpg);
color: #FFF;
width: 360px;
display: block;
margin-top: 2px;
clear: left;
float: right;
margin-right: 90px;
}


#form_submit:hover{
border: 1px solid #666;
padding: 6px;
background-color: #333;
background-image: url(images/button_bg_hover.jpg);
color: #FFF;
width: 360px;
display: block;
margin-top: 2px;
clear: left;
float: right;
margin-right: 90px;
}


div.content form label{
	width: 100px;
	display: block;
	float: left;
	padding-top: 2px;
}
div.content form label.wide{
	width: 340px;
	display: block;
	float: left;
}
div.content form input{
	border: 1px solid #CCC;
	padding: 8px;
	width: 340px;
	color: #666;
	background-color:#FFF;
	display: block;
	float: left;
	font-size: 110%;
}

div.content form textarea{
	border: 1px solid #CCC;
	width: 340px;
	background-color:#FFF;
	color: #666;
	display: block;
	float: left;
	padding: 8px;
	font-size: 110%;
	margin-bottom: 15px;
}
div.content form input.hidden{
	display: none;
}
div.content form select{
	border: 1px solid #CCC;
	width: 358px;
	padding: 8px;
	display: block;
	float: left;
	font-size: 100%;
}
div.content form select.wide{
	border: 1px solid #CCC;
	width: 340px;
	display: block;
	float: left;
}
div.content form input.checkbox{
	width: 20px;
	margin-top:1.5px;
	margin-right:5px;
}
.LV_invalid {
font-size: 90%;
margin-left: 5px;
margin-top: 3px;
color: #ba0000;
font-weight: normal;
}

    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #ba0000;
	padding:8px;
}

