body {background-color:#000;}
#errorWrapper{
	width:330px;
	height:400px;
	margin: 50px auto;
	background-image:url(../res/distributor/login-unsuccessful.png);
}
#errorWrapper #message{
	position:relative;
	top:90px;
	text-align:center;
	line-height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFC;
	font-size:14px;
	width:275px;
	margin:0px auto;
}
#errorWrapper #message a:link{color:#F90;}
#errorWrapper #message a:hover{color:#FFF;}
#errorWrapper #message a:visited{color:#CB9C2B;}

#formWrapper{
	width:330px;
	height:400px;
	margin: 50px auto;
}
#formWrapper.dealer{
	background-image:url(../res/distributor/dealer-login.png);
	background-repeat: no-repeat;
}
#formWrapper.sales{
	background-image:url(../res/distributor/sales_admin-login.png);
	background-repeat: no-repeat;
}
#formWrapper #login{
	position:relative;
	top:70px;
}
#formWrapper table{
	margin-left:auto;
	margin-right:auto;
}
#formWrapper table td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFC;
	font-size:14px;
	height:30px;
}
#user{
  width: 160px;
}
#pass{
  width: 160px;  
}
#learnMore{
	margin-top: 16px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc;
	text-align: center;
}