
/* custom css styles */


.button {
	width:200px;
	text-align:center;
	
}

.surround {
	font:70% Verdana;
}


.qblock {
	/*border: 1px solid #cccccc;*/
	padding:1.5em;
	margin-bottom:2px;
	background-color:#EEEEEE;
	border-bottom:2px groove;
}

.qblockWarning {
	border: 1px solid #FF0000;
}

.questions1 {
	width:300px;
	display:block;
	float:left;
	padding-top:2px;
}

.answers1 input {
	width:300px;
	display: block;
	background-position: right;
}
.answers1 textarea {
	width:300px;
	display: block;
	background-position: right;
}

.right {
	align: right;
}

.questions2 {
	width:300px;
	display:block;
	float:left;
	padding-top:2px;
}
.answers2 {
	width:300px;
	display: block;
	background-position: right;
}


.questionNumber3 {
	display: inline;
	width: 220px;
}
	

.twoColumnsColumn
{
	display:inline;
	width: 305px;
}

textarea
{
	margin-top:1em;
	display:block;
	width:400px;
	height:5em;
}

.questions5 {

	width: 100px;
	padding-right: 20px;
	display: inline;
}

