.stepContainer {
	margin: 20px 0 5px 0;
}

.stepContainer h2 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	color: #98bbc9;
	font-size: 22px;
}

.stepContent {
	border: 2px solid #98bbc9;
	background-color: #e0ecf1;
	padding: 15px 18px;
	color: #006d9e;
	font-size: 22px;
}

#selectSymptom, #selectPet, #selectArea {
	margin: 20px 0;
	width: 200px;
	height: 30px;
	border: 1px solid #CCCCCC;
	color: #4d4d4d;
	padding: 5px;
}

.additionalLink a {
	font-size: 14px;
	float: right;
}

.nextStep, .nextQuestion {
	clear: both;
	text-align: center;
	margin: 20px 0px;
	color: #006d9e;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

.nextStep { background: url(../images/layout/nextStep_diagnosis.gif) top center no-repeat; }
.nextQuestion { background: url(../images/layout/nextQuestion_diagnosis.gif) top center no-repeat; }

.answers {
	text-align: center;
	margin: 24px 0 40px;
}

.answers .button {
	margin: 0 10px;
	padding: 6px 35px;
}

.answers .button { font-size: 16px; }
.answers .button a { font-size: 16px; padding: 0; }

.ans.button { background-color: #006d9e; }
.ans.button:hover { background-color: #2079a1; }
.ansClicked.button { background-color: #a10268; cursor: auto; }

.ans.button.longButton, .ansClicked.button.longButton {
	width: 200px; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 20px;
	display: block;
	margin-left: 330px;
}

#step3 h2 {
	color: #c28cbd;
}

.step3_leftCol { float: left; width: 75%; border-right: 1px solid #f0b0d9; padding-right: 18px; }
.step3_rightCol { float: left; padding-left: 1.8%; }

.step3_rightCol .button {
	background-color: #c28cbd;
	margin: 0 0 15px 15px;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px;
}
#unique_sub_nav .button {
	background-color: #c28cbd;
	margin: 0 0 15px 15px;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0px;
	float:left;
}
#step3 .stepContent {
	border-color: #c28cbd;
	background-color: #ece1eb;
	position: static;
	margin-bottom: 6px;
}

#step3 .priority {
	border-bottom: 1px solid #f0b0d9;
	margin-bottom: 15px;
	padding: 0 10px;
}

#step3 .additionalAdvice {
	padding: 0 10px;
	color: #3b3b3b;
	font-size: 13px;
}

#step3 .additionalAdvice h2 {
	color: #a10268;
	font-weight: normal;
}

#step3 .additionalAdvice ul { margin-left: 20px; padding: 0px; }
#step3 .additionalAdvice ul li { list-style-image: url(../images/diagnosis/tick.gif); padding-bottom: 12px; padding-left: 6px; }
#step3 .additionalAdvice ul ul, #step3 .additionalAdvice ul ol { padding: 10px 0 10px 20px; }
#step3 .additionalAdvice ol li { list-style: decimal; }

#step3 .priorityRating {
	font-size: 16px;
	padding: 8px 0 10px 45px;
	font-weight: bold;
}

#step3 .priorityInfo { margin: 15px 0; }
#step3 .priorityInfo b { font-weight: normal; }
#step3 .priorityInfo ul, #step3 .priorityInfo p {
	font-size: 13px;
	color: #3B3B3B;
}

#step3 .priorityInfo ul { margin-left: 20px; padding: 0px; }
#step3 .priorityInfo ul li { list-style-image: url(../images/diagnosis/tick.gif); padding-bottom: 12px; padding-left: 6px; }
#step3 .priorityInfo ul ul, #step3 .priorityInfo ul ol { padding: 10px 0 10px 20px; }
#step3 .priorityInfo ol li { list-style: decimal; }
	
#step3 .priorityRating { 	background: url(../images/diagnosis/seek_help.gif) top left no-repeat; }
#step3 .step3_Urgent { color: #dc0000; }
#step3 .step3_High_priority { color: #af0075; }
#step3 .step3_Self_care { color: #699a0b; }
#step3 .step3_Medium_priority{ color: #0073a6; }

#contactingVet {
	padding: 15px 18px;
	background-color: #ece1eb;
}
#contactingVet h3 {
	margin-top: 0;
	font-size: 17px;
	font-weight: normal;
	color: #a10268;
}

#contactingVet p {
	font-size: 13px;
}

#disclaimer { padding: 8px 18px; }
#disclaimer h4 { color: #006d9e; }

.loadingBox {
	position: absolute;
	z-index: 1000;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px 20px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	opacity: 0; /* for normal, newer browsers*/
	moz-opacity: 0.70; /* for older mozilla based browsers */
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.75); /* For IE */
}

/**
 * URL FOR PRINTING
 * HIDE FROM BROWSER
 */
#site-url {
	display: none;
}

