/** CSS reset by Eric Meyer - meyerweb.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, div.para, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

body {
  background-color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  text-decoration:none;
  color:#9AA4A6;
}

a:hover {
  text-decoration:underline;
  color:#B2D533;
}

p, ul, ol, textarea, label, input, select, h4, #text {
  font-size:1.2em;
}

img {
  border:0;
}

textarea {
  font-family: firefoxbugfix, monospace;
}

.alignright {
  float:right;
}

.alignleft {
  float:left;
}

#page {
  margin-left:auto;
  margin-right:auto;
  width:550px;
}

div#content {
  margin-top: 12px;
}

p {
  margin-bottom:1em;  
  color:#323D43;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  color:#323D43;
  padding-bottom: 5px;
}

h4 {
  font-weight: bold;
}

#logo {
  padding-top: 75px;
}

#text {
  padding-bottom: 30px;
}

.green {
  color: #b3d533;
}

.red {
  color: #660301;
}

div.former-submit input.fpSubmit-media-nl {
  border:none;
  background-image: url(images/send-media-nl.gif);
  padding: 0;
  margin-left: 206px;
  height: 26px;
  width: 100px;
}

div.former-submit input.fpSubmit-media-be {
  border:none;
  background-image: url(images/send-media-be.gif);
  padding:0;
  margin-left: 126px;
  height: 26px;
  width: 180px;
}

div.former-submit input.fpSubmit-media-es {
  border:none;
  background-image: url(images/send-media-es.gif);
  padding: 0;
  margin-left: 206px;
  height: 26px;
  width: 100px;
}

div.former-submit input.fpSubmit-member-nl {
  border:none;
  background-image: url(images/send-member-nl.gif);
  padding:0;
  margin-left: 206px;
  height: 26px;
  width: 100px;
}

div.former-submit input.fpSubmit-member-be {
  border:none;
  background-image: url(images/send-member-be.gif);
  padding:0;
  margin-left: 126px;
  height: 26px;
  width: 180px;
}

div.former-submit input.fpSubmit-member-es {
  border:none;
  background-image: url(images/send-member-es.gif);
  padding:0;
  margin-left: 206px;
  height: 26px;
  width: 100px;
}

.former-div-input{
  padding:5px;
}

.former-div-input label{
  font-weight:bold;
  float:left;
  display: none;
}

div.former-input{
  margin-left:-5px;    
}

.former-end-div-input{
  display: none;
}

div.former-div-text input,
div.former-div-number input, 
div.former-div-email input, 
div.former-div-date input{
  border: 1px solid #666;
  padding: 2px;
}

div.former-div-textarea textarea{
  border: 1px solid #666;
  padding: 2px;  
}

div.former-submit{
  margin-bottom: 20px;
}

div.former-submit input, div.former-button input{
  padding:2px;
}


div.former-groupdiv .former-end-div-input{
  clear:none;
}

div#former-DOBLabel{
  font-weight:bold;
  padding-top:13px;
  margin-left: 10px;
  width:140px;
}

div#former-DOBLabel,
div#former-regDOBYear,
div#former-regDOBMonth,
div#former-regDOBDay{
  float:left;
}

div#former-regDOBYear label,
div#former-regDOBMonth label,
div#former-regDOBDay label{
  width:0;
}

input#regEmail {
  width: 300px;
  margin-left: 0px;
}


div#former-regPostcode{
  clear:both;
}

div#former-DOBLabel p{
  color:#000;
}

span.former-error-message{
  display: none;
}

