.contactBtn {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 95%; 
	font-weight:normal;
	font-style:normal;
	color:#000;
	background-color:#CCCCCC;
	border-style:outset;
	border-width:3px;
	border-color:#CCCCFF;
}
.conversation {
	width: 100%;
}

.conversation tbody th {
	width: 30px;
}

.question {
	font-size: 1.1em;
	font-weight: bold;
}

#preambleText {
	font-size: 1.1em;
	font-weight: bold;
}

#preambleText h1 {
	font-size: 150%;
}

.previousQuestionText {
	font-size: 12px;
}

#resumeConversation {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
}

#saveForLaterText {
	padding-top: 15px;
	color: red;
	weight: bold;
}

#contactForm {
	padding-top: 15px;
}

#contactForm table th {
	text-align: right;
	vertical-align: top;
	width: 100px;
	padding-right: 20px;
}

#contactForm br {
	clear: left;
}

.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99;
}

#body-light { 
	width: 550px;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 61px;	
}

#debug {
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
}

#tooltip {
	/*display: none;*/
	font-weight: bold;
	text-align: right;
	background-color: #F8F8F8;
	border: 1px solid #394960;
}
