/*
input.rlrec {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #999999;
	font-family: arial;
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}*/

input.error, textarea.error {
	color: #000;
	background-color: #f5731d;
}

input.reset {
	background-color: #ffffff;
	border: 1px solid #fff;
	color: #000;
	font-family: arial;
	font-size: 10pt;
	width: 100px;
}

input.send {
	background-color: #ffffff;
	border: 0;
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	width: 110px;
}


table.rlrec {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td.rlrec {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td.formtext {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: right;
	text-decoration: none;
        }

td.formtexttitle {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 0px 24px 0px;
	text-decoration: none;
}

td.formtext2 {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
}

td.formtext3 {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	padding: 0px 0px 12px 0px;
	text-align: right;
	text-decoration: none;
}

tr.rlrec {
	vertical-align: top;
}

.basefontrl {
	color: #000;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.error {
	color: #f5731d;
}