#CustomerServicePopup {		
	background-color: #191919;	
	font-size: 11px;
	overflow: visible;
	text-transform: none;
}
#CustomerServiceInner {
	overflow: auto;
	height: 80% !important;
	padding: 30px 70px 30px 50px;
}
* html #CustomerServiceInner {
	height: 500px !important;
}
#CustomerServicePopup h1 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	font-family: Arial;
}
#CustomerServicePopup h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: Arial;
	padding: 0px;
}
#CustomerServicePopup h3 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
	font-family: Arial;
	padding: 0px;
	text-align: center;
}
#CustomerServicePopup p {
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	padding: 0px;
}
#CustomerServicePopup .TextBlock {
	display: none;
	font-family: Arial;
}
#CustomerServiceContent a {
	color: #8c93b3;
}
#RepairInstructionsLink {
	
}
#RepairInstructionsPopup {
	position: absolute;
	background-color: #FFFFFF;
	width: 520px;
	height: 360px;
	display: none;
	padding: 8px;
}
#RepairInstructionsInner {
	background-color: #3e3e3e;
	height: 360px;
	vertical-align: middle;
	display:table-cell;
}
* html #RepairInstructionsContent {
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

#RepairInstructionsContent, #RepairInstructionsContent a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
}
#simplemodal-overlay {
	/*cursor: wait;*/
}
#simplemodal-container {
	width: 490px;	
	height: 80% !important;
	text-align: left;
	overflow: visible;
	font-family: Arial;
}
.simplemodal-close {
	position: absolute;
	top: 10px;
	right: 25px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
}
#RepairInstructionsCloseX {
	position: absolute;
	top: 10px;
	right: 15px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
}