#the-form input[type=text], #the-form textarea, #the-form select, #the-form input[type=file]
{
	border: solid 1px #b3b3b3;
	width: 98.7%;
	padding: 3px;
	color:#666;
	font-size:12px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#the-form textarea
{
	height: 80px;
	overflow: auto;
}
#the-form table tr
{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 25px;
}

#TB_closeAjaxWindow { margin-left:-20px; float:left; }
