	.fieldset {
		width:500px;
		border: 0px solid #882C2C;
	}

	.fieldset label {
		text-align:right;
		width:150px;
		float:left;
		padding:0.2em;
		margin:0;
		margin-top:0.3em;
	}

	.fieldset .nobr {
		display:none;
	}
	.fieldset .textfield {
		margin:3px;
		height:20px;
		width:320px;
	}

	.fieldset .textarea {
		margin:3px;
		height:165px;
		width:320px;
	}


	.Error {
		width: 400px;
		border: #FD7D40 1px solid;
		background: #FFF2E6;
		padding: 5px;

		text-align: left;

		Font-Family: Verdana;
		Font-Size: 12px;
		color: #990000;
	}
