html,
body,
form,
textarea
{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}

label, button, input[type="submit"] { cursor:pointer; }

h2
{
	color: #0057AE;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.th
{
	border-top: solid 1px #687EB3;
	color: #000;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}

.il
{
	display: inline;
}

.h
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	width: 800px;
	border-bottom: solid 1px #687EB3;
	color: #000;
	height: 25px;
	font-size: 110%;
	line-height: 25px;
	text-align: right;
	vertical-align: middle;
}

.ad
{
	width: 200px;
	display: inline;
	float: right;
}

.tbm
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb
{
	margin-bottom: 40px;
}

.s
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.r
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.st
{
	font-family: Tahoma;
	width: 350px;
	height: 17px;
	border: solid 1px #687EB3;
	text-transform: lowercase;
}

img
{
	border: 0px;
}

a
{
	color: #0000FF;
}

a:hover
{
	color: #CC0000;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.f
{
	clear: both;
	margin-top: 40px;
}

/* results */
ul
{
	padding: 0px;
	list-style-type: none;
}

.w
{
	line-height: 20px;
	width: 570px;
}

.in
{
	padding-left: 20px;
	line-height: 20px;
	width: 570px;
}

.btn
{
	line-height: 25px;
	margin-right: 5px;
	padding: 4px;
	background-color: #E0EAF1;
	text-decoration: none;
	color: #000;
}

.btn:hover
{
	margin-right: 5px;
	padding: 4px;
	background-color: #3E6D8E;
	text-decoration: none;
	color: #FFF;
}

.mn
{
	font-size: 80%;
}













/* login divs - taken from subtext */
div#Main 
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #BBBBBB;
	padding:32px;
}

div#OpenIdMain
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #BBBBBB;
	padding:32px;
}

#logo {
	background:transparent url(images/ep.png) no-repeat scroll 0%;
	height:90px;
	width:300px;
}

* html #logo {
	
}

div#Heading {
	color:#000099;
	font-family: "Tahoma";
	font-size:150%;
	font-weight:bold;
	margin:0px;
	padding:0pt 0pt 18px;
}

input.Textbox
{
	font-family: "Tahoma";
	padding:2px;
	width:260px;
}

.upper
{
	text-transform:uppercase;
}

#OpenIdMain label {
	color:#999999;
	font-size:9px;
	font-weight:bold;
	margin:6px 0px 2px;
	text-transform:uppercase;
}

.LoginFloat label {
	color:#000000;
	display:inline;
	margin:0pt;
	vertical-align:text-top;
	width:80px;
}
/* taken from subtext */