body {
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
	padding: 30px;
	font-size: 12px;
}

h2 {
	font-size: 13px;
	color: #444444;
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
	background-image: url(../img/heading_gradient.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	padding: 5px 8px;
	margin-bottom: 10px;
	text-shadow: #fff 1px 1px 0px;
}

.help-text {
	background-color: #e3dbc8;
	padding: 10px;
	margin-bottom: 15px;
	color: #8e6725;
	text-shadow: #ece8df 1px 1px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

table.form tr td.c_l {
	padding: 5px;
	width: 110px;
	color: #000;
	font-weight: normal;
	text-shadow: #eee 1px 1px 0px;
}

table.form tr td.c_r {
	padding: 5px;
}

table.form tr td.c_r input {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	width: 200px;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

table.form tr td.submit {
	border-bottom: none;
}

table.form tr td.submit input {
	background-color: #cb5100;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 75px;
	font-size: 12px;
	text-shadow: #9f4000 1px 1px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

table.form tr td.submit input:hover {
	background-color: #ea7425;
}

.error {
	color: #ae0707;
}