html {
background: #555555 url("../images/background.png");
background-repeat: repeat-y;
height: 100%;
}

body {
margin-left: 72px;
margin-top: 35px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
line-height: 2em;
height: 100%;
}

html>body {
 min-height: 100%;
 height: auto;
}

.logo {
	padding-bottom: 35px;
	width: 360px;
	}
	
.content {
	width: 420px; 
	float: left;
	}
	
.copywrite { 
	font-size: xx-small;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 72px;
	color: #888888;
	line-height: 10px;
	}
	
.icons {
	padding-left: 20px;
	padding-bottom:72px;
	float: right;
	}
	
.form {
	float:left;
	padding-left: 60px;
	width: 350px;
	color: #FFFFFF;
	font-size: x-small;
	line-height: 1.5em;
	text-align:left;
	}

.greyTextField{
background: url(../images/form.png) no-repeat;
width: 182px;
height: 24px;
border: 0;
padding-left: 5px;
padding-top: 5px;
}

.submit {
background-image:none !important;
width: 48px !important;
height: 21px !important;
border: 0 !important;
padding-top:4px;
}

img, body, html { behavior: url(../images/iepngfix.htc);}

a:link{
	color: #00557e;
	text-decoration: none;
	}
a:visited {
	color: #005481;
	text-decoration: none;
	}
a:hover {
	color: #4F1189;
	}
a:active {
	color: #94c93f;	
	}