body {
	background-image: url(../img/body_bg.jpg);
}

#content {
	height: 600px;
	min-height: 520px;
	background: url(../img/model.jpg) top left no-repeat;
	background-position: 10px -8px;
}
		
	#welcome {
		width: 459px;
		height: 52px;
		background: url(../img/welcome.jpg) top left no-repeat;
		text-indent: -19000px;
		position: absolute;
		top: 45px;
		right: 135px;
	}
	
	#welcome_text {
		width: 459px;
		height: 40px;
		background: url(../img/welcome.jpg) top left no-repeat;
		background-position: 0 -52px;
		text-indent: -19000px;
		position: absolute;
		top: 97px;
		right: 135px;
	}
	
	#loginForm {
		border-left: 4px solid #f7f8fa;
		border-right: 4px solid #f7f8fa;	
		border-top: 3px solid #f7f8fa;	
		border-bottom: 3px solid #f7f8fa;
		background: #e9edf2;
		position: absolute;
		top: 155px;
		right: 55px;
		width: 518px;
		padding: 21px 12px;
	}
	
		#loginForm div#legend {
			border-bottom: 1px solid #c9cfd9;
		}
		
			#legend a {
				margin-top: 5px;
			}
	
		#loginForm h2 {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: normal;
			line-height: 1.5em;
			color: #63738c;			
			float: left;
		}
		
		div#legend a {
			float: right;
		}
		
		div#fields {
			padding-top: 15px;
		}
		
		span label {
			padding-bottom: 5px;
			padding-left: 2px;			
		}
		
		a.q {
			margin-left: 3px;
		}
		
		span.s {
			float: left;
			width: 95px;
			margin-right: 5px;
			margin-top: 5px;
		}
			span.s input {
				width: 93px;
				border: 1px solid #c2cad4;
				margin-top: 5px;
			}
		
		span.l {
			float: left;
			width: 169px;
			margin-right: 5px;
			margin-top: 5px;
		}
			span.l input {
				width: 167px;
				border: 1px solid #c2cad4;
				margin-top: 5px;
			}
			
		span.m {
			float: left;
			width: 70px;
		}
			span.m #loginButton {
				background: url(../img/login_button.jpg);
				width: 70px;
				height: 28px;
				text-indent: -19000px;
				cursor: pointer;
				position: absolute;
				top: 81px;
			}
			span.m #loginButton:hover {
				background-position: 0 -28px;
			}
			
#FlashID {
	position: absolute;
	top: 310px;
}