
#helpsteps {
	background-image:url('//imgrabo.com/design/site/support/helpsteps_backgr.gif');
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	padding:30px;
}
#helpsteps_box {
	width:auto;
	margin:0 20px;
}
#helpsteps_content {
	background-color:white;
	padding:12px 16px 16px 16px;
	margin-top:12px;
	min-height:300px;
}
#helpsteps_content h4 {
	font-size:18px;
	color:black;
	font-weight:normal;
	padding-bottom:7px;
	padding-left:5px;
	font-family:arial, sans-serif;
}

.hs_item {
	width:537px;
	height:31px;
	display:block;
	padding-left:33px;
	clear:both;
	line-height:31px;
	font-weight:bold;
	background:url('//imgrabo.com/design/site/support/helpsteps_item.gif');
	margin:2px 0;
}
.hs_item:hover {
	background-position:0px -31px;
}

.hs_item:active {
	background-position:0px -62px;
}

.helpsteps_back {
	display:block;
	float:left;
	width: 66px;
	height: 28px;
	background-image:url('//imgrabo.com/design/site/support/helpsteps_back.gif');
	font-weight:bold;
	text-align:center;
	padding-left:9px;
	line-height:26px;
	text-shadow:0px 1px 0 #fff;
	float:left;
}
.helpsteps_back:hover {
	background-position:0px -28px;
}
.helpsteps_back:active {
	background-position:bottom left;
}
#helpsteps_box h2 {
	float:left;
	font-size:22px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#076aae;
	padding-top:2px;
	padding-left:14px;
	text-shadow:0px 1px 0 #fff;
}
#helpsteps_answer {
	padding:4px;
	padding-bottom:12px;
}
#helpsteps_answer p {
	line-height:1.4;
	padding-bottom:10px;
}

.hs_form {
}

#hs_dp_filters {
	background-color: #ddf0fe;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#hs_dp_filters a.dp_filter {
	display:block;
	float:left;
	height:28px;
	padding-left:10px;
	padding-right:10px;
	line-height:27px;
	font-weight:bold;
}
.onfilter {
	background-color:#2c92d6;
	background-image:url('//imgrabo.com/design/site/support/hs_dp_filters.gif');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:white;
	text-shadow:0px 1px 0 #1a6a9f;
	line-height:27px;
}
.onfilter:hover {
	color:white;
}

#hs_dp_filters input {	
	background-color:#f0f9ff;
	width:200px;
	float:right;
	height:26px;
	padding:0px;
	border:1px solid #85bfe7;
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#bfdbee;
}
#hs_dp_filters input:focus {	
	background-color:#fff;
	border:1px solid #076aae;
	color:#076aae;
}
#dp_filterdeals {
	margin-top:10px;
}
#dp_filterdeals a {
	display:block;
	padding:7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#dp_filterdeals a img {
	float:left;
	width:74px;
}
#dp_filterdeals a b {
	display:block;
	padding:4px 10px;
	width: 320px;
	float:left;
}
#dp_filterdeals a:hover {
	background-color:#ddf0fe;
}
.dpdeal_btn {
	float:right;
	margin-top:6px;
	margin-right:5px;
}
.dpdeal_btn small {
	font-size:12px;
	color:white;
	background-image:url('//imgrabo.com/design/site/support/filterdealsbtn_right.png');
	background-position:top right;
	display:block;
	float:right;
	height:28px;
	font-weight:bold;
	text-shadow:0px 1px 0 #206011;
	line-height:26px;
	padding-left:4px;
	padding-right:10px;
}
.dpdeal_btn strong {
	height: 28px;
	display:block;
	float:right;
	width:6px;
	background-image:url('//imgrabo.com/design/site/support/filterdealsbtn_left.png');
}

.dpdeal_btn:hover small {
	background-position:bottom right;
}
.dpdeal_btn:hover strong {
	background-position:bottom left;
}
/************************/

.support-input textarea,
.support-input input.text	{
	border:1px solid #77afd3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 1px 0px #ffffff;
	-moz-box-shadow:0px 1px 0px #ffffff;
	box-shadow:0px 1px 0px #ffffff;
	background:#fff url(//imgrabo.com/design/site/messages/msg_textarea_bgr.gif) 0 0 repeat-x;
	padding:5px;
	float:left;
	width:660px;
	height:200px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#000;
	margin:1px;
}

.support-input textarea:focus,
.support-input input.text:focus	{	border:2px solid #0569ac; margin:0;	}
.support-input input.text	{	padding:9px 5px; height:auto; width:300px;	}
