.account-form {
	clear: both;
	width: 450px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding-bottom: 5px;
}

.form-label {
	position: absolute;
	display: block;
	float: left;
	width: 175px;
	overflow: auto;
}

.form-errors {
	position: relative;
	display: block;
	padding: 10px 0 5px 0;
	font-weight: bold;
}

.form-caption {
	position: relative;
	display: block;
	left: 175px;
	font-weight: bold;
}

.form-input {
	position: relative;
	display: block;
	left: 175px;
}

.manage-input {
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #cccccc;
	
}

.form-end {
	clear: both;
	padding-bottom: 20px;
}

.form-button {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border: 0px;
	padding: 4px;
	text-transform: uppercase;
	color: #006699;
}

.req {
	color: #ff6600;
}


