a {color: #333; text-decoration:normal;}
body
{
	margin: 0px;
	padding: 0px;
}
.thin_line
{
	width:100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	margin-bottom:100px;
}
.table_class
{
	padding:2px;width:80%;
	background-color:#eee; 
	text-align:left; border: 1px solid;font-family: verdana, arial;
	margin-left:10%; 
	font-size:11px;
}
.middle_form
{
	height: 300px;
}

.bottom_line
{
	width:100%;
	height: 3px;
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
	margin-top:100px;
}

input, textarea
{
	border: 1px #999 solid;
	height: 30px;
	width: 90%;
	color: #CCC;
	font-size: 22px;
}
textarea
{
	height:auto;
}
.input_box
{
	display: block;
	float:left;
	width: 95%;
}
.footer
{
	width: 100%;
	text-align:center;
	font-size: 12px;
	color: #ccc;
	font-family: verdana;
}

.submit_button
{
	width:auto;
	border:0px;
}
