#addFrm {
	padding: 38px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#addFrm label {
	color: #dbdbdb;
	display: block;
	width: 90px;
	float: left;
	padding-top: 2px;
}
#addFrm input, #addFrm select, #addFrm textarea {
	width: 300px;
	border: 1px solid #dbdbdb;
}
#addFrm textarea {
	height: 120px;
}
#addFrm .checkbox {
	width: 200px;
	padding-left: 90px;
	float: left;
}
#addFrm .checkbox input {
	width: auto;
	float: left;
}
#addFrm .checkbox label {
	float: left;
}
#addFrm .submit {
	width: auto;
	float: left;
	margin-left: 87px;
	border: 0px;
	background: transparent;
	color: #86232a;
	font-family: tahoma;
	font-sizw: 12px;
	cursor: pointer;
	padding: 0px;
}
.errors {
	margin: 0px;
	padding: 0px !important;
	padding-bottom: 15px !important;
	color: #b83a44 !important;
	list-style: none;
}
.errors li {
	padding: 0px !important;
	margin: 0px;
}