/* CSS Document */

form {
}

.LoginForm {
   width: 50%;
	margin: auto;
	text-align: center;
	font-size: small;
}
.LoginForm table {
	background-color: #BBCBD1;
	border: 2px solid #333333;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.LoginForm table caption {
   text-align: center;
	margin: auto;
	font-size: small;
}
.LoginForm th {
   font-weight: normal;
	text-align: right;
}
.Buttons {
   margin: auto;
	text-align: center;
	margin-top: 10px;
	clear: left;
}
.EditForm {
   width: 75%;
   margin: auto;
   margin-top: 20px;
   font-size: small;
}
.FieldLabel {
   float:left;
   width: 25%;
   margin-top: 5px;
   clear: left;
}
.Field {
   margin-left: 25%;
   margin-top: 5px;
} 
.FieldFloat {
   float: left;
   margin-top: 5px;
   margin-right: 5px;
}
