body{
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;

}
#content{
	margin: 7em auto;
	width:320px;	
}

h1 a {
	/*
	background: url(../images/logo-login.gif) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;*/
}


form{
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;

}

form #u, form #p {
	font-size: 21px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	background: #fbfbfb;
}


form .submit {
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	background:#21759B ;
	border-color:#298CBA !important;
	color:#FFFFFF !important;
	font-weight:bold;
	width: 100px;
	float: right;
}


form .forgetmenot {
	font-weight: normal; 
	float: left; 
	width: 45%;
}

form p {

}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}


#nav { margin: 0 0 0 5px; padding: 10px; text-align: center;}

