﻿.requestform
{
	width:600px;
}

.requestform .title 
{
	color:#000000;
	background-color:#FFCC99;
	text-align:center;
	width:600px;
	height:30px;
}
.requestform th
{
	background-color:#CCCCCC;
	width:170px;
}

.requestform td
{
	background-color:#FFFFFF;
	text-align:left;
	width:420px;
	height:25px;
}

