form {
	display: inline;
	margin: 0px;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form p	{
	display: block;
	width: 510px;
	float: left;
	margin-bottom: 10px;
	color: #333333;
}

.form h4	{
	display: block;
	width: 930px;
	float: left;
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.form .title	{
	width: 250px;
	float: left;
	display: block;
}

.form .error {
	color: red;
}

.form .field {
	width: 380px;
	display: block;
	float: left;
	color: #333333;
}

.form .txtBox {
	width: 380px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.form .txtArea	{
	width: 380px;
	height: 80px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.formButton {
	width: 119px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-position: bottom left;
	color: #333333;
	float: left;
}

.formButtonWide {
	width: 200px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-position: bottom left;
	color: #333333;
	float: left;
}
