/* CSS Document */
body {
    font-family:"Trebuchet MS", Arial;
    font-size:11px;
    line-height: 16px;
    margin: 0;
    margin-left: 7px;
    background: #FFF url(/images/bg.png) repeat-x top;
    text-align: center;
}

body, td, th {
    font-family:"Trebuchet MS", Arial;
    font-size:11px;
    line-height: 16px;
	color:#4a616e;
}

#wrapper {
    margin:0 auto;
	width: 651px; /*998*/
	height:416px; /*600*/
    background: url(/images/main-bg.png) no-repeat top center;
	text-align: left;
	padding-left: 347px;
	padding-top: 184px;
}

h1 {
    font-size:36px;
	font-weight:normal;
    line-height: 16px;
}

.textfield {
	font-family:"Trebuchet MS", Arial;
	-webkit-appearance: none;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	border:1px solid #FFF;
	font-size:20px;
	width:300px;
	height:30px;
	padding:5px;
}

.email {
	width:623px;
}

.button {
	font-family:"Trebuchet MS", Arial;
	-webkit-appearance: none;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-rtl-ordering: logical;
	border:none;
	font-size:20px;
	width:300px;
	height:40px;
	padding:5px;
	color: #FFF;
	text-align:center;
	background-color: #4a616e;
	
}

.error {
	border: 1px solid red;
	background:#f1cdd7;
}

.LV_validation_message{
    display:none;
	position:relative;
	font-size:8px;
	right:10px;
}

.LV_valid {
    display:none;
	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 {
    
}
    
.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 red;
	background:#f1cdd7;
}
