body {
	background:#DAECF0;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:20px 5px;	
	font-size:12px;
	color:#333333;
}
#wrapper .loginbox {
	height:150px;
}
#wrapper .left {
	width:130px;
	float:left;
}
#wrapper .right {
	width:300px;
	float:right;
}
#wrapper .bottom {
	clear:both;
	width:96%;
	margin:auto;
	height:35px;
	background-color:#DDF1EF;
	border:1px solid #C7EAE3;
	line-height:35px;
	color:#999999;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#wrapper .passwordhelp {
	clear:both;
	width:96%;
	margin:auto;
	height:25px;
	line-height:25px;
	color:#999999;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#wrapper .passwordhelp a {
	text-decoration:none;
	
	color:#000000;
}
#wrapper .passwordhelp a:hover {
	text-decoration:none;
	color:#FF0000;
}
form {
	margin:20px 0 0 0;
}

.error{
	color:#FFFFFF;
	font-weight:norma;;
	background:#CC0000 url(../images/icons/alertbad_icon.gif) no-repeat;
	padding:5px;
	padding-left:20px;	
	border:1px solid #ECECEC;
}
.alert{	
	color:#000000;
	font-weight:bold;
	background-color:#CCFFCC;
	border: #999999 1px dashed;
	padding:5px;	
	padding-left:20px;	
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;	
	line-height:18px;	
}

.footer{
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;	
}

.credits {
	padding:10px;
	margin:auto;
	text-align:center;
	color:#444444;
	font-weight:bold;
	font-size:11px;
}
.credits a{
	color:#666666;
	text-decoration:none;
}
.credits a:hover{
	color:#FF0000
}

.inputError {
	MARGIN: 0px;
	COLOR: #FFCCCC;
	BACKGROUND-COLOR: #FFFFCC;
	border: 1px solid #CC3333;
}


.button {
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	color: #2b333c;
	background: #fefefe url(images/bbg.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#AAAAAA);
	box-shadow: 0 1px 2px #AAA;
	padding: .2em 1.5ex;
	_padding: .2em 2ex;
	_width/**/:1px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
}


.button:hover {
background-color: #FFF;
outline: #D6FFC9 solid 1px;
}

.button:hover {
outline-width: 2px;
text-decoration: none;
}
::root .button>* { position: relative; /* Safari 2 throws outlines around everything inside button. Newer Webkits address this bug. For now, this puts the button text on top of all the outlines. */ }