body {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #AABFC8;
	color: #3B4B5B;
	font: 75%/ 1em Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: center;
	padding-top: 150px;
}

div.login {
	width: 464px;
	height: 260px;
	padding-top: 75px;
	background-image: url(../img/bg-login.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#ClientLogin #ClientPassword {
	background-color: #B53378;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	border-color: #470A2A #ffffff #ffffff #470A2A;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}

input.submit {
	background-color: #AB276E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff #470A2A #470A2A #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	padding-right: 10px;
	padding-left: 10px;
}