body {
	background-color: #41464C;
	color: #000000;
	margin: 0px;
}
input {
	background-color: #41464C;
	color: #cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}
p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
	color: #EAEFF7;
}
table.main {
	height: 100%;
	width: 100%;
	padding: 0px;
	border-collapse:collapse;
	margin: 0px;
}
td.withbg {
	color: #000000;
	background-color: #41464C;
	background-image: url(../images/login/bigbar.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	height: 119px;
	padding: 0px;
	vertical-align: top;
}
.withbg p {
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 42px;
}
tr.spacerrow {
	height: 50px;
}
table.form {
	height: 189px;
	width: 780px;
	border-collapse:collapse;
	padding: 0px;
	border: 0px;
}
tr.formrow1 {
	height: 50px;
}
tr.formrow2 {
	height: 58px;
}
tr.formrow3 {
	height: 30px;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
label {
	display:block;
	padding: 5px;
}
fieldset {
	width: 250px;
	border: 0px;
	padding-top: 20px;
}
fieldset legend {
	display: none;
}
#container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
}
#error {
	background-color: #41464C;
	color: red;
	font-weight: bold;
}
input.round {
    background: #41464C !important;
    color: #cccccc !important;
    border: 1px solid #111111 !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
