/* revise: 090912 */
table.frm td{
	padding: 3px 6px;
}
table.frm_infobox {
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	width: 500px;
	margin:0 20px;
	padding: 0;
}
table.frm_infobox p{
	margin: 6px;
}
table.frm_infobox td.hdr1{ 
	color: #ffffff; 
	background-color: #000066;
	font-size: 14px; 
	font-weight: bold;
	padding: 2px 4px;
}
table.frm_infobox h2{ 
	color: #ffffff; 
	background-color: #000066;
	font-size: 14px; 
	font-weight: bold;
	padding: 2px 4px;
	margin:0;
}
table.frm_infobox h3{ 
	color: #000066; 
	font-size: 12px; 
	font-weight: bold;
	padding: 2px 4px;
	margin:0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #000066;
	margin: 4px 0px;
	padding: 0px;
	
}
input.frm_text{
	color: #000066;
}
select.frm_select{
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #000066;
}
textarea.frm_textarea{
    font-family: verdana, sans-serif;
	color: #000066;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #000066;
}
input.frm_radio{
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	border: none;
}
input.frm_checkbox{
	color: #000066;
	border: none;
	margin: 0;
	padding: 0;
}
input.frm_button{
	background-color: #000066;
	color: #000000;
	border: 1px solid #000066;
	border-style: none;
}
span.frm_required{
	color: #ff0000;
}
p.frm_title, label{
	color: #000066;
	font-size: 12px;
	font-weight: normal;
}

p.frm{
    font-family: verdana, sans-serif;
	color: #000000;
	font-size: 14px;
    margin: 4px;
}

div.error_strings li{
    font-family: verdana, sans-serif;
    color: #cc0000;
    font-size: 12px;
	font-weight: bold;
	margin: 0px;
	list-style: none;
}

.frmtext{
	color: #000000;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
}
.frmradio{
	color: #808080;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
}
.frmcheckbox{
	color: #808080;
	background-color: whitesmoke;
	font-size: 12px;
	font-weight: normal;
}
.frmtitle{
	color: black;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
}
