/*Copyright (c) 2003-2006 Microsoft Corporation.  All rights reserved.*/

/* main layout styles */

/* Everything should be Tahoma */

a.banner:link {color: #8d8a9a; text-decoration:underline;}      /* unvisited link */
a.banner:visited {color: #8d8a9a;}   /* visited link */
a.banner:hover  {color: #000;}     /* mouse over link */

@font-face {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
}

html, body {
	background-color: rgb(0,40,80);
	color: #ACACC8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
}

div#LoginBox {
	background-color: white;
	border: 1px solid grey;
	border-radius: 4px;
	position: absolute;
	width: 745px;
	height: 540px;
	top: 150px;
	left: 50%;
	margin-left: -372px;
}

div#DataBox {
	border: 0;
	width: 580px;
	margin-left: 147px;
	margin-right: 0px;
	margin-top: 50px;
	height: auto;
	text-align: left;
}

h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	color:  #05347A;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color:  #05347A;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -12em;
}

.txt {
	border-radius: 4px;
	background-color:#E1E6E9;
	border:0;
	width:300px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	font-size: 18px
}