/* Styles */
form {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

fieldset {
	margin: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	background: transparent;
	font-weight: bold;
}

label {
	float: left;
	width: 220px;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0em;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 300px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.multi div {
	margin: 5px 0;
}

div.multi input {
	width: 1em;
}

div.multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#submit {
	margin-bottom: 10px;
	text-align: left;
	width: 340px;
	float: right;
}

#submit input {
	border: 1px solid #47819D;
	color: #fff;
	font-size: 100%;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
	background-color: #569ABD;
}

input:focus, textarea:focus {
	color: #000;
	background-color: #C4DCE8;
}

	
/* required fields - does not work in IE because its rubbish, use Firefox if you're reading! */
fieldset div.req {
	font-weight: bold;
}

fieldset div.req label:before {
	content: "* "; /* required fields - does not work in IE because its rubbish, use Firefox if you're reading! */
}

p#intro {
	margin: 0;
}
