/* Generic nice stuff :) */
div, td, span {
	font-family:  "Tahoma", Arial, Helvetica, Helv, Sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td {
	padding: 0px; /* equivalent of cellpadding="0" */
}
table {
    border-collapse: collapse; /* equivalent of cellspacing="0" */
}


a {
 color: #666;
}


.logincontent {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 400px;
}
.loginheader {
	font-size: 11px;
	font-weight: bold;
	color: #8db225;
	padding-bottom: 6px;
}
.logintopbar {
	background-image: url(../Images/logintopbar.gif);
	background-repeat: no-repeat;
	height: 114px;
	background-position: right top;
}
.loginbottbar {
	background-image: url(../Images/loginbottbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	font-size: 8pt;
}
.logininvalid {
    color: red;
    height: 20px;
}