	
#login 
{
	margin: 5em auto;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border: 8px solid rgb(238, 238, 238);
width: 960px;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 0px 10px rgb(78, 112, 124);
text-align: left;
position: relative;
height:245px;
margin-top:5px;
margin-bottom:10px;
}
#login h1 {
    background: none repeat scroll 0% 0% rgb(0, 146, 200);
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 0px rgb(0, 125, 171);
    font-size: 14px;
    padding: 18px 10px;
    margin: 0px 0px 1.5em;
    border-bottom: 1px solid rgb(0, 125, 171);
}
#login p
{
	text-indent:10px;
	margin-top:-5px;
	padding-bottom:8px;
}
#left
{
	float:left; width:100%; height:auto;
}
#left div
{
	float:left; width:100%; height:35px; background:#eee;
	padding-top:5px;
	margin-top:5px;
}
#right
{
	float:right; width:49%; height:350px; background-color:#eee;
	padding-top:5px;
	margin-top:5px;
}
#right div
{
	float:left; width:100%; height:35px; background:#eee;
	padding-top:5px;
	margin-top:5px;
}

#right p
{
	text-align:justify;
}
#login label
{
	float:left;
	line-height:30px;
	padding-left:10px;
	padding-right:50px;
	width:50%;
}
#login .field
{
	border:1px solid #ccc;
	width:42.7%;
	height: 20px;
	font-size:12px;
	line-height:1em;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
}
#select
{
	border:1px solid #ccc;
	width:44.6%;
	font-size:12px;
	line-height:1em;
	padding:4px;

	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
}
#login a
{
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	background:#0092c8;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
#login a:hover
{
	background-color:#09F;
}


.submit{
	
	border:0;
	padding:0 30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-shadow:#007dab 0 1px 0;
	background:#0092c8;
	cursor:pointer;
	margin-left:15px;
	margin-top:10px;
	}	
.submit:hover
{
	background-color:#09F;
}
#login div.submit label{float:none;display:inline;font-size:11px;}	
#login button{
	border:0;
	padding:0 30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-shadow:#007dab 0 1px 0;
	background:#0092c8;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	}

.btnRegister
{
	width:22%;
	background-color:#C30;
	color:#FFF;
	border:none;
	height:30px;
	cursor:pointer;
}
.btnRegister:hover
{
	background: none repeat scroll 0% 0% rgb(0, 146, 200);
	color:#fff;
}
.btnSignIn
{
	width:45.5%;
	background-color:#0C3;
	color:#000;
	border:none;
	height:30px;
	cursor:pointer;
	float:right;
	margin-right:2px;
}
.btnSignIn:hover
{
	
	background: none repeat scroll 0% 0% rgb(0, 146, 200);
	color:#fff;
}