body {
	background: #E0E0E0;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
p, td, ul, li, ol {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4 {
	margin-top: 0px;
}
a:link, a:visited {
	color: #004387;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/**** login containers  ****/

#login_bgnd {
	background: url(../images/login_bgnd.gif) repeat-y;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#login_ftr {
	height: 21px;
	background: url(../images/login_ftr.gif) no-repeat;
}
#login_main {
	margin-right: 2px;
	margin-left: 2px;
	background: url(../images/login_main_image.jpg) no-repeat right bottom;
}
#login_main .content {
	margin-left: 43px;
	margin-right: 348px;
	padding-bottom: 30px;
}
#login_hdr {
	background: url(../images/login_rewards_logo.jpg) no-repeat;
	height: 153px;
}
.browsers {
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
}

/**** ----- END ------  ****/


/**** forms  ****/

#login_main form {
	margin-top: 20px;
	margin-bottom: 20px;
}
input.acct_number {
	width: 140px;
	border: 1px solid #C3C3C3;
	padding: 3px;
}

/****  END   ****/


/**** "inside this month" ****/

#inside {
	border-top: 1px solid #ABB0BB;
	border-bottom: 1px solid #ABB0BB;
	padding-bottom: 15px;
}
#inside .title {
	background: url(../images/login_inside.gif) no-repeat;
	height: 34px;
}
#inside .content {
	padding: 20px 10px 10px;
	margin: 0px;
	/*background: #ABA567 url(../images/login_inside_top.gif) no-repeat left top;*/
	background: #506DAA url(../images/login_inside_top.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}
#inside .bottom {
	background: url(../images/login_inside_bottom.gif) no-repeat;
	height: 10px;
}
#inside .content ul {
	margin: 0px 0px 0px 5px;
	list-style: inside;
	padding: 0px;
}

/**** ------- END ------- ****/

#login_main .content hr {
	color: #FEB056;
	background: #FEB056;
	height: 1px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	width: auto;
}
