#errors {
	background-color: #FFF7E7;
	width: 500px;
	margin: 0 auto;
}

.errorsdiv {
	padding: 10px;
}

.form {
	background-color: #FFF7E7;
	width: 500px;
	margin: 0 auto;
}

.form table {
	width: 100%;
}

.form .head, .form th, .form td {
	padding: 7px;
}

.form .head {
	background-color: #FFCF63;
	font-weight: bold;
}

.form th {
	font-weight: normal;
	border-top: 1px solid white;
	text-align: left;
}

.form .buttons input {
	border: none;
}

.form .continue {
	background: url(../../../images/buttons/btn-continue.gif) top left no-repeat;
	width: 67px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 3px;
}

.form .reset {
	background: url(../../../images/buttons/btn-reset.gif) top left no-repeat;
	width: 64px;
	height: 26px;
	cursor: pointer;
	cursor: hand;
	padding-right: 3px;
	padding-bottom: 2px;
}

.divform {
	padding: 10px;
}

.divform .captchahelpdiv {
	width : 200px;
}

div#errors h4 {
	color: #ff0000;
}
div#errors li {
	color: #ff0000;
}
