body {
	background-color: #ddd;
	text-align:justify;
}

div.loginbox {
	margin:0 auto;
	text-align:left;
	width:370px;
	background-color:#fafafa;
	border:1px solid #c7c7c7;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
}

div.header {
	background-color:#ccc;
	height:0px;
}

div.intro {
	padding:1em;
	color:#e7e7e7;
}

div.container {
	background-repeat: repeat-x;
}

div.form {
	padding:1em;
	min-height:120px;
}

div.info {
	padding:1em;
	font-weight:bold;
	color:silver;

}

div.warning {
	background-color: #e9e9e9;
	color:#999;
	padding:1em;
	text-align:justify;
	-moz-border-radius-bottomleft:0.5em;	
	-moz-border-radius-bottomright:0.5em;
}


td {
	text-align: left;
}

.status_info
{
	color:orange;
	padding:0.5em;
	border:1px solid #eea;
	background-color:#eed;
}
