div.message {
	margin:5px 0;
	padding:5px;
	position:relative;
}

div.message p {
	margin:0;
}

div.message.fail {
	background:#f08080;
	border:1px solid #900;
}

div.message.success {
	background:#bced91;
	border:1px solid #090;
}

div.message.warn {
	background:#eedd82;
	border:1px solid #cdad00;
}

div.error {
	color:#f00;
	margin:0;
	padding:0 0 0 100px;
}

div.error p {
	margin:0;
}

div.input {
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	overflow:auto;
}

div.input label {
	display:block;
	float:left;
	width:100px;
}

div.input input {
	width:250px;
}

div.input.checkbox label {
	float:right;
	width:450px;
}

div.input.checkbox input {
	width:10px;
}
