/* para todos os blocos */
html, form
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}
body
{
    margin: 5px 0px 0px 65px;
    height: 100%;
    padding: 0;
    border: none;
    font-family: Tahoma, Sans-Serif;
    font-size: 8pt;
}
.FormEdit
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;	
}
.FormEdit .Question
{
	font-weight: bold;
	color: black;
	padding: 5px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}
.FormEdit .Answer
{
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.FormEdit .AnswerScroll
{
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 25px;
	border: 1px solid #CECECE;
	height: 60px;
	background-color: White;
	overflow: auto;
}
.FormEdit .Instructions
{
	font-weight: normal;
	color: #808080;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}
.FormEdit th
{
	padding: 3px;
	border: 0px solid black;
	background-color: #E0E0E0;
	font-weight: normal;
	text-align: left;
}
.FormEdit td
{
	padding: 3px;
}
.FormEdit input
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;	
}
.FormEdit textarea
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	width: 100%;	
}