body
{
	font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #F9EBEB;
    margin: 0px;
    padding: 0px;
	color: #333;
}

#main_container
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 250px;
}

#login_container
{
	width: 580px;
	min-height: 200px;
	border: 2px solid #C1D4DC;
	margin: 0 auto;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	background: #F6F6F6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E2E0E0); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E0E0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #E2E0E0);
}

#login_title
{
    width: 100%; 
	height: 30px; 
	margin-top: 1px;
	padding: 10px;
	font-size: 19px; 
    color: #0F7FAE; 
	font-weight: normal;
	text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: capitalize;
}

.login_credentials
{
    width: 100%;
	height: auto;
}

.credentials_title
{
    float: left;
	width: 180px;
	min-height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: capitalize;
}

.credentials_input
{
    float: right;
	width: 400px;
	min-height: 50px;
	line-height: 50px;
}

input[type='text'], input[type='password']
{
    border: 1px solid silver;
	width: 350px;
	height: 25px;
	line-height: normal;
}

#remember_me
{
    width: 380px;
	float: right;
}

#remember_checkbox
{
    width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
}

#remember_text
{
    width: 100px;
	height: 30px;
	line-height: 26px;
	float: left;
	text-align: left;
}

#button_container
{
    width: 72px;
	min-height: 30px;
	float: right;
}

#hidden_submit_button
{
    width: 0px;
	height: 0px;
	background: #F6F6F6;
	border: 0px;
}

#login_status_div
{
    float: right;
	margin-right: 23px;
	margin-bottom: 20px;
}