/***********************************************************

	Stylesheet for Jedforest Deer and Farm Park Forms
	
	version: 	1.0
	author: 	Andrew McEwan
	email:		andrew@web-workshop.net
	website:	www.web-workshop.net
	
************************************************************/


/*
***************** Style Generic Form Elements ******************/

.clear {
  clear: both;
}

form {
 	font-size: 1.4em;
	width: 480px;
	position:relative;
}


/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#156F13}

/* legend styling */
legend {
	font-weight: bold;
}

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:white;
	font-weight:bold;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

label#ageConfirmation {
	width:400px;
	}
	
input.ageConfirmation {
	width:30px;
	}

label#signup {
	width:400px;
	}
	
input.signup {
	width:30px;
	}
	
label#message {
	width:400px;
	}
	

/* :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;
}

#monthOfBirthLabel, #yearOfBirthLabel {
  text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
  width: 3em;
	margin-right: 0.5em;
}

#monthOfBirth {
  width: 10em;
	margin-right: 0.5em;
}

#yearOfBirth {
  width: 5em;
}


/*
 *
 *	Style form elements for the quizzes
 *
 *****************************************************/
 

.clear {
  clear: both;
}

form#quizForm {
 	font-size: 1.4em;
	width: 480px;
}


/* fieldset styling */
form#quizForm fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#156F13}

/* legend styling */
form#quizForm legend {
	font-weight: bold;
}

form#quizForm p {
  position: relative;
	width: 100%;
}

/* style for  labels */
form#quizForm fieldset p label {
	float: none;
	width: 400px;
	display:inline;
}

form#quizForm input {
  width: 30px;
}

form#quizForm input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

form#quizForm input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
form#quizForm input:focus, textarea:focus {
	background: #ffc;
}

form#quizForm input.radio, input.checkbox, input.submit {
  width: auto;
}


form#quizForm textarea {
	width: 300px;
	height: 100px;
}


/* Color form styling */
#favoriteColor {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
  width: 8em;
	float: left;
}

#favoriteColor label {
  /*width: 3em;*/
	float: none;
	display: inline;
}

input.emailprefs {
	width:50px;
	}