/* @override 
	http://mac.local/~jaysen/walkable-form.css
	http://mac.local/~jaysen/walk/walkable-form.css
	http://mac.local/~jaysen/calc-form/walkable-form.css
	http://mac.local/~jaysen/calc-form/default/walkable-form.css
*/

html {
	font-family: "Courier New", Courier, mono;
	overflow: auto;
	clear: none;
	background: #ffffff;
}

span#agent {
	float: left;
}
span#broker {
	float: right;
}

span.headertxt {
	position: relative;
}

img.logo {
	width: 80px;
}

span.logo {
	z-index: -1;
	top: 10px;
	left: 10px;
	float: left;
	padding-right: 14px;
}

div#header.header {
	text-align: justify;
	font-size: large;
	margin: 20px;
}

div#TextBox.txtBoxTab {
	overflow: auto;
	width: 45%;
	float: left;
	margin-left: 25px;
}

div#survey {
	overflow: auto;
}

span.tbox {
	padding-left: 10px;
	float: left;
	clear: right;
}

.h1 {
	color: maroon;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: xx-large;
	overflow: auto;
	display: compact;
	padding-top: 10px;
}

div.questionGroup {
	overflow: auto;
	float: left;
	width: 100%;
}

div.question {
	overflow: auto;
	padding-top: 5px;
}


span.label {
	font-size: small;
	padding-bottom: 4px;
	padding-left: 7px;
	overflow: auto;
	clear: left;
	float: left;
	width: 40%;
}

/* @group Option */

#options div.optA {
	background-color: #90ff90;
	font-size: small;
	padding-left: 7px;
	overflow: auto;
	clear: none;
	float: left;
	width: 98%;
	padding-bottom: 4px;
}

#options div.optB {
	background-color: #afffaf;	float: left;
	font-size: small;
	padding-bottom: 4px;
	padding-left: 7px;
	overflow: auto;
	clear: none;
	float: left;
	width: 98%;
}

select#optionsPublicTrans.oBox {
	position: relative;
	padding-top: 0;
}

div#OptBox.optBoxTab {
	overflow: auto;
	
	width: 49%;
	height: 100%;
	float: right;
}

div#options {
	clear: both;
	overflow: auto;
	margin-left: 15px;
	margin-right: 30px;
}

span.oBox {
	float: right;
	clear: none;
	padding-top: 1px;
	width: auto;
}

#OptBox span.instruction {
	font-size: medium;
	float: left;
	padding-bottom: 4px;
	padding-left: 7px;
	clear: left;
	margin-right: 25px;
	text-align: justify;
}

#options div.optA span.label {
	padding-bottom: 0;
	padding-top: 5px;
	width: auto;
	float: left;
}

#options div.optB span.label {
	width: auto;
	padding-top: 5px;
	padding-bottom: 0;
	float: left;
}



/* @end */

/* @group results */

div#results {
	text-align: center;
	font-size: large;
	position: relative;
	top: 12px;
}

#results span.footnote {
	font-size: x-small;
}


/* @end */

