.wrapper
{
	background: url(../images/background_gradient.png) repeat-x;
	background-position-y: 330px;
	height: 100%;
	min-height: 550px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	min-width: 900px;
	text-align:center;
}

body
{
	background-attachment: scroll;
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	color: #787878;
	display: block;
	font-family: Helvetica, Helvetica, Arial, sans-serif;
	font-size: 11px;

	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

div
{
	margin: 0px;
	padding: 0px;
}

.watermark {
    background-color: #d4ecfb;
    color: #009cda;
    border: solid 1px #009cda;
}
.default {
    background-color: #009cda;
    color: #959494;
    border: solid 1px #000;
}
	

.container
{
	background-image:url(../images/bkg.png);
	background-repeat: none;
	width: 1143px;
	height:800px;
	margin:0 auto;
	text-align:left;
}

.header
{
	margin-top: 0px;
	

}

.header h1
{
	font-family: "Helvetica Neue";
	font-weight: 100;
	font-stretch: expanded;
	font-size: 32pt;
	margin: 0px;
	padding: 0px;
}

.left
{
	float: left;
	width:430px;
	padding-top:120px;
	padding-left:100px;
	line-height:2.5em;
	

}

.right
{
	float: left;
}


#login_area
{
	background-image: url(../images/login_brick.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 256px;
	margin-top:250px;
}

#login_area .wrap
{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}

#login_area input
{
border: 1px solid rgb(194, 194, 194);
font-size: 10px;
margin: 2px 2px 5px 0px;
padding: 6px;
vertical-align: middle;
width: 252px;
height: 25px;
-webkit-box-shadow: 0px 0px 4px #ced7d4;
-moz-box-shadow: 0px 0px 4px #ced7d4; 
box-shadow: 0px 0px 4px #ced7d4;


}

#login_area input[type="submit"]{
	border: none;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#fff;
	width: 252px;
	height: 45px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-color:#fff;
}

{
	line-height: 18px;
	margin-bottom: 2px;
	color: rgb(63, 63, 63);
	font-size: 12px;
}

h2
{
	font-size: 24px;
	color: #787878;
	font-weight: normal;
	margin-bottom: 5px;
}
h3
{
	font-size: 14px;
	color: #787878;
	font-weight: normal;
	margin-bottom: 5px;
}

#system_status
{
	margin-top: 30px;
}

#system_status ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#system_status li img
{
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.message_copy{
line-height:1.6em;
margin-top: 25px; 
text-align: left; 
width: 660px; 
font-size:14px; 
font-family: 'Tahoma'
}
