/* 
	############################# 

		ProjectName
		
		This stylesheet defines form 
		attributes for all browsers.
		
		Developer: Tate Johnson <tate@bottlebrush.net.au>
		Project Manager: Fabienne Rabiossi <fabienne@untanglemyweb.com>
		
		Last edit: 2008-02-04

	#############################
	
		Stylesheet Layout:
		
		- Form
		
	#############################
*/

/* -------->>> Form <<<-------- */

/* -------->>> Form <<<-------- */

form {
	width: 350px;
	margin: 0 auto;
	padding: 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	display: block;
	clear: both;
}

input, textarea, select {
	width: 100%;
	margin-bottom: 0.8em;
}

ul.optionset {
	margin: 0 0 0.8em 1em;
	padding: 0;
	list-style-type: none;
}

ul.optionset li {
	clear: both;
}

ul.optionset label {
	clear: none;
}

ul.optionset input {
	float: left;
	width: auto;
	margin-bottom: 0;
}

p.checkbox input {
	float: left;
	width: auto;
}

p.checkbox label {
	display: inline;
	padding-left: 10px;
}

div.Actions input {
	width: auto;
	margin: 0 1em 0 0;
}

span.message {
	display: block;
	margin-bottom: 0.8em;
	padding: 5px;
	border: 1px solid #ff6969;
	background: #ffd4d4;
	text-align: center;
	color: #ff6969;
}
