div.content div.form div.row {
	padding-top: 10px;
}
div.content div.form div.row * {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #575461;
}
div.content div.form div.row label {
	font-style: italic;
	font-weight: bold;
}
div.content div.form span.required {
	color: red;
}
div.content div.form div.txt input, div.content div.form div.txt textarea {
	border: 1px solid #ccc;
    font-style: normal;
    font-weight: normal;
    resize: none;
    width: 450px;
	margin-top: 2px;
}
div.content div.form div.txt textarea {
	height: 200px;
}
div.content div.form div.txt input.error, div.content div.form div.txt textarea.error {
	background: #fcc;
	border: 1px solid #800;
}
div.content div.form label.error {
	color: #f00;
}
div.content div.form div.radio label {
	margin-right: 30px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 3px;
}
div.content div.form div.antispam input {
	position: relative;
	top: -28px;
	left: 10px;
	border: 1px solid #ccc;
    font-style: normal;
    font-weight: normal;
    resize: none;
    width: 60px;
	text-align: center;
}
div.content div.form div.antispam input.error {
	background: #fcc;
	border: 1px solid #800;
}

div.content div.form div.buttons {
	padding-top: 10px;
}
div.content div.form div.buttons input {
	cursor: pointer;
}