/* --------------------------------------------- */ 
/*	Designed and Produced by Carlson Marketing.  */
/*	Build start date: 16th November 2006.        */
/*	Developer: Steve Avery.                      */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* KEY                                           */
/* --------------------------------------------- */
/* 1.	Form styles                              */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* 1. Form styles                                */
	
form fieldset {
	border: none;
}

	form fieldset legend {
		display: none;
	}
		
		form fieldset .row {
			clear: both;
			margin-bottom: 5px; 
			}
			
			form fieldset .rowFinal {text-align: right; width: 355px; margin-top: 16px; }
		
			form fieldset .row input,
			form fieldset .row textarea {
				border: 1px solid #AEC5D9;
			}
		
			form fieldset .row .question {
				display: block;
				text-align: right;
				width: 115px;
				float: left;
				margin-bottom: 3px;
				padding: 2px 8px 0 0;
			}
			
			form fieldset .row .answer input {
				width: 230px;
			}
			
			form fieldset .row .answerRight { text-align: right; width: 230px; }
			
			form fieldset .row.note {
				margin-left: 123px !important;
				margin-left: 126px;
				display: block;
				width: 230px;
				font-size: 0.84em;
			}
			
			form fieldset .row label abbr,
			form fieldset .row .answer abbr {
				border: none;
			}
			
			form fieldset .row .radioButton {
				width: auto !important;
				border: none;
			}
			
			form fieldset .row p {
				 margin-left: 0 !important;
				 width: 230px;
			}
			
			/* Errors */
			
			#errors {
				color: red;
				width: 340px;
				margin: 0 0 0 15px;
			}
			
				#errorMessages ul {
					margin: 10px 0 10px 25px;
				}
				
				.error {
					color: red;
				}



/* Site search GO button */

#siteSearchContainer #siteSearchButton {
	background: #005bab;
	border: none;
	color: #FFFFFF;
	font-size: 1em;
	width: auto;
}

	#siteSearchContainer input {
		border: 1px solid #FFFFFF;
		width: 148px;
	}
	

/* Homepage login & fogotten password */

#logInForm {
	margin-left: 15px;
}

#logIn #errors {
	width: 150px;
}

#forgotPassword #errors {
	width: 135px;
}

#forgotPassword #errors ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

#logInForm fieldset .row #emailLabel,
#logInForm fieldset .row #passwordLabel {
	width: 150px;
	float: left;
	text-align: left;
}

#logInForm fieldset .row #email {
	width: 150px;
}

#logInForm fieldset .row #password {
	width: 109px;
	float: left;
}

#logInForm fieldset #logInGo {
	margin-left: 5px;
	padding: 1px 2px 2px 2px;
	background: #005bab;
	border: none;
	color: #FFFFFF;
	font-size: 1em;
	float: left;
	position: relative;
	top: 0px !important;
	top: -3px;
	t\op: -3px;
}


	/* Forgotten your password? */
	
	#forgotPassEmailContainer {
		margin-left: 15px;
	}
	
	form fieldset #forgotPassEmailContainer p {
		margin: 0;
		width: 150px;
	}
	
	form fieldset #forgotPassEmailContainer .row #forgottenEmailLabel {
		float: left;
		text-align: left;
	}
	
	form fieldset #forgotPassEmailContainer .row .answer {
		float: left;
	}
	
		form fieldset #forgotPassEmailContainer .row .answer input {
			width: 109px;
		}
	
	form fieldset #forgotPassEmailContainer #forgotPassGoButton {
		margin-left: 5px;
	}
	

/* Registration page */

form fieldset .row #prePregnancyContainer {
	margin: 10px 0 0 20px;
}

.checkboxRow span.question { width: 90px !important; }
.checkboxRow input {
	width: 20px !important;
	border: none;
	float: left;
}

.checkboxRow input#fldTerms28 {
	float:none;
}

.checkboxRow span.answer label { margin-left: 120px !important; float: none; display: block; }

form fieldset .row .answer select,
form fieldset .row select {
	border: 1px solid #AEC5D9;
	color: #557CA2;
}

form fieldset .row .answer select#title {
	width: 100px;
}

form fieldset .row select.day {
	width: 50px;
}

form fieldset .row select.month {
	width: 100px;
}

form fieldset .row select.year {
	width: 75px;
}

#termsContainer {
	border: 1px solid #AEC5D9;
	background: #FFFFFF;
	height: 200px;
	margin: 1em auto;
	padding: 10px;
	overflow: auto;
}

* html #termsContainer { width: 300px; }

#termsContainer ol {
	margin-left: 25px !important;
	margin-left: 30px;
}

.paddFormLeft {
		padding-left: 105px;
}

.paddButtLeft {
		padding: 5px 0 5px 15px;
}

/* Contact us */

#comment {
	width: 230px;
	height: 100px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

#sendButton {

}


/* Recommend more mums */
	
	#recommendAMumContainer {
		width: 340px;
		margin-left: 15px;
	}
	
	#recommendAMumContainer form#recommendAMumForm p {
		width: 325px;
		margin-left: 0;
	}

		#recommendAMumContainer form#recommendAMumForm .row .answer input {
			width: 200px !important;
			width: 210px;
			w\idth: 200px;
		}
		
		#recommendAMumContainer form#recommendAMumForm #sendButton {

		}


/* Jon fix for contact form out of line in firefox */

#contactForm fieldset {
	float:left;
}

/* Quick win to hide the extra opt ins on register and update details */

.hidden{display:none;}

/* AJAX styles */

#AJAXProcess {
	visibility: hidden;
	clear: both;
}
