body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #fff;
	color: #777;
}

label {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

#container {
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1000;
	width: 300px;
	background: #FFFFFF;
	border-style:solid;
    border-color:#8AC007;
    border-radius: 15px;
}

#login_logo {
	width: 200px;
	height: 75px;
	margin-left: 50px;
	margin-top: 70px;
	padding-top: 10px;
	margin-bottom: 20px;
	background: #fff url(../webERP.gif) repeat-x left bottom;
}

input{
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding: 4px 0;
    vertical-align: middle;
    width: 200px;
}

input:hover {
	border: solid #aad4e3 1px;
	background-position:left bottom;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	background:#1F57AA;
	border: solid #e3e3e3 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}

input.button:hover {
	background: #f11;
}

label{
	width:200px;
	padding-top:7px;
	padding-left:50px;
}

#demo_text{
	margin-left:50px;
	width:200px;
}
