/********* Begin styling the form ****************/




#content fieldset fieldset{
	width: 195px; /*Set the width of the fieldset that contains the form inputs*/
	padding: 0; /*zero the padding on the nested fieldset*/
	border: none; /*remove the borders*/
}

#content input{
	background-color: #C9EDED;/*Set the background colour of the form inputs*/
	color: #414F4B;/*Set the text colour*/
	border: 1px solid #4C5854;/*add a border around them*/
	margin: 0;/*Specifically set the width*/
}

#apDiv1 textarea{
	background-color: #C9EDED;/*set the background colour*/
	color: #602050;/*set the text colour*/
	border: 1px solid #4C5854;/*set a margin on the right only*/
	height: 165px;/*specifically set a height for the textarea, tends to vary somewhat cross browser*/

}



#content label{
	color: #602050;/*set the label text colour*/
	font-size: 75%;/*set the label font size*/
	display: block;/*display it as a block level element*/
}




#content .button{
	background-color: #2F3F8E;/*changes the default background colour from the input styling*/
	color: #fff;/*changes the default colour from the input styling*/
	width: 130px;/*changes the default width colour from the input styling*/
	margin-top: 5px;/*adds a little sapce between the bottom input and the buttons*/
	display: inline;/*allows the buttons to sit side by side by, over ruling the display: block; on the input selctor*/
	margin-right: 10px;
}
.logo {
	margin-left: 20px;
}

#content .menu{
	background-color: #C9EDED;/*Set the background colour of the form inputs*/
	color: #414F4B;/*Set the text colour*/
	border: 1px solid #602050;/*add a border around them*/
	width: 145px;
}

#apDiv1 .search_button{
	background-color: #2F3F8E;/*changes the default background colour from the input styling*/
	color: #fff;/*changes the default colour from the input styling*/
	width: 50px;/*changes the default width colour from the input styling*/
	margin-top: 5px;/*adds a little sapce between the bottom input and the buttons*/
	display: inline;/*allows the buttons to sit side by side by, over ruling the display: block; on the input selctor*/
	float: right;
}
