body.home {
	background-image: url(images/vv_home_bg.png)
}

a:link {
	color: #3d8f24;
	text-decoration: none;
	}

a:visited {
	color: #3d8f24;
	text-decoration: none;
	}
	
a:active {
	color: #3d8f24;
	text-decoration: underline;
	}
	
a:hover {
	color: #3d8f24;
	text-decoration: underline;
	}


#logo {	
	position: absolute;
	right: 5%;
}

#logo img {
	border: 0px;
}

#const_zone {
	position: absolute;
	left: 50px;
	top: 350px;	
}

#const_zone img {
	border: 0px;
}

#on_list {
	position: absolute;
	top: 615px;
	left: 355px;
}

#on_list img {
	border: 0px;
}

#photo {
	position: absolute;
	top: 100px;
	left: 350px;
}


/* LIST FORM CUSTOMIZATION */

body.list {
	padding: 10px;
	background-color: #f2f1b9;
	}

#header {
	margin-bottom: 70px;
	}

#main_cont {
	float: left;
	width: 970px;
	}

#products {
	width: 514px;
	background-color: #4C3B0C;
	margin-bottom: 20px;
	}
	
#products .header {
	padding: 10px 10px 10px 10px;
	}

#main_photo {
	float: left;
	margin-right: 28px;
	}
	
#right {
	float: left;
	}
	
#logo_bottom {
	float: left;
	margin-left: 150px;
	margin-top: 60px;
	margin-bottom: 100px;
}


.fieldwrap {
	width: 465px;
	height: 20px;
	display: block;
	border: 0px solid blue;
	background-image: url(/images/input_right.png);
	background-repeat: no-repeat;
	background-position: right;	
	margin: 0px 0px 10px 0px !important;
	}

.fieldwrap label {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	width: 72px;
	height: 20px;
	display: block;
	color: #3D8F24;
	border: 0px solid magenta;
	background-image: url(/images/input_left.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 4px;
	float: left;
	}

.fieldwrap input {
	width: 378px;
	height: 18px;
	border: 0px solid green;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	color: #4C3B0C;
	/* border-top: 1px solid #070707;
	border-bottom: 1px solid #070707; */
	background-color: #F2F0B8;
	background-image: url(/images/input_bg.png);
	background-repeat: repeat-x;
	float: left;
}

input#fm_verify {
	width: 323px;
	}

.img_verify {
	border-top: 1px solid #070707;
	border-bottom: 1px solid #070707;
	}
	
.submit input {
	display: block;
	width: 137px;
	height: 22px;
	background-image: url(/images/button_submit.png);
	border: 0px;
	font-size: 0px;
	float: right;
	margin: 0px 5px 0px 0px;
	}
	
#form {
	width: 514px;
	height: 400px;
	background-color: #4C3B0C;
	background-image: url(/images/label_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
#form .header {
	padding: 10px 10px 10px 10px;
	}
	
#form .contact {
	margin-left: 160px;
		}
	
.ddfmwrap {
	display: block;
	margin: 10px 0px 0px 40px;
	}
	
.ddfmwrap p {
	margin: 0px;
	}

/* FORM ERRORS */
.ddfmerrors {
	display: block;
	background-color: Magenta;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 300px;
	margin-left: 140px;
	padding: 2px;
	}
	
.errorlist {
	display: block;
	background-color: magenta;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 300px;
	margin-left: 140px;
	padding: 2px;
	}
	
#form .note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F2F0B8;
	display: block;
	margin-left: 200px;
	}

#form #thanks {
	height: 290px;
	width: 404px;
	margin-left: 100px;
	margin-top: 40px;
	padding: 20px;
	background: url(/images/thanks_bg.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	}
	
#form #thanks h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color: #ee114e;
	}
	
	
	