.error {
	background-color: #dbedff;
	border-bottom:10px solid #8ec8ff;
	padding:10px;
	font-size:11px;
}
.error li {
	list-style: disc;
}
.form {
	font:12px/14px arial, verdana;
}

.form .value {
	font-size:12px;
}

.row1 td {
	background-color:#f2f0f0;
}
.row2 td {
	background-color:#ffffff;
}
.form td {
	padding:4px 4px 10px 4px;
}
.form .value input, .form .value select {
	background-color: white !important;
}
.form .row1 td input.checkradio {
	background-color:#f2f0f0 !important;
}

.form input.button {
	font-weight: bold;
	width: 125px;
	color: white;
	background-color: #14B835;
	border: 0px;
	border: 1px solid navy;
	border-color: #358A2D;
}
.form textarea {
	width:140px;
}
.form textarea.ta_comments {
	width:250px;
	height:100px;
}
