BODY {
	width:600px!important;
	float:center;
	}

.GoToQuestion {
	}

.History {
	width:100%;
	margin-bottom: 10px;
	background-color:#ffff99;
	border-style:dashed;
	border-width:1px;
	}

.History LI {
	padding-bottom:4px;
	}

.History H4 {
	margin:4px;
	}

.backButton {
	margin-right:10px;
	width:90px;
	}

.nextButton {
	margin-left:10px;
	width:90px;
	}

.Buttons {
	clear:all;
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}

.icon {
	float:left;
	margin: -10px 5px 0 0;
	}

.Action {
	}

.QuestionAnswer {
	padding: 20px 0;
	text-align:center;
	width:100%;
	overflow:hidden;
	}

.Ask {
	text-align:left;
	float:left;
	font-weight:bold;
	}

.Question, .Action {
	width:320px;
	}

.Solution {
	width:500px;
	}

.Options {
	width:250px;
	text-align:left;
	margin-left:5px;
	margin-bottom:20px;
	padding-left:10px;
	float:left;
	border-left-style:solid;
	border-left-width:1px;
	}

.Solution {
	}


.DidItHelp {
	float:center;
	width:400px;
	font-weight:bold;
	font-size:larger;
	padding:20px;
	border-style:solid;
	border-width:2px;
	background-color:#ffff99;
	text-align:center;
	}


.Yes, .No {
	width:100px;
	margin:10px;
	}

.Indent {
	margin-left:20px;
	margin-top:0px;
	}

.required { 
	BACKGROUND-COLOR: #ffff99 !important
	}


.popup {
	cursor:pointer;
	background-image:url(/global/img/helpbutton.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	}

.popupImage {
	display:none;
	position:absolute;
	z-index:1000;
	border-style:solid;
	border-width:2px;
	padding:5px;
	background-color:#ffff99;
	}