/* customer service */
#cs-thank-you {
 width: 360px;
}

.hide {
	display: none;
}

#cs-contact-form #cs-thank-you  h4 {
	margin-bottom: 10px;
}

#contact-us address {
	font-weight:normal;
	font-style:normal;
	margin:0 0 1em 1em;
	line-height:1.2em;
}

#cs-hours {
	margin-bottom:20px;
	width:100%;

}

#cs-hours caption {
	padding:0 0 2px 5px;
	font-weight:bold;
	text-align:left;
	border-bottom:3px solid #ccc;
	font-size:14px;
}

#cs-hours th {
	text-align:right;
	font-weight:bold;
}

#cs-hours th, #cs-hours td {
	padding:5px;
	border-bottom:1px solid #ccc;
}

#cs-contact-us button {
	background-color:#efefef;
}
#cs-contact-us button:hover {
	background-color:#fff;
}


#cs-contact-form {
	float:left;
	width:400px;
}

#cs-contact-form ul li {
	display:block;
	padding:5px 0 0;
	margin:0 0 10px;
}
#cs-contact-form ul li label {

}

#cs-contact-form ul li input {
	width:392px;
	font-size:12px;
}

#cs-contact-form ul li textarea {
	width:392px;
	height:100px;
}

#contact-other {
	width:280px;
	float:right;

}
.hlerror{
	outline: none;
	border: 1px solid #aa0000; 
	margin:2px 20px 2px 2px;

}
.error-text{
	font-size:14px;
	color:red;
	padding:2px 2px 2px 2px;
}

.banner {
	border: 2px solid #000000;
	font-size: 20px;
	float: left;
	padding: 10px 10px 10px 40px;
	color: #D8000C;
	margin: 10px 10px 10px 10px;
	background:url(/assets/img/Error-X.png) center left no-repeat;
}
.box {
		color:#aa0000;
		
	}

	.box .icon {
		float: left;
		border: 1px solid #76b3ff;
		height: 40px;
		width: 40px;
		background: white;
		text-align: center;
		color: #555555;
		font: bold 24px/40px "times new roman";
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	.box .highlight {
		position: absolute;
		width: 100%;
		padding: 3px;
		height: 28px;
		top: -3px;
		left: -3px;
		background: white;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		opacity: .9;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.box .arrow, .box .arrow_overlay {
		position: absolute;
		width: 0px;
		height: 0px;
		bottom: -15px;
		right: 20px;
		border-top: 15px solid #aa0000;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}

	.box .arrow_overlay {
		top: -15px;
		left: -10px;
		border-top: 10px solid #bfdcff;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}

	.box h2, .box p {
		position: relative;
		color: #fff;
		font: bold 16px arial;
	}

	.box p {
		font: 14px "trebuchet ms";
	}
	
	


