@charset "utf-8";
/* CSS Document */

#container #mainContainer {        
	width: 350px;
	text-align: right;
}

#container_aqua #mainContainer {        
	width: 350px;
	text-align: right;
}
.blue_12, .blue_12 a {
	color: #003767;
	font-size: 12px;
	margin-bottom: 8px;
}

.white_12 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#login_heading h1 {
    color: #003767;
    font-size: 16px;
}

.login_table td {
	font-size: 11px;
}

/* Smart shopper points display */

#name {
	padding: 3px 0 0 0;
	color: #82A9D1;
	font-family: Arial;
	float: left;
	font-weight: bold;
	text-transform: none;
}

#points {
	color: #75C044;
	padding: 3px 0 0 5px;
   font-family: Arial;
	font-size: 12px;
	float:left;
	font-weight: bold;
}

#desc {
	padding: 3px 0 0 5px;
	font-size: 9px;
	font-style: italic;
	color: #8c8c8c;
	float: left;
	text-transform: none;
	font-weight: bold;
}