td.prop {
	color: darkslategray;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

table.form {
	margin-left: 50px;
}

table.form input {
	
}

table.form textarea {
	height: 5em;
	width: 20em;
}

.buttons {
	text-align: right;
}

.buttons input {
	background: url(../images/button-background.png) orange;
	border: 2px outset orange;
	font-weight: bold;
    color:white;
}
