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

#signup {
	width:877px;
	height:45px;
	border-top:1px solid #bbb9b9;
	border-bottom:1px solid #bbb9b9;
	background: url('images/signup_bg.jpg') center no-repeat;
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:45px;
	text-align:center;
	position:relative;
	padding:0;
}

#signup a, #promo a {
	color: #767676;
	text-decoration:none;
}

#signup a:hover, #promo a:hover {
	color: #eea061;
	text-decoration:none
}

.orange {
	color: #eea061;
}

#promo {
	width:300px;
	height:64px;
	background: url('images/promo_bg.gif') center no-repeat;
	margin:auto auto 10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #767676;
	line-height:64px;
	text-align:center;
	position:relative;
	padding-left:60px;
}
