/* FORM STYLES */

form,fieldset {
	border:0;
}

p.message {
	border:1px solid red;
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
	color:#000;
	background:#ffdfdf;
	margin-bottom:20px;
}

fieldset {
	margin-top:5px;
}
form div {
	margin-bottom:3px;
}
input.text,
textarea {
	width:146px;
	border:1px solid #999;
}
	input.text {
		height:1.5em;
	}
	textarea {
		height:3.5em;
	}
label.left {
	float:left;
	width:10em;
	text-align:right;
	padding-right:7px;
}
p.Actions {
	text-align:right;
	margin:10px 187px 0 0;
}