td{
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #333;
	/*text-decoration: underline;*/
}
a:visited {
	color: #333;
	/*text-decoration: underline;*/
}
a:hover {
	color: #333;
	text-decoration: none;
	background-color: #E2EECD;
}a:active {
	color: #333;
	/*text-decoration: underline;*/
}

/*
.btnSource{
	color:#fff;
	background-color:#8CC63F;
	border: 1px solid #888;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.btnOver{
	color:#fff;
	background-color:#D8F4A8;
	border: 1px dashed #888;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.tablespace
{
	margin-top: 10px;
}
.DivMargin
{
	margin-left: 20px;
	margin-top: 15px;
}
.DivMargina
{
	font-size:14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.DivMarginb
{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}.Contenta {
	line-height: 1.5;
	padding-right: 10px;
	padding-left: 10px;
}
.linea {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
*/

input#username{
    background: transparent;
    border: 0px;
    height: 22px;
    width: 118px;
    vertical-align: middle;
}
input#password{
    background: transparent;
    border: 0px;
    height: 22px;
    width: 118px;
    vertical-align: middle;
}
input#savepw{
     border: 0px solid #fff;
}