html, body, .fh
	{
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}

/* Form Styles */
	
input,select {
	border: 1px solid;
	font-size: 12px;
	border-color:#b9b9b9;
	}

.outer { width: 100%; height: 100%; display: table; }
.middle { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }
.inner
	{
	text-align: left;
	}

.logbox div.inner
	{
	float: left;
	}
	
.mbox 
	{
	margin: auto;
	height: 420px;
	width: 600px;
	background: #eee;
	position: relative;
	background: url(images/loginbg.jpg) no-repeat;
	text-align: left;
	}
	
	.mbox1
		{
		background: url(images/loginbg2.jpg) no-repeat;
		}

	.mbox2
		{
		background: url(images/loginbg3.jpg) no-repeat;
		}
	
	.logbox
		{
		width: 240px;
		height: 340px;
		padding: 10px;
		position: absolute;
		top: 20px;
		right: 20px;
		}
		
form, h1
	{
	margin: 0px;
	}
	
	h1
		{
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: normal;
		background: url(images/important.png) no-repeat left;
		height: 32px;
		padding-left: 40px;
		}
	
	p
		{
		margin: 0px;
		margin-bottom: 10px;
		}
		
	.fields
		{
		}
	
	.frow
		{
		float: left;
		clear: both;
		width: 100%;
		margin-top: 5px;
		}
	
	.flabel
		{
		float: left;
		width: 60px;
		text-align: right;
		margin-right: 10px;
		color: #333;
		font-weight: bold;
		}
		
	.field
		{
		float: left;
		width: 150px;
		}
			
		
	.tb
		{
		width: 150px;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		position: relative;
		top: -3px;
		border: 1px solid;
		border-color:#b9b9b9;
		}
	
	input:focus,select:focus,tb:focus { 
		border-color:#f87923;
	 }
		
	button i
		{
		font-style: normal;
		}
		
	button
		{
		vertical-align: middle;
		}
		
	a
		{
		text-decoration: none;
		color: #0066FF;
		}
		
	a.forgot
		{
		margin-top: 10px;
		display: block;
		padding: 2px;
		}
			