@charset "UTF-8";
/* CSS Document */



#checklist {
	margin-top: 9px;
}

#checklist input {
	margin-bottom: 10px;
}
#checklist label {
	display: none;
}

#checklist td {
	height: 36px;
}
td.checklist_col1 {
	background-image:url(../imgs/rating_left.gif); 
	background-repeat: no-repeat;
	width:5px;
}

td.checklist_col2 {
	background-image:url(../imgs/rating_expander.gif); 
	background-repeat:repeat-x;
	width: 25px;
}


td.checklist_col3 {
	background-image:url(../imgs/rating_expander.gif); 
	background-repeat:repeat-x;
	width: 30px;
}

td.checklist_coltext {
	background-image:url(../imgs/rating_expander.gif); 
	background-repeat:repeat-x; 
}
div.checklist_coltext	{
	padding-bottom: 5px; 
	padding-left: 2px; 
	padding-right: 15px;
}

td.checklist_dotdiv {
	background-image:url(../imgs/rating_dotted.gif); 
	background-repeat: no-repeat;
	width: 1px;
}

td.checklist_col4 {
	background-image:url(../imgs/rating_right.gif); 
	background-repeat: no-repeat;
	width: 9px;
}


.textform {
	background-color:#fefbea;
	border: 1px solid #fd9d00;
	width: 480px; 
	height: 86px; 	
	margin-top: 9px; 
	padding: 5px; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 16px;	
}