/************( BASE ELEMENTS )************/
body {
	margin: auto;
	background-image: url("../images/style3-login-background-glow.png");
	background-color: #7ca0c5 !important;
	background-repeat: no-repeat;
	background-position: center top;
}
h1.style3 {
	font-weight: normal; 
}
h2.style3 {
	color: #3d4543;
}
/************^ BASE ELEMENTS ^************/

/************( INPUT )************/
input[type=text].style3, input[type=password].style3 {
		font-size: 13px;
		background-color:#FFF;
}
input[type=text]#login.style3.idle, input[type=password]#login.style3.idle {
	background-image: url("../images/style3-login-username.png");	
	background-repeat: no-repeat;
	background-position: 8px center;
}
input[type=text]#password.style3.idle, input[type=password]#password.style3.idle {
	background-image: url("../images/style3-login-password.png");	
	background-repeat: no-repeat;
	background-position: 8px center;
}
input[type=button].style3, input[type=submit].style3 {
	text-transform:capitalize;
}
/************^ INPUT ^************/

/************( LAYOUT )************/
.content {
	font-size:11px;
	margin: auto;
	text-align:center;
	color: #3d738d;
	text-decoration: none;
}
.content table td {
	font-size:11px;
}
.content a {
	color: #236093;
	text-decoration: underline;
}
div.loginlogo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background-image: url("../images/style3-login-logo.png");	
	background-repeat: no-repeat;
	background-position: top center;
	background-color: inherit;
}
.loginform {
	background-color:#ecedee;
	padding:25px 25px 20px 25px;
	display:block;
	min-height: 110px;
	position: relative;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.2), /*bottom internal shadow*/ 
	  			inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
}
.loginform.left {
	float: left;
}
.loginform.right {
	float: right;
}
.loginform.center {
	margin: 0 auto;
}
div.loginlogout {
	color: #c6d5e3;
	text-transform:uppercase;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	background-image: url("../images/style3-login-logout.png");	
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: inherit;
}
/************^ LAYOUT ^************/

