html, body {
	background:#333;
	margin-top:0;
	margin-left:0;
}

body {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}



h1 {color:#fff;
	font-size: 20px;

}

#container {
	padding:4px 0 10px 0;
	width:756px;
	height:556px;
	text-align:left;
	background:url(images/bg2.gif) repeat-x;
}

#header {

	width:100%;
	height: 74px;
	background:#333 url(images/header.gif) no-repeat;
	margin-top:30px;
	margin-bottom:10px;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:8px;
}

#screen {
	width:300px;
	height:207px;
	background:url(images/screenshot.jpg);
	float: left;
	margin: 0 30px 0 10px;

	}

#content {

	float: left;
	padding: 4px 4px 4px 4px;
	width:350px;

}

#content ul {color:#fff;
	font-size: 12px;
	font-weight:bold;
	list-style:none;
}

#content li {
	margin-top: 10px;

}


#bar {
	background:url(images/bar.gif) no-repeat;
	clear:both;
	width:700px;
	height:74px;
	margin: 30px 0 0 0;
	padding: 25px 0 0 0;
	color:#fff;
	font-size:24px;
	text-indent:350px;
	float:left;

}

#bar a {color:#fff; text-decoration:none;} #bar a:hover{color: #eee; text-decoration:underline;}

#footer {
	border-top: dotted #ccc;
	margin: 10px 5px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	clear:both;

}

#footer a {color:#fff; text-decoration:none;}
#footer a:hover {color:#000; background:#eee; text-decoration:underline;}

/*styles for forms on login.html*/

label
{
width: 5em;
float: left;
text-align: right;
margin-right: 1.5em;
display: block
}

.submit {
	margin-left:79px;
}

 input
{
	color: #000;
	background: #E6E6E6;
	border: 1px solid #000
}

textarea {
color: #fff;
background: #666;
border: 1px solid #fff

}

.submit input
{
color: #000;
background: #666;
border: 2px outset #d7b9c9
}

 fieldset
{
background:url(images/login.gif) no-repeat;
border: 1px solid #fff;
width: 400px
}

legend
{
color: #fff;
background: #333;
border: 1px solid #fff;
padding: 2px 6px
}
#contentLogin {
	margin:5px;
}
#contentLogin a {color:#fff; text-decoration:underline;}
#contentLogin a:hover {color:#000; background:#eee; text-decoration:underline;}

.errormsg {
font-weight: bold;
font-size: 200%;
border: 1px solid red;
padding: 2px 6px;
text-align: center;
}

