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

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

#tafForm{
	color: #4D364D;
	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: 220px;
	display:inline;
}

#commentsTAF{
	height: 47px;
	width:430px;
}

#tafCloseBox{
	width: 30px;
	background: #7E241F; /*5366AA*/
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	text-align: center; 
	padding: 3px;
	margin-top: 0px;
	margin-left: 4px;
	font-style:normal;
}

#tafPostcards{
	font-size: 10px;
	font-weight: bold;
}

#tafPostcards div{
	float: left;
	margin-right: 5px;
	text-align: center;
}

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

#name1 {
	width:200px;
}

#name2 {
	width:200px;
}

#email1 {
	width:200px;
}

#email2 {
	width:200px;
}