/* Login CSS File */

* {
    margin: 0;
}

a:hover {
	cursor: pointer;
}

html, body {
    height: 100%;
}

p {
	font-weight: 100;
	font-size: 1.2em;
	padding-top: 5px;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -2px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -27px;
}

#footer, .push {
    height: 22px;
}

#footer {
	background: url(../../images/login/footer_bg.png) repeat-x;
	width: 100%;
	font-size: 0.85em;
	text-align: center;
	padding-top: 5px;
}

	#footer a {
		color: #565656;
		text-decoration: none;
	}

html {
	background: #000 url(../../images/login/spot.jpg) repeat-x 50% 0%;
}

body {
}

.spacer {
	clear: both;
}

.padding25 {
	height: 25px;
}

.padding20 {
	height: 20px;
}

.flashNotice {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../images/login/flash_bg.png) repeat-x top left;
	height: 57px;
	color: #50833a;
	font-size: 1.4em;
	text-shadow: #fff 0px 1px 0px;	
	text-align: center;
	padding-top: 8px;
}

	.flashNotice img {
		vertical-align: middle;
		padding-right: 10px;
	}

.flashError {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../images/login/flash_bg.png) repeat-x top left;
	height: 57px;
	color: #50833a;
	color: #822222;
	font-size: 1.4em;
	text-shadow: #fff 0px 1px 0px;
	text-align: center;
	padding-top: 8px;
}

	.flashError img {
		vertical-align: middle;
		padding-right: 10px;
	}
	
#content {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -300px;
}

	#content #login_box {
		background: url(../../images/login/login_box_bg.png) no-repeat top left;
		height: 474px;
		width: 560px;
		margin: 0 auto;
		padding-top: 164px;
	}
	
		#content #login_box #login_control_area {
			padding: 0 67px;
		}

			#content #login_box #login_control_area #inside {
				padding: 25px;
				height: 171px;
			}
			
				.login_label {
					float: left;
					clear: both;
					padding-top: 3px;
					font-size: 1.3em;
					text-shadow: #fff 0px 1px 0px;
				}
			
				.login_text_box {
					text-align: right;
					float: right;
					color: #919191;
					background: url(../../images/login/text_box_bg.png) no-repeat;
					border: 0px none;
					font-size: 1.8em;
					height: 26px;
					padding: 10px;
					width: 283px;
				}
				
				.login_submit_button {
					background: url(../../images/login/login_submit_button_bg.png) no-repeat;
					border-style: none;
					float: right;
					width: 146px;
					height: 39px;
					cursor: pointer;
				}
				
					.login_submit_button:hover {
						background: url(../../images/login/login_submit_button_bg.png) no-repeat 0 -39px;
					}
					
					.login_submit_button:active {
						background: url(../../images/login/login_submit_button_bg.png) no-repeat 0 -78px;
					}



