@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/index_mail_rood_01.png);
	background-repeat:repeat-x;
	background-color:#e9dfd6;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:565px;
	margin:0 auto;
	margin-top:22px;
}
	
#header {
	background-image:url(images/index_mail_rood_04.png);
	width:565px;
	height:98px;
}

#header #titel {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	width:100%;
	margin-top:65px;
	text-align:center;
	color:#3c0d27;
	float:left;
}

#aanbieding {
	background-image:url(images/index_mail_rood_06.png);
	height:159px;
	width:565px;
}

#content {
	background-image:url(images/index_mail_rood_07.png);
	width:528px;
	height:auto;
	padding-left:18px; padding-right:19px;
	padding-top:10px; padding-bottom:5px;
}

#content h2 {
	color:#3c0d27;
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
}

#content p {
	font-size:12px;
	margin-top:0; 
	margin-right:0;
	color:#000;
}

#content p strong {
	color:#831551;
}

#content form {
	font-size:11px;
	/*width:275px;*/
	padding-top: 10px;
}

#content form label {	
	width:150px;
	clear:both;
	float:left;
	font-weight:bold;
/* 	margin-bottom:5px; */

}

#content form input.text {
	float:left;
	width:198px;
	border:1px solid #fbdeeb;
}

#content form select {
	border:1px solid #eeeeea;
	float:left;
	height:25px;
}

#content form select.mailing_select, #content form select.mailing_country {
	width: 200px;
}

._year { width: 60px;}
._month { width: 100px;}
._day { width: 40px;}

#footer {
	height:49px;
	width:545px;
	background-image:url(images/index_mail_rood_16.png);
	line-height:40px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	color:#3c0d27
}

p.error { color: #FF0000; }

div.errors { border: gray 1px solid; padding: 5px; color: #FF0000;}
div.errors h1 { margin-top: 0px;  font-size:14px; color: #FF0000; }

div.succeed  { border: gray 1px solid; padding: 5px;}
div.succeed  h1 { margin-top: 0px;  font-size:14px; }