.form-table{
	float: left;
	clear: both;
}
.form-td-label{
	font-size: 13px;
	color: #212121;
	width: 80px;
	padding: 2px;
	vertical-align: top;
}
.form-td-input{
	background: #fff url('../img/td-bg-input.png');
	padding: 2px;
	width: 221px;
	height: 19px;
}

.form-td-text{
	background: #fff url('../img/td-bg-text.png');
	padding: 2px;
	width: 554px;
	height: 149px;
}
.form-input-text-large,
.form-input-text{
	height: 18px;
	width: 200px;
	padding: 0 5px;
	font-size: 13px;
	color: #000;
	border: none;
	background: none;
}
.form-input-text-large{
	width: 300px;
}
.form-input-textarea{
	background: #fff;
	height: 140px;
	width: 550px;
	font-size: 13px;
	color: #000;
	border: none;
	background: none;
}
.submitform{
	height: 49px;
	width: 243px;
	border: 0;
	background: none;
	margin: 10px 0;
}