/* CSS Document */
#tafTitle{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px ;
	font-weight: bold ;
	margin-left: 5px ;
	margin-bottom: 15px ;
	color: #313D66 ;
	float: left ;
}

.pageURL{
	font-size: 9px ;
	font-style: italic ;
	margin-top: 3px ;
	margin-right: 5px ;
	float: right ;
}

#tafForm{
	color: #5366AA ;
	padding-bottom: 3px ;
	padding-left: 5px ;
	clear: both ;
	margin: 0 ;
}

#tafForm input,textarea{
	font-size: 11px ;
}

#tafForm .formLabel{
	font-weight: bold ;
	font-size: 11px ;
	width: auto ;
}

#tafForm .formCol{
	float: left ;
	width: 140px ;
}

#additionalComments{
	height: 47px ;
	width: 97% ;
}

#tafCloseBox{
	display: block ;
	width: 85px ;
	border-right: 1px solid #7E241F ;
	border-top: 1px solid #7E241F ;
	background: #7E241F ; /*5366AA*/
	color: #FFF ;
	font-size: 9px ;
	text-decoration: none ;
	text-align: center ; 
	padding: 3px ;
	margin-top: 10px ;
}

#tafCloseBox:HOVER{
	background: #D96862 ; /*#C2CAE2*/
	color: white ;
}