body {
	margin: 0px;
	background-color: #8CCAB4;
	background-image: url(../images/vdw_bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bgsave {
/*	background-image: url(../images/vdw_bg_save.png); */
	background-image: url(../images/vdw_bg_next.png); 
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.box_light {
	width:100%;
	background-color:#FFFFFF;
	border-bottom: 1px dotted #E53527;
}

.box_dark {
	width:100%;
	background-color:#E53527;
	color:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
}

.content input, .content textarea{
	border: 1px dotted #E53527;
	background-color: #FFFFFF;
}

.content form {
	margin: 0px;
	padding: 0px;
}

.content .button {
	font-weight: bold;
	padding: 1px;
	margin: 0px;
	border: 0px;
	background-color: #E53527;
	color:#FFFFFF;
}


