form legend { display:none; }

form textarea { font-size: 1.0em; }

form label{
	padding-top: 3px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
	line-height:120%;
}
form .small{
	color:#999;
	display:block;
	font-size:0.95em;
	font-weight:normal;
	text-align:right;
	width:160px;
}
form input, form textarea, form select {
	font-family: helvetica, verdana, arial, sans-serif;
	float:left;
	background-color:#EEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:0 0 15px 10px;
}

form input#postcode { width:80px; }

form .container {
	float:left; 
	width:400px;
	margin-bottom:14px;
}

form .container label {
	text-align:left; 
	width:160px;
	margin-bottom:3px;
	font-weight:normal;
}

form .cb { 
	width:auto;
	margin:0 10px;
	padding:0;
}

form input.button {
	display:block;
	background:transparent url(/images/site_assets/button_background.png) 0 0 no-repeat;
	width:160px;
	text-align:center;
	height:39px;
	color:#DC0067;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	border:0;
	margin-left:160px;
	cursor:pointer;
	cursor:hand;
}

form hr {
	margin:0;
	margin-bottom:15px;
}

/* -------------------------------------- */
/* SITE SEARCH CSS */
/* -------------------------------------- */

#header .site_search form input {
	height: 23px;
	padding:0;
	padding-left:15px;
	padding-top:6px;
	font-size:1.2em;
	color:#666;
	width:120px;
	float:left;
	border:0;
	margin:0;
	background: #FFF url(/images/site_assets/site_search_background.png) 0 0 no-repeat;	
}

#header .site_search form input.button {
	background: #FFF url(/images/site_assets/site_search_button.png) 0 0 no-repeat;	
	height:29px;
	width:50px;
	text-indent:-9999.9em;
	color:#999;
	font-size:0.1em;
	cursor:pointer;
	cursor:hand;
}
#header .site_search form input.button:hover { background: #FFF url(/images/site_assets/site_search_button.png) 100% 0 no-repeat; }
