/* CSS Document */

/* FORM RELATED STYLES */
.question {
	display: inline;
	padding: 0px;
}

.questionBox h4{
	font-size: 1.1em;
	color: #00399B;
	margin-bottom: 20px;
	margin-top: 0px;

}

.questionBox h5{
	font-size: 1.1em;
	color: #996633;
	padding-bottom: 5px;
	margin-top: .4em;

}

.questionBox {
	position: relative;
	height: auto;
	padding: 0.5em;
	vertical-align: top;
	width: auto;
	border: 1px solid #996633;
	background: #BEE8D8;
	margin-bottom: 10px;
}
.questionField {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	height: auto;
	width: auto;
	font-weight: normal;
	margin-left: 1em;
	text-align: right;
	margin-right: 20px;
}
.questionTicks {
	position: relative; /* ADD */
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 10px;
	height: auto;
	width: auto;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.questionTicks input {
	vertical-align: text-top;
	margin: 0px 3px 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.floatfield {
	display: block;
	float: right;
	border: 1px solid #00FF00;
	text-align: left;
	padding: 0px;
	left: 300px;
	position: absolute;
	margin: 0px;

}

.questionNote {
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0.5em 1em 0.5em 3em;
	text-align: right;
	margin-top: 0px;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #666666;
}
.questionNote a:link {
	color: #00CCFF;
	text-decoration: none;
}
.questionNote a:visited {
	color: #00CCFF;
	text-decoration: none;
}
.questionNote a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
.skype {
	border: 4px solid #FF0000;
}
.questionNote1 {	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #000099;
	padding: 0.5em 1em 0.5em 3em;
	text-align: right;
	margin-top: 0px;
	line-height: 1.1em;
	font-weight: bolder;
}

select, textarea, input, option {
	color: #000000;
	margin-bottom: 10px;
	vertical-align: top;
	font: 10pt/120% Verdana, Arial, Helvetica, sans-serif;
}
