html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF0000;
}

#inner {
	text-align: left;
	margin: 0 0 0 -380px;
	position: absolute;
	top: -290px;
	left: 50%;
	width: 760px;
	height: 580px;
	border: 0px solid #000000;
}

#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.textlayer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
	position: absolute;
	overflow: auto;
	border: 0px solid black;

}

table {
	border: none;
	border-collapse: collapse;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	outline: none;
	color: #FFFF00;
}

a:visited {
}

a:active {
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #38389C;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
}

.button {
	color: #B50000;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #DCDCDC;
	border: 1px solid;
	border-top-color: #787778;
	border-left-color: #787778;
	border-right-color: #787778;
	border-bottom-color: #787778;
}

.textbox {
	border: 1px solid;
	font-size: 11px;
	background-color: #ffffff;
	height: 15px;
}

.text-area {
	border: 1px solid;
	font-size: 11px;
	background-color: #ffffff;
	width: 300px;
}