.form_container
{
	margin: 55px auto;
	padding: 10px;
	position: relative;
	width: 400px;
}
.form_header
{
	border: 1px solid;
	margin: 10px;
	padding: 8px;
	position: relative;
	text-align: left;
}
.form_buttons
{
	position: relative;
}
fieldset
{
	border-style: none none solid;
	border-width: 0 0 1px;
	margin-bottom: 10px;
	padding: 10px;
}
legend
{
	font-weight: bold;
}
label
{
	display: block;
	margin: 5px 0;
	position: relative;
	text-align: right;
	width: 100%;
}
label span
{
	margin-top: -0.5em;
	position: absolute;
	right: 160px;
	top: 50%;
}
label.checkbox span
{
	right: 25px;
	top: 35%;
}
label.required span
{
	font-weight: bold;
}
select
{
	width: 149px;
}
.password, .text
{
	width: 145px;
}
#forgot_pass
{
	margin-top: 3px;
	position: absolute;
	z-index: 3;
}
.bottom-right
{
	bottom: 3px !important;
	position: absolute;
	right: 5px !important;
}
.message
{
	margin: 5px 0;
}
