@charset "UTF-8";
/* CSS Document */

.leftSideBox {
	background:url(images/login_r2_c1.gif) no-repeat;
}
.rightSideBox {
	background:url(images/login_r2_c3.gif) no-repeat;
}
.formTable{ color:#CC0066; font-size:11px; font-family:Arial, Helvetica, sans-serif;
}
.formTable .textInput{
	color:#CC0066;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	border:1px solid #999999;
	width:120px;
	padding:4px;
}
.submtiButton{
	background:url(images/login_r2_c2.gif) no-repeat;
	height:10px;
	width:10px;
}
.submtiButton:hover{ background:url(images/ButtonOver.jpg) no-repeat;}body {
	background-color: #000000;
}
#container {
	height: 500px;
	width: 700px;
	margin-top: -250px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/login-window.jpg);
	background-repeat: no-repeat;
}
#container .buttontable {
	margin-top: 350px;
}
#loginWindow {
	position: absolute;
	height: 150px;
	width: 230px;
	background-color: #000000;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 20px;
	left: 210px;
	top: 165px;
	visibility: hidden;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

