/* CSS Document */

#logInBox, #chatHoursPanel {
	background-color: #FFFAF9;
	border: 1px solid #FFAA55;	
	width: 210px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
}

#logInBox {
	background-color: #FFFFFF;
}

#chatHoursPanel {
	float:right;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 266px;
	height: 67px;
	background: url(../orange_new_02.gif) no-repeat right bottom;	
}

h1 {
	font-size: 14px;
}

label {
	font-size: 12px;	
	display: block;	
}

.input {
	font-size: 11px;
	height: 15px;
	border: 1px solid #FFAA55;
	margin: 2px 0 2px 0;
	width: 100px;
}

.button {
	background-color: #FFDD77;
	border: 1px solid #FFAA55;
}

.input, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #888888;
	font-size: 11px;
	background-color: #ffffff;
}

.buttonlbl {
	text-align: right;
}

.otherOpt {
	margin-top: 10px;
}

.otherOpt a {
	padding-right: 5px;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#CBCBCB;
	position: absolute;
	bottom: 0;
	right: 0;
}

.err {
	font-weight: bold;
	color: #F70000;
}

#progressx {
	font-size: 12px;
	display:none;
	width: 50px;
	text-align:center;
	margin: 0 auto;
}

.warning {
	padding-left: 18px;
	padding-top: 1em;
	background:url(../images/warning.gif) no-repeat left bottom;
}