input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #777;
}
form  {
	padding: 0;
	margin: 0;
}
div.form {
	margin-bottom: 20px;
}
label {
	display: block;
	float: left;
	width: 130px;
	line-height: 28px;
}
input.text, input.error, textarea {
	margin-bottom: 5px;
	width: 240px;
	padding: 6px 10px;
	border: 1px solid #e5e5e5;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #fff;
	color: #333;
}
 textarea  {
	width: 370px;
 }
input.button {
	text-transform: capitalize;
	cursor: pointer;
	width: auto;
	padding: 7px 10px;
	border: 1px solid #ddd;
	background: #eee url(../images/bg-button.jpg) top left repeat-x;
	color: #666;
	font-weight: bold;	
}
input.button:hover {
	background: #eee;
}

.form .message {
	background: #fff;
	display: none;
}
.form .message br {
	display: none;
}
.form .message-heading {
	margin: 0;
}

/* FORMULIERDATAPAGINA AFBLIJVEN */
body#mailer_ext_page_body {background: #fff;		padding: 25px;	font: 12px/22px Arial, sans-serif;	color: #646464;}
body#mailer_ext_page_body a {color: #7e99b2;	border-bottom: 1px dotted #7e99b2;	text-decoration: none;}
body#mailer_ext_page_body a:hover {color: #4e6b84;	border-bottom: 1px dotted #4e6b84;}
body#mailer_ext_page_body h1 {display: block;		font: 20px "Lucida Sans Unicode", sans-serif;	color: #4e6b84;	margin: 0 0 22px 0;	font-weight: normal;	font-style: normal;	padding: 0;}
body#mailer_ext_page_body div#login {background: #fff;	margin: 20px auto;	padding: 22px 30px;	border: 1px solid #ccc;	background: #fff;	width: 300px;}
/* Main container */
table#mailer_ext_page {border: 1px solid #aaa;	background: #fff;	width: 100%;}
table#mailer_ext_page td {	padding: 15px 20px;}
/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {color: #4e6b84;}
/* De tabel */
table#mailer_ext_page table#records {width: 100%;	border: none;}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {font-size: 11px;}
table#mailer_ext_page table#records th {text-align: left;	white-space: nowrap;	background: #fff;	font: 14px/22px "Lucida Sans Unicode", sans-serif;	color: #fff;	padding: 5px;	background: #86abca;	border-left: 1px solid #fff;}
table#mailer_ext_page table#records tr.odd {background: #fff;}
table#mailer_ext_page table#records tr.even {background: #fafafa;}
table#mailer_ext_page table#records td {padding: 5px;	border-bottom: 1px solid #ccc;}
table#mailer_ext_page table#records td.attributes {white-space: nowrap;}
table#mailer_ext_page p.back {margin: 22px 0 0 0;}
/* CSV */
table#mailer_ext_page div#csv {float: right;	margin-top: 15px;}
table#mailer_ext_page img {vertical-align: top;}
/* Inloggen */
div#login input.text, div#login label {float: none;	width: 100%;	margin: 0;}
div#login label.checkbox_label {width: auto;	display: inline;}
div#login input.button, div#login input.checkbox {width: auto;}
div#login input.button {margin-right: 7px;}