/*---------------------------------------------------------------------------
		File name ............ templates/css/login.tpl.css
		Project .............. Owebia CMS
		Author ............... Antoine Lemoine
		Creation date ........ 15.01.2008
		Modification date .... 16.01.2008
---------------------------------------------------------------------------*/

body {
	text-align: center;
}

#logo {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	border: 0;
}

#box {
	width: 400px;
	margin: auto;
	margin-top: 150px;
	text-align: center;
}

#box h1 {
	font-size: 2em;
	font-weight: normal;
	border-bottom: solid 1px #b66d00;
	padding: 20px 0 0 20px;
	margin-bottom: 3px;
	text-align: left;
}

#boxform {
	display: block;
	padding: 15px 55px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: solid 1px #b66d00;
}

#boxform div {
	margin-bottom: 5px;
	text-align: left;
}

#boxform label {
	display: block;
	float: left;
	width: 120px;
	padding-top: 2px;
}

#boxform #username, #boxform #userpass {
	width: 155px;
	border: solid 1px #c6c6c6;
	background-color: transparent;
}

#boxfoot {
	text-align: center;
}

.demo {
	font-weight: bold;
	color: red;
	text-align: center;
	margin-top: 20px;
}

