.form-table{
	width: 100%;
	float: left;
	clear: both;
}
.form-td-label{
	font-size: 13px;
	color: #fff;
	width: 100px;
	padding: 2px;
	vertical-align: top;
}
.form-td-input{
	background: #000;
	padding: 2px;
}

.form-input-text-large,
.form-input-text{
	height: 20px;
	width: 180px;
	font-size: 13px;
	color: #000;
}
.form-input-text-large{
	width: 300px;
}
.form-input-textarea{
	background: #fff;
	height: 80px;
	width: 300px;
	font-size: 13px;
	color: #000;
}
.submit{

}