p,
td,
#login-button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

#login-frame,
#login-footer
{
	position: relative;
	width: 963px;
	margin: 10px auto;
}
#login-footer h1,
#login-frame p,
#login-footer p,
#login-button
{
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#login-frame a,
#login-footer a
{
	color: #F2797F;
	font-weight: bold;
	text-decoration: none;
}
#login-frame a:hover,
#login-footer a:hover
{
	color: #e0e0e0;
	text-decoration: underline;
}
/* login button*/
#login-frame #login-button
{
	width: 235px;
	margin: 10px 0px 15px 20px;
	background: url(login-btn.gif) left top no-repeat;
	text-align: right;
}
#login-frame #login-button a
{
	width: 200px;
	display: inline-block;
	color: #F9BFC0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	margin-right: 30px;
}
#login-frame #login-button a:hover
{
	color:  #ccc;
}
/* frame */
#login-frame
{
	height: 468px;
	background: url(login-bg.jpg) center top no-repeat;
}
#login-frame .login-form
{
	position: absolute;
	top: 110px;
	width: 335px;
	height: 300px;
}
/* footer */
#login-footer div h1
{
	margin: 0px 0px 5px 20px;
	color: #F2797F;
	font-size: 15px;
}
#login-footer .footer-box-top
{
	overflow: hidden;
	height: 14px;
	background:#fff url(box-top.gif) center top no-repeat;
}
#login-footer .footer-box-bottom
{
	overflow: hidden;
	height: 14px;
	background: #fff url(box-bottom.gif) left top no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#login-footer .footer-box-body
{
	color: #fff;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#login-footer .footer-box-body p
{
	margin-bottom: 0px;
}
#login-footer .footer-terms
{
	margin-top: 10px;
}
#login-footer .footer-terms a:hover
{
	color: #737373;
}
