﻿
body{
	background:url(images/background.png) repeat #ccc;
}
input{
	border:0;
	outline:0;
	text-align:center;
	color:#999999;
	margin-bottom:10px;
}
#box{
	background:url(images/shape.png) no-repeat center;
	margin:15px auto 0 auto;
	width:360px;
	height:264px;
}
.elements{
	width:222px;
	margin:0 auto;
	padding:10px 0;
}
.logo{
	background:url(images/logo.png) no-repeat center;
	height:32px;
	margin-bottom:15px;	
}
.username{
	background:url(images/usermamefield.gif) no-repeat top;
	width:222px;
	height:32px;
}
.username:focus{
	background:url(images/usermamefield.gif) no-repeat bottom;
	color:#333333;
}
.password{
	background:url(images/passwordfield.gif) no-repeat top;
	width:222px;
	height:32px;
	text-align:center;
}
.password:focus{
	background:url(images/passwordfield.gif) no-repeat bottom;
	color:#333333;
}

.confidential {
	font-size:12px;
	margin-top:50px;
	text-align:center;
}
.confidential a{
	color:#999999;
	text-decoration:none;
}
.clr{
	clear:both;
}
.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.submit:hover:enabled {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.submit:active:enabled {
	position:relative;
	top:1px;
}

.submit:disabled {
	color:#A0A0A0;
	cursor:inherit;
}
.error
{
    color:Red;
}
.command {
	font-size:12px;
	margin-bottom:20px;
	text-align:center;
}
.command a{
	color:#999999;
	text-decoration:none;
}
.note 
{
    font-size: 12px;
    color: #666;
    text-align:center;
    margin:0;
}