/* CSS Document */

/* hide from ie on mac \*/

html {
height: 100%;
overflow: auto;
}
#evalArea{
	width:800px;
	
	background:#fff;
	padding:20px;
	display:none;
}
#flashcontent {

	/*display:none;*/
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p{
	margin-top:0;
}

h1, h2{
font-size:16px;
font-weight:bold;
}


h2 div{
	font-size:14px; font-weight:normal; font-style:italic;
}

table{
	width:auto;
}


.clear{
	clear:both;
}


.header1 {
font-size:16px;
font-weight:bold;
}

.header2 {
	font-size:14px; font-weight:normal; font-style:italic;
}




.questionContainer{
	margin-bottom:10px;
	clear:both;
}
.questionContainer textarea{
	width:740px;
	height:50px;
}
.optionQuestion{
	float:left;
	width:600px;
}
.textareaQuestion{
	margin-bottom:0;
}
.optionsContainer{
	float:right;
	width:170px;
}
.textareaContainer{


}