body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #b8b7aa;;
}

input, textarea, option, select {
	color: #000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	background-color:#eee;
	border-radius: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #01c1e8;
	background-color: #fff;
	box-shadow: 0;
	outline: none;
}

#container {
	width: 390px;
	margin: 10em auto 1em auto;
	padding: 0;
}

#login {
	height: 300px;
	background: url('../img/login_bg.png') no-repeat top center;
	color: #FFF;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 0 20px #97968c;
}

#login form {
	margin: auto;
	width: 250px;
	padding: 100px 30px 25px 30px;
	_padding: 132px 30px 25px 30px;
	color:#222;
}

#login #submit {
	float: right;
	margin: 2em 1px;
	padding: 0;
	text-align: right;
}

#login #submit button {
	padding: 2px 4px;
	_padding: 0;
	width:120px;
}

#login #persistent {
	float: left;
	margin: 1.4em 0 0 0;
	font-size: 0.95em;
}

/* ERROR */

#error {
	position: absolute;
	top: 5%;
	left: 38%;
	width: 22%;
	padding: 1%;
	border: 1px solid #f49c92;
	background-color: #ffdedb;
	border-radius: 5px;
	text-align: left;
	text-shadow: 0 1px 0 white;
	box-shadow: 0 0 20px #97968c;
}

#error ol {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

#error li {
	_margin-left: 45px;
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-size: 11px;
}

#error h3 {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../img/warning.gif) no-repeat 0 0;
	font-size: 1em;
}

.input {
	display:block;
	width: 240px;
	margin-top: 2px;
	padding: 2px 4px;
	border: 1px solid #B2B2B2;
}

.input {
	display:block;
	width: 200px;
	margin-top: 2px;
	padding: 2px 4px;
	border: 1px solid #B2B2B2;
}


.center {
	text-align: center;
}

button {
	border:0;
	border-bottom: 3px solid #014a5d;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #00586f;
	background: #007b9b;
	padding: 4px 10px;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}


button:hover {
	text-decoration: none!important;
	background:#00a8d3;
	border-bottom: 3px solid #007b9b;
}

#content-password{
float:left;
width:145px;
margin-top: 10px;


}

#content-generer{
float:left;
width:55px;
margin-left:15px;
margin-top:30px;


}

#content-generer a{
padding:6px 3px 6px 3px;
	font:bold 11px Arial;
	background:#f5f5f5;
	color:#555;
	border-radius:2px;
	width:100px;
	border:1px solid #ccc;
	box-shadow:1px 1px 3px #999;margin-right:10px; text-align:center; cursor:pointer
}

#content-generer a:hover{
border-bottom: 3px solid #01c1e8;
}

#infospw{
display:block!important;
width:100%;
color:#0066FF; 
text-transform:uppercase; 
text-align:center;

}

