﻿.form_button
{
	border:solid 1px #000000;
	background-color:#a8adb0;
	cursor:pointer;
}

.td_formcontrol
{
	padding-left:10px;
}

.td_textbox
{
	background-image:url('../Images/textbox.png');
	background-repeat:no-repeat;
	width:334px;
	height:20px;
	padding:0px;
	padding-left:5px;
	margin:0px;
	vertical-align:middle;
}

.td_textbox_large
{
	background-image:url('../Images/textbox_large.png');
	background-repeat:no-repeat;
	width:334px;
	height:80px;
	padding:0px;
	padding-left:5px;
	margin:0px;
	vertical-align:top;
}

.form_textbox
{
	width:250px;
	height:16px;
	background-color:Transparent;
	border:none;
}

.form_textbox_large
{
	width:270px;
	height:76px;
	background-color:Transparent;
	border:none;
	font-family:Arial;
}

.table_textbox_large
{
	width:328px;
}

#div_form
{
	width:350px;
}

.td_textbox_large_text
{
	padding-top:2px;
}

.td_textbox_large, .td_textbox { behavior: url(../Javascript/iepngfix.htc); }
