form {
	padding: 0;
	}
	
	form input {
		font-family: Verdana;
		font-size: 13px;
		padding: 3px;
	}
	
	form input[text] {
		width: 200px;
	}
	
	form fieldset table {
		border-collapse: collapse;
		padding: 0;
		width: 100%;
		}
		
		form fieldset table label {
			font-weight: normal;
			font-size: 13px;
		}
	
		form fieldset table th, form fieldset table td {
			font-size: 11px;
			vertical-align: top;
			border: none;
		}
	
		form fieldset table th {
			color: #333;
			text-align: right;
			padding: 6px 10px 0 0;
			white-space: nowrap;
		}

  
  form fieldset hr {
		margin: 5px 0;
		color: white;
		background: white;
		border-top: 1px dotted #999;
	}

p.buttons {
	margin-top: 30px;
	border-top: 1px dashed #8D8D8D;
	padding-top: 20px;
	padding-left: 100px;
}

p.buttons input {
	width: auto;
}

div.formError, label.formError {
	color: red;
}

div.formError {
	font-size: 1.2em;
	text-align: center;
	margin: 1.5em 0;
}

table div.formError {
	font-size: 1em;
	text-align: left;
	margin: 0;
}

div.fieldWithErrors {
	display: inline;
}

div.fieldWithErrors input, div.fieldWithErrors textarea {
	border-color: red;
}

#Flash {
  border: 2px solid #F9AF40; 
	padding: 3px;
	margin: 0 0 10px 0px;
}