/* CSS Document */
form {
	margin:0px;
	padding:0px;
}

fieldset {
}

label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
}

label {
	margin-right:10px;
}

.label {
	width:200px;
	float:left;
}

.label {
	text-align:right;
}

.input {
	width:350px;
	margin-bottom:5px;
	float:left;
}

.error {
	margin-left:200px;
	width:300px;
	margin-bottom:5px;
	float:left;
}

.error {
	font-style:italic;
	color:#FF9900;
}

ul,ol,li {
	margin:0px;
	padding:0px;
	list-style:none;
}
			
.textfield {
	width:320px;
}

.Clear {
	clear:left;
}

.title {
	margin-top:10px;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
}

.FormList {
	margin-top:35px;
}

.ServerResponse {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFFFFF;
}


