#tx-welfacecard-pi1-content {
	background-color: #ffe6f2;
	border: 1px solid #ffe6f2;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	padding: 40px;
}

#facecard-survey, #facecard-result {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 20px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
}

.facecard-question-row {
	cursor: pointer;
	font-weight: normal;
}

#facecard-survey .focused {
	font-weight: bold;
}

#facecard-survey .unfocused {
	font-weight: normal;
}


#facecard-survey .checkbox {
	width: 14px;
	height: 14px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	border-width: 2px;
	border-style: solid;
	background-color: #fff;
	float: left;
}

.facecard-statement {
	margin-left: 30px;
}

#facecard-survey .almond .checkbox {
	border-color: #d8a9a6;
}

#facecard-survey .almond .checked {
	background-color: #fcdad8;
}

#facecard-survey .almond .unchecked {
	background-color: #fff;
}

#facecard-survey .iris .checkbox {
	border-color: #765686;
}

#facecard-survey .iris .checked {
	background-color: #9d73b2;
}

#facecard-survey .iris .unchecked {
	background-color: #fff;
}

#facecard-survey .wildRose .checkbox {
	border-color: #c7658b;
}

#facecard-survey .wildRose .checked {
	background-color: #f28ab2;
}

#facecard-survey .wildRose .unchecked {
	background-color: #fff;
}

#facecard-survey .pomegranate .checkbox {
	border-color: #b43a48;
}

#facecard-survey .pomegranate .checked {
	background-color: #de4758;
}

#facecard-survey .pomegranate .unchecked {
	background-color: #fff;
}

.facecard-product-color {
	width: 20px;
	height: 20px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	margin-top: 4px;
}

.generic .facecard-product-color {
	background-color: #87d2e1;
}

.almond .facecard-product-color {
	background-color: #fcdad8;
}

.iris .facecard-product-color {
	background-color: #9d73b2;
}

.wildRose .facecard-product-color {
	background-color: #f28ab2;
}

.pomegranate .facecard-product-color {
	background-color: #de4758;
}

#facecard-result h1, #facecard-survey h1 {
	font-size: 20px;
	color: gray;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#facecard-result h2 {
	font-size: 16px;
	color: gray;
	font-weight: normal;
	text-transform: uppercase;
}

#facecard-question {
	font-size: 14px;
	color: gray;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#facecard-result h3 {
	font-size: 12px;
	margin: 0;
}

#facecard-result-series {
	
}

.facecard-result-serie {
	margin-bottom: 20px;
}

.facecard-result-serie .facecard-product-color {
	float: left;
}

.facecard-result-serie img {
	display: block;
	float: left;
	margin: 0 25px 0 25px;
}

.facecard-result-section {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d2aecc;
}

.facecard-result-section img {
	display: block;
	float: left;
}

#facecard-result .facecard-result-section h2, .facecard-result-section p {
	margin-left: 163px;
}

.facecard-result-section h2 {
	padding-top: 8px;
	margin-bottom: 8px;
}

.facecard-product .facecard-product-color {
	float: left;
}

#facecard-result .facecard-product h3, .facecard-product p {
	margin-left: 48px;
	margin-top: 0;
}

.facecard-button {
	background: transparent url(images/button.png) repeat-x top left;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #d2aecc;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	text-align: center;
	margin-left: 70%;
}

.facecard-button:hover {
	background-position: 0 -40px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.spinner {
	position: absolute;
	z-index: 2000;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.mask {
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	z-index: 999;
	background: #ede0eb;
}

#facecard-close {
	width: 19px;
	height: 19px;
	background: transparent url(images/close-button.png) no-repeat top left;
	position: relative;
	top: -10px;
	left: -10px;
	cursor: pointer;
}
