#the-form input[type=text], #the-form textarea, #the-form select, #the-form input[type=file]
{
	border: solid 1px #b3b3b3;
	width: 98.7%;
	padding: 2px;
}
#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; }