.btnSignInClassic {
	border-width: 0px;
	background-image: url(images/buttonsignin.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 20px;
	color: white;
	font-weight: bold;
}

.btniForgot {
	border-width: 0px;
	background-image: url(images/buttonforgotpassword.gif);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	width: 119px;
	height: 21px;
}

.btnSignIn {
	border-width: 0px;
	background-image: url(images/buttonsiginMordern.png);
	background-repeat: no-repeat;
	width: 117px;
	height: 34px;
	color: white;
	font-weight: bold;
}

#iforgotlink a:link {
	color: #2D89B7;
}  /* unvisited link */
#iforgotlink a:visited {
	color: #2D89B7;
}  /* visited link */
#iforgotlink a:hover {
	color: #2D89B7;
}  /* mouse over link */
#iforgotlink a:active {
	color: #2D89B7;
} /* selected link */
#startTDtag,#endTDtag,#tableWidth
{
width: 30%;
}