.input-row, .input-row-free {
	margin: 2px;
	display: table;
}

.input-row label, input-col label {
	display: inline-block;
	width: 120px;
	text-align: right;
}
.input-col {
	display: block;
	float: left;
}
.input-col-free {
	display: block;
	float: left;
}

.pet-input-form {
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
}

#form-controls {
	clear: both;
	top: 15px;
	position: relative;
	margin: 15px;
	display: block;
}

.cell_field_label {
	text-align: right;
}

.form-link, .form-link:active, .form-link:link .form-link:visited {
	color: blue;
}

.form-link:hover {
	color: red;
}

.form-table tr td {
	vertical-align: text-top;
}

.djang-form-table tbody tr th:first-child {
	text-align: right;
}