.customerCare {
	width: 990px;
	padding: 15px 30px 60px 0;
	font-size: 14px
	overflow: hidden;
}

.customerCare h1,
.customerCare h2 {
	color: #1AAECA;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 19px;
	border-bottom: 1px dotted #999;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	display: inline-block;
}

.customerCareContent > h1,
.customerCareContent > h2,
.customerCareContent > p {
	margin-left: 15px;
}

.customerCare .customerCareContent {
	width: 615px;
	float: right;
}

.customerCare .contact {
	list-style: none;
}

.customerCare .contact h2 {
	margin-left: 0;
}

.customerCare .contact li {
	padding-left: 73px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 15px 0;
}

.customerCare ul.contact li.online {
	background-color: #E6F6F8;
	background-image: url(http://merch.kobobooks.com/help/images/kobo_icon_globe.gif);
	background-position: 15px 20px;
	padding: 20px 15px 20px 73px;
	font-size: 13px;
	line-height: 13px;
}

.customerCare #irQuestionForm {
	margin-top: 0.75em;
}

.customerCare ul.contact li.online #irQuestionBoxHelp {
	background-color: #FFF;
	border: 1px solid #A5A5A5;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 325px;
	font-size: 13px;
	vertical-align: top;
}

.customerCare ul.contact li.email {
	background-image: url(http://merch.kobobooks.com/help/images/kobo_icon_email.gif);
}

.customerCare ul.contact li.phone {
	background-image: url(http://merch.kobobooks.com/help/images/kobo_icon_phone.gif);
}

.customerCare ul.contact li.online #questionForm .askTopic {
	position: relative;
	margin: 10px 0 20px;
}

.customerCare ul.contact li.online #questionForm .askTopic select {
	font-size: 14px;
}

.customerCare #searchTopicAlert {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 203px;
	height: 73px;
	background: url(http://merch.kobobooks.com/customer_care/images/alert_box.png) no-repeat;
	cursor: pointer;
}

.customerCare #searchTopicAlert p {
	padding: 18px 20px 20px 50px;
	font-size: 11px;
}

.customerCare #question.searchBarField {
	background-color: #FFF;
	border: 1px solid #A5A5A5;
	margin-right: 6px;
	padding: 5px 5px;
	height: 16px;
	line-height: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 325px;
	font-size: 13px;
	vertical-align: top;
}

.customerCare .fieldPosition {
	float: left;
}

.customerCare .fastLinks {
	padding-top: 10px;
}

.customerCare .error_message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: red;
	padding-top: 4px;
	display:none;
}

.customerCare .prettyButton {
	border: 0;
	padding: 0 15px;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
}

.customerCare .kwp_indented {
	margin: 5px 0 0 20px;
	display: block;
}

.customerCare ul.contact li.online ol.reLinks {
	padding: 0 0 20px 25px;
}

.customerCare ul.contact li.online ol.reLinks li {
	padding: 0;
	margin: 15px 0;
}

.customerCare ul.contact li.online ol.reLinks li a {
	color: #C21886;
}

.customerCare ul.contact li.online ol.reLinks li a:hover {
	color: #000;
}

.customerCare .kwp_askAQuestionCategoryError {
	position: absolute;
	top: 25px;
	z-index: 210;
	width: 140px;
	border: 2px solid #fff;
	display: none;
	
	-webkit-box-shadow: 0 0 10px 0 rgba(152, 152, 152, .6);
	-moz-box-shadow: 0 0 10px 0 rgba(152, 152, 152, .6);
	box-shadow: 0 0 10px 0 rgba(152, 152, 152, .6);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.customerCare .kwp_askAQuestionCategoryError:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 40px;
	z-index: 1;
	display: block;
	width: 20px;
	height: 20px;
	background: #eaeaea;
	border: 2px solid #fff;
	
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	
	-webkit-box-shadow: -3px -3px 10px -4px rgba(152, 152, 152, .6);
	-moz-box-shadow: -3px -3px 10px -4px rgba(152, 152, 152, .6);
	box-shadow: -3px -3px 10px -4px rgba(152, 152, 152, .6);
}

.customerCare .kwp_askAQuestionCategoryError .kwp_askAQuestionCategoryErrorContent {
	position: relative;
	z-index: 10;
	padding: 15px 15px 15px 40px;
	background: #eaeaea url(http://merch.kobobooks.com/magento/common/images/alert.png) 8px center no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.customerCare .kwp_askAQuestionCategoryError p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 11px;
}