div.retailers{	background-color: #222;	width: 740px;	margin-top: 10px;}	div.retailers a	{		color: #898989;		text-decoration: none;	}	div.retailers a:hover	{		color: #fff;	}	div.retailers form	{		margin: 0;		padding: 0;	}	div.retailers img	{		margin-left: 20px;	}	div.retailers p	{		margin: 0;		margin-left: 20px;	}	div.retailers p label	{		float: left;		display: block;		color: #fff;		width: 80px;		height: 20px;		line-height: 20px;	}	div.retailers p input	{		width: 102px;		padding: 2px 0;		background: url(../media/images/login_bg.gif) no-repeat;		color: #222;		border: none;		margin-top: 1px;		margin-bottom: 6px;	}	div.retailers a#submit	{		display: block;		height: 22px;		line-height: 22px;		text-align: center;		text-decoration: none;		color: #fff;		margin-left: 103px;		width: 102px;		background: url(../media/images/continue_bg.gif) no-repeat left 0;	}	div.retailers a#submit:hover	{		background: url(../media/images/continue_bg_hover.gif) no-repeat left 0;		color: #222;	}	div.retailers div#text	{		color: #fff;		margin: 12px 20px;		line-height: 16px;	}	div.retailers div.error	{		color: #ff0000;		margin: 12px 20px;		line-height: 16px;	}	div.retailers div.success	{		color: #fff;		font-weight: bold;		margin: 12px 20px;		line-height: 16px;	}	div.retailers h1	{		font-size: 14px;		padding: 0;		margin: 0;		color: #fff;		line-height: 47px;		text-indent: 20px;	}	div.retailers h3	{		color: #939191;		font-size: 12px;		text-indent: 20px;		padding: 0;		margin: 0;	}
