@charset "utf-8";
	
input {
	width: 283px;
		}
/*reset width for non text inputs*/
input.radio, input.checkbox, input.submit {
		width:auto;
		
}
/*adv. styling forms*/
fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display:block;
	padding-left: 15px;
}

legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 2px 5px;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	color: #0000FF;
}
fieldset[id=your_details]{
	background:#94BDD1;
	border: 3px ridge #000;
}
fieldset[id=enquiry_info]{
	background:#ccc;
	border: 3px ridge #000;
}
legend[class=perlegend]{
	background:#94BDD1;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;
}
legend[class=enquiry_info]{
	background:#ccc;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;
}
input:focus, textarea:focus {
	border: 2px solid #630;
}

/*display labels next to form elements, add a class for when you want to stack them*/
label { 
		float:left;
		margin-right: 1.5em;
		width: 180px;
		
}
label.top {
		display: block;
		float:none;
}
#informationtype {
		margin: 20px 0;
}
/*display labels inline with checkboxes*/
#informationtype label,#enquiry_info label {
	float:none;
	display:inline;
	padding-left: 5px;
}
/*align colums of check boxes*/
div.group1, div.group2 {
	float: left;
	width: 20em;
	padding-left: 10px;
}

