.shodorxformWrapper {
	border: 1px solid gray;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	margin: 5px;
	background: #fafafa;
}

.XFormsQuestion {
	font-family: sans-serif;
	padding: 10px;
	border-left: 3px solid #fafafa;
	padding-left: 45px;
}

.XFormsTitle {
	font-family: sans-serif;
	font-size: 122%;
	border-bottom: 1px solid gray;
	padding: 3px;
	margin: 15px;
	font-weight: bold;
}

.XFormsTitle .titleDescrip {
	font-size: 75%;
	font-weight: normal;
}

.XFormsTitle .questionDescrip {
	font-size: 80%;
	font-weight: normal;
}

.XFormsQuestion:hover {
	background: #faf9ec;
	border-left: 3px solid #fadc37;
}

.XFormsQuestion .questionTitle {
	font-weight: bold;
	font-size: 95%;
}

.XFormsQuestion .questionDescrip {
	font-size: 90%;
	padding-bottom: 2px;
	/*margin-bottom: 15px;*/
	font-style: italic;
}

.XFormsQuestion .questionOptionTable {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
}

.XFormsQuestion .XFormsGroupTable, .XFormsQuestion .XFormsGroupTable td {
	border:0px;
}

.XFormsQuestion .XFormsGroupTable tr.odd td {

}


.XFormsQuestion .selectInput {
	margin-left: 5px;
}

.XFormsQuestion .questionOption {
	font-size: 95%;
	width: 95%;
	padding: 1px;
}

.XFormsQuestion .questionOptionText {
	margin-left: 1.2em;
}

.XFormsQuestion .questionOptionCB {
	float: left;
}

.XFormsQuestion .questionOption .checkbox, .XFormsQuestion .radiobutton {
	float: left;
	vertical-align: text-bottom;
	margin-top: .3em;
}

.XFormsQuestion .questionOption .checkboxLabel {
	margin-left: 1.5em;
}

.XFormsQuestion table {
	width: 95%;
}

.XFormsQuestion table td {
	padding: 2px;
}

.XFormsQuestion .questionChoice {
	padding: 2px;
}

.XFormsQuestion .formReq {
	float:right;
	width: 1em;
	color: red;
	font-weight: bold;
	font-size: 120%;
}

.XFormsQuestion .pchaTable {
	width: 200px;
}
.XFormsQuestion .pchaData {
	width: 50px;
}

.XFormsQuestion .questionOptionTable, .XFormsQuestion .questionOptionTable td {
	border: 0px;
}

.XFormsQuestion .oddQuestionTd {
	background: #f5f5f5;
	background: #f2f2f2;
	border: 0px;
}
.XFormsQuestion:hover .oddQuestionTd {
	background: #faf8d8;
	background: #f8f5c5;
	border: 0px;
}

.XFormsQuestion .selectHelper {
	margin-left: 5px;
	font-size: 80%;
	width: 95%;
}

.XFormsQuestion textarea {
	width: 65%;
}
.XFormsQuestion input.textInput {
	width: 65%;
	border: 1px solid gray;
	height: 1.6em;
}


.XFormsQuestion .questionDescripRight {
	float:right;
	width: 30%;
	font-size: 85%;
}

.XFormsQuestion input, .XFormsQuestion textarea {
	font-family: sans-serif;
	font-size: 11pt;
}

.XFormsQuestion select {
	font-size: 11pt;
}

.shodorxformWrapper .errorMsg
{
	width: 25em;
	margin: 4px;
	margin-left: 0px;
	text-align: center;
	padding:4px;
	background-color: #fea52b;
	color: black;
	border: 1px solid gray;
}

.shodorxformWrapper .errorHeader {
	background-color: yellow;
	background-color: #fea52b;
	padding:6px;
	color:black;
	margin: 4px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid gray;
}

table.pchaTable {
	background-color: green;
}
table.pchaTable tr td {
	padding: 3px;
	border: 1px solid white;
}

.XFormsQuestion.XFormsGroup {
	clear: both;
	margin-top: 15px;
}

.XFormsQuestion .gridQuestionTitle {
	width: 55%;
}

.XFormsQuestion .gridQuestionHeader {
	text-align: center;
}

.XFormsQuestion .radioButtonContainer {
	text-align: center;
}

.XFormsQuestion .checkboxContainer {
	text-align: center;
}

.XFormsQuestion .gridHeaderCell {
	text-align: center;
	font-weight: bold;
}
