
/*login CSS*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #2c0002;
	background-image: url(../images/ie6/login_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FCE9C7;
}
#loginBox {
	height: 173px;
	width: 298px;
	margin-top: 230px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/ie6/login_box.jpg);
}
.loginLabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FCECCA;
	font-weight: bold;
	width: 228px;
	margin: auto;
}
.loginInput {
	background-image: url(../images/ie6/loginbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 31px;
	width: 228px;
}
.loginInput input {
	background:none;
	border:none;
	width: 214px;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 6px;
}
#loginFormDiv {
	width:228px;
	padding-top:20px;
	margin:auto;
} 
form{
	margin: 0px;
	padding: 0px;
}
#loginButton {
	background-position: center center;
	color: #FCE9C7;
	text-decoration: none;
	font-size: 12px;
	background-repeat: repeat-x;
	width: 80px;
	text-align: center;
	clear: right;
	cursor: default;
	height: 20px;
	background-image: url(../images/ie6/button_bg.jpg);
	border: 1px solid #2C0002;
	display: inline;
}
a:link, a:visited
{
	color: #FAD796;
}
#regText {
	font-size: 11px;
}
#MessageBox{
	text-align: center;
	width: 400px;
	margin: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 100px;
}
#beta{
	background-image: url(../images/ie6/beta.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*multibox CSS*/

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #220000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/ie6/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/ie6/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #220000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/ie6/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/ie6/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/ie6/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/ie6/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


/*checkbox CSS*/
#remember {
	display:inline;
	background-position:0px center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:18px;
	padding-right:35px;
}
.checked {
	width:16px;
	height:16px;
	background-image:url(../images/ie6/checkbox/chk_on.png)
}
.unchecked {
	width:16px;
	height:16px;
	background-image:url(../images/ie6/checkbox/chk_off.png)
}
.selected {
	width:16px;
	height:16px;
	background-image:url(../images/ie6/checkbox/rdo_on.png)
}
.unselected {
	width:16px;
	height:16px;
	background-image:url(../images/ie6/checkbox/rdo_off.png)
}
