@charset "utf-8";
/* CSS Document */

body
{
	background:url( '../images/login_bg.gif' ) bottom left repeat-x;	
}

.login
{
	width:470px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	box-shadow: 0px 0px 16px #878787;
	background:#e6e8e8 url( "../images/form_bg.gif" ) top left repeat-x;	
}

.login_error .block
{
	background:url( '../images/login_error.png' ) bottom left no-repeat;	
}

.block
{
	padding:15px 15px 5px 15px;
	margin:0px;	
	
	background:url( '../images/login_blank.png' ) bottom left no-repeat;
}

.form
{
	padding:15px 0px 0px 180px;	
	background:url( '../images/login_form.png' ) top left no-repeat;
}

.login_error .form
{
	background:url( '../images/login_form_error.png' ) top left no-repeat;	
}

.message
{
	background:#767676;
	padding:10px;
	font-size:11px;
	font-weight:bold;
}

.login_error .message
{
	background:#ec008c;
}

.message p
{
	color:#ffffff;	
	padding:0px;
	margin:0px;
}

.form input[type=submit]
{
	padding:6px 16px 6px 16px;
	font-size:14px;
	margin-top:5px;
}

