table.examform td
{	
	padding-top: 1px;
	padding-bottom: 1px;
}

table.examform input.textbox
{
	border: 1px solid #CCC;
	width: 150px;
	height: 16px;
	font-size: 11px;
}

table.examform input.button
{
	font-size: 11px;
}

table.examform div.seperator
{
	height: 1px;
	background-color: #DDD;
	margin: 5px 0px;
}

table.examform select
{
	border: 1px solid #CCC;
	width: 153px;
	height: 17px;
	font-size: 11px;
}

table.jobform td
{	
	padding-top: 1px;
	padding-bottom: 1px;
}

table.jobform input.textbox
{
	border: 1px solid #CCC;
	width: 150px;
	height: 16px;
	font-size: 11px;
}

table.jobform input.button
{
	font-size: 11px;
}

table.jobform textarea
{
	border: 1px solid #CCC;
	font-size: 11px;
	font-family: Helvetica, Arial;
}

table.donateform td
{
	padding-top: 1px;
	padding-bottom: 1px;
}

table.donateform input.textbox
{
	border: 1px solid #CCC;
	width: 150px;
	height: 16px;
	font-size: 11px;
}

table.donateform input.button
{
	font-size: 11px;
}

table.donateform select
{
	border: 1px solid #CCC;
	width: 153px;
	height: 20px;
	font-size: 11px;
}

