<!--                  

BODY {			
        background: #ffffff no-repeat;

        background-attachment: fixed;
        background-position: bottom left;
        color: #000000;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 15px;		
		margin-top: 1px;
		padding-top: 1px;
		margin-right: 10px;
		padding-right: 10px;
}

TABLE  { border-spacing: 0px; border-collapse: collapse; }
TD	   { padding: 0px; margin: 0px; }
IMG1	   { border: none; }
FORM   { padding: 0px; margin: 0px; }
SELECT { font-size: 12px; }
BR	   { font-size: 7px; }
INPUT  { background-color: #FFFFFF; border: 1px solid #777777; font-size: 18px; font-weight: bold;}

INPUT.username {
	padding-left: 18px;
	background-image: url('../images/person.gif');
	background-repeat: no-repeat;
}

INPUT.password {
	padding-left: 18px;
	background-image: url('../images/keyring.gif');
	background-repeat: no-repeat;
	color: #BB0000;
}

INPUT.button {
		background: url('../images/bg-button.png') repeat-x;
		color: navy;
		font-size: 13px;
		font-weight: bold;
		border: 1px solid #666666;
		padding-left: 5px; 
		padding-right: 5px;
}
BUTTON {
		background: url('../images/bg-button.png') repeat-x;
		color: blue;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #666666;
		padding-left: 1px; 
		padding-right: 1px;
                height: 24px;
}
A:link    { color: #FFA500; text-decoration: none; }
A:hover   { color: #FFA500; text-decoration: none; }
A:visited { color: #FFA500; text-decoration: none; }

DIV.login	{ padding-left: 1%; }
TABLE.login 	{ width: 412px; border-spacing: 0px; 
                  position:absolute;
                  bottom: 110px;
                  right: 180px;}
TD.login-middle { background-color: #FFFFFF; width: 382px; padding-right: 15px; text-align: center; vertical-align: top; font-size: 14px; }
TD.login-sx 	{ background: url('../images/login_middle_sx1.png') repeat-y; width: 16px; }
TD.login-dx 	{ background: url('../images/login_middle_dx1.png') repeat-y; width: 16px; }

TD.middle A:link    { color: #003366; text-decoration: underline; }
TD.middle A:hover   { color: #003366; }
TD.middle A:visited { color: #003366; }
	
.title { color: #3D598B; font-size: 16px; font-weight: bold; }
.error { color: #CC0000; font-size: 12px; font-weight: bold; }
.note  { position: absolute; left: 10px; top: 87%; color: #DEDEDE; font-size: 11px; text-align: left; }

-->
