﻿table.form
{
	/*border: 1px solid #ccc;
	background: #f7f7f7;*/
}
table.form td
{
	/*border-top: 2px solid #fff;*/
	padding:3px 5px;
}
table.form tr.error td
{
	padding: 4px 5px;
	color: #e00;
}
table.form tr.controls td
{
	text-align: right;
	padding-bottom: 7px;
}
table.form span.check label
{
	padding-left: 0.4em;
	position: relative;
	top: -0.15em;
}
table.form input.text
{
	width: 200px;
	border:solid 1px #b59152;
}
div.status
{
	padding:5px;
	margin:0 20px;
	color: #e00;
}

table.form input.check,
table.form span.check input
{
	border:0 none;
}

input.button
{
	background-color:#d6d4bf;
	padding:2px 4px;
	border:solid 1px #999;
}
