 form {
	width:378px;
}
	 form fieldset {
		border:0;
		padding:12px;
	}
		 .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		 span.message {
			width: 300px;
		}
		 form div {
			margin-top:10px;
			width:100%;
		}
		 form label {
			font-size:12pxem;
			color:#333;
		}
			 form label.left {
				float:left;
				width:12em;
			}
		 
		 form input.text,
		 form textarea,
		 form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		 form p.Actions {
			text-align:center;
		}
