
/* some form stylin'
------------------------------------------------------------------------------*/
/*body {
	font: 62.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, arial, sans-serif;
}
*/

/* =global resets 
------------------------------------------------------------------------ */
* {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }

li, dd { margin-left:0; }



 div.buttongroup input {margin-right:5px;} /* set the distance between button and its label text */
/* postions the submit button by selecting a div with attribute type SUBMIT - IDWIMIE */
 div.buttongroup  input[type="submit"] {display:block; color: #fff; font-weight: bold;  font-size: 130%;background-color: #000; margin:10px 0 10px 0px; padding: 5px 5px 5px 0;width:250px;}
 input[type="reset"] {display:block; color: #fff; font-weight: bold; background-color: #000; margin:10px 0 10px 5px; padding: 2px; width:150px;}

.clear {
  clear: both;
}

form {
  font-size: 1em;
  width: 550px;
  margin-left:0px;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}
fieldset#volunteer {/*addition*/
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}


fieldset#newsletter {/*addition*/
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}

/* legend styling */
legend {
	font-weight: bold;
	padding: 1em;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
    right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	/* background: url(../img/error.png) no-repeat left top; =TODO ADD BACK BEFORE TESTING FORM*/
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

/* Date of Birth form styling */

#monthOfBirthLabel, #yearOfBirthLabel {
  text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
  width: 3em;
	margin-right: 0.5em;
}

#monthOfBirth {
  width: 10em;
	margin-right: 0.5em;
}

#yearOfBirth {
  width: 5em;
}

/* Newsletter form styling */
#newsletter {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#newsletter h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#newsletter div {
    width: 8em;
	float: left;
}

#newsletter label {
  /*width: 3em;*/
	float: none;
	display: inline;
}
/* Volunteer form styling */
#volunteer {
    margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#volunteer h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#volunteer div {
  width: 8em;
	float: left;
}

#volunteer label {
  /*width: 3em;*/
	float: none;
	display: inline;
}
#volunteer p.subhead {	
    padding: 2.5em 0 0em 0!important;
	margin-left: -1em!important;
	font-weight:normal;
	font-size: 1em;
	colour: #760000;		
}
#volunteer p {	
	margin-left: 1em!important;
	}
/*additions*/
.marginLeft1 {margin-left:15px; white-space:nowrap;}
.marginLeft {margin-left:30px; white-space:nowrap;}


p.addressbox textarea  {
	width: 200px!important;
	height: 60px;
}
