.mainLayer {
	position: absolute;
	left: 0px;
	top: 25px;
	height: 15px;
	width: 500px;
	visibility: hidden;
}
.arrows {
	background-image: url(../images/arrows.gif);
	background-repeat: repeat-x;
	height: 95px;
	background-position: center;
}
.loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}
