/* customer services box */

/* left content area - customer services */	
#need-help {
	position:relative;
	width:228px;
	height:128px;
	border:1px solid #b771af;
	background-color:#ffffff;
	margin:0 0 19px 0;	
}		
#need-help h2{
	position:absolute;
	top:-10px;
	left:0;
	height:18px;
	width:228px;	
}
#need-help h2 span.text-offset{
	margin:5px 0 0 0;
	display:block;
}
#need-help h2 {
	position:absolute;
	height:16px;
	width:228px;
	text-decoration:none;
}
#need-help h2 span.bkgd-image{
	position:absolute;
	height:18px;
	width:228px;
	background:url(/images/direct/includes/box-top-need-help.png) no-repeat 0 0;
}
#need-help ul{
	margin:15px 0 0 5px;
	list-style:none;
}
#need-help ul li{
	margin:10px 0 0 0;
}
#need-help ul li a{
	padding-left:15px;
	background: url(/images/direct/includes/bullet-grey.gif) no-repeat 0 50%;
	}
#need-help ul li a:link, #need-help ul li a:visited{
	text-decoration:none;
}
#need-help ul li a:hover, #need-help ul li a:active{
	text-decoration:underline;
}


