/* ТАБЛИЦЫ */

.button{
	background: #eaeaea;
}

.delButton{
	width: 14px;
	height: 14px;
	color: #ff0000;
	background: #ff0000;
	border: 0;
	margin: 0 0 0 0;
}

.formElementTitle{
	font-size: 80%;
}

input{
	border: solid 1px #000000;
}

.smallButton{
	font-size: 8pt;
	height: 16px;
	background: #eaeaea;
}

textarea{
	border: solid 1px #000000;
}

/* Таблица, содержащая элемент формы ввода данных */
table.formElementContainer{
}

/* Таблица, содержащая форму ввода данных */
table.formTable{
}

