/*____________________________________________________________________  Body  */
body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #005292;
	color: #000000;
}
.hidden {
  display: none;
}

/*_________________________________________________________________  Content  */
div#wrapper {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	left: 80px;
	right: auto;
	bottom: auto;
	height: 190px;
	width: 330px;
	background-color: #000000;
	top: 70px;

}
div#logo {
	height: 113px;
	width: 266px;
	position: relative;
	top: 5px;
	left: -72px;
	right: auto;
	bottom: auto;
}
div#form1 {
	height:40px;
	position: relative;
	width: 330px;
	left: 40px;
	top: auto;
	right: auto;
	bottom: auto;
}
div#form2 {
	height:40px;
	position: relative;
	width: 330px;
	left: 40px;
	top: auto;
	right: auto;
	bottom: auto;
}
div#confirm {
	height:auto;
	position: relative;
	width: auto;
	left: 40px;
	top: 20px;
	right: auto;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: normal;
}
