﻿body {background: #E5E5E5 url(../img/bg_login_page.png) repeat-x top;}

	#logincontainer {
	width: 805px;
	margin: 0 auto;
	margin-top: 90px;
}
		
		#loginbox {border-radius: 20px; -moz-border-radius: 20px; background: #000 url(../img/bg_login_box.png) repeat-x top; border-bottom: 1px solid #fff;}
			#loginheader {
	text-align: center;
	padding: 15px 0;
	background: url(../img/bg_login_header.png) repeat-x bottom;
	border-bottom: 1px solid #424242;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	font-size: 30px;
	color: #FFFFFF;
}
		
		#innerlogin {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 20px 30px 20px;
}
			.logininput {width: 240px; padding: 5px 5px; border: 1px solid #fff; border-radius: 8px; -moz-border-radius: 8px; font-size: 15px; margin: 10px 0;}
			#innerlogin p {color: #ddd; font-weight: 600;font-size: 16px; text-shadow: 1px 1px 1px #222;}
				
				#innerlogin span a {background: #ccc url(../img/bg_forgotten_password.png) repeat-x top; text-shadow: 1px 1px 1px #fff; color: #666; font-size: 11px; padding: 4px 10px; border-radius: 5px; -moz-border-radius: 5px; text-decoration: none;}
					#innerlogin span a:hover {background: #ccc url(../img/bg_forgotten_password.png) 0 -25px; color: #333;}

		
		#logincontainer .loginbtn2 {
	background: #3197CA url('themes/blue/img/bg_login_btn.png') repeat-x 50% top;
	border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 25px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #9cced6;
	color: #1C5571;
	width: 240px;
	padding: 1px 0;
	margin: 1px 0 0 0;
	display: block;
	cursor: pointer;
	border-top: 1px solid #BEDFEF;
	letter-spacing: -1px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
		
		#logincontainer .loginbtn2:hover {background: #3197CA url('themes/blue/img/bg_login_btn.png') -0 -60px; 
cursor: pointer; color: #103141;
}
		