/* CSS Document */
/* -------------- GLOBAL STYLES -------------- */
body {
	background-image: url(images/bg_009.jpg);
	background-repeat: no-repeat;
}
.style164 {font-family: Arial, Helvetica, sans-serif}
.style1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14pt;
	color: #0000FF;
}
.style3 {
	font-family: Tahoma;
	font-weight: bold;
}
.style4 {font-family: Tahoma; font-weight: bold; font-size: 12pt; }

.input,label {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
}

/* LIVEVALIDATION STYLES */

.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;
}