@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #a1d2f2;
	background-image: url(grafik/gradient2.jpg);
	background-repeat: repeat-x;
	margin-top: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.optIn .corners {
	width: 700px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.optIn #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.optIn #mainContent {
	padding: 15px 20px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.optIn #mainContent p {
	margin: 20px 0px 20px 0px;
}

.optIn .optform {
	background: #FFFFFF;
	padding-bottom: 15px;
}

.optIn .divider {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

.optIn .optform {
	padding-left: 50px;
	padding-top: 29px;
}
.optIn .opttable {
	width:600px;
}



.optIn .instructions {
margin-left: 0px;
float: left;
	display: inline;
	color: #CC0000;
	margin-top: 10px;
}

body,td,th {
	color: #666666;
}


.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;
}
