.frm {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	max-width: 650px;
	}

.frm .text {
	width: 175px;
	float: left;
	text-align: left;
	padding: 0px;
	padding-top: 3px;
	}

.frm .field {
	float: left;
	text-align: left;
	padding: 0 0 16px 0;
	/*white-space: nowrap;*/
	}

.frm .field input {
	width: 300px;
	font-size: 13px !important;
	}

.frm .field input[type=checkbox],
.frm .field input[type=radio] {
	width: 13px;
	margin-right: 3px;
	margin-bottom: 10px;
	cursor: pointer;
	}

.frm .field select {
	width: 306px;
	cursor: pointer;
	}

.frm .field textarea {
	font-size: 13px;;
	float: left;
	height: 150px;
	width: 320px;
	margin-right: 5px;
	}

.frm .field #frm_submit {
	font-size: 20px !important;
	border: 0;
	}

.frm .notes {
	font-size: 11px;
	color: #333333;
	}

.none {
	display: none;
	}

label,
.hand {
	cursor: pointer;
	}

.print {
	background: url('/images/ctrl_bg.gif') #e5e5e5;
	padding: 2px 15px 2px 15px;

	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.print:hover {
	background: url('/images/ctrl_bg_over.gif') #f5f5f5;
	border: solid 1px #999;
	}

/* ERROR/SUCCESS MESSAGE */
.le_msg {
	width: 100%;
	margin: 0 0 20px 0;
	}

.le_msg #le_inner {
	padding: 13px 13px 13px 13px;
	text-align: left;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: px;
	border-radius: 3px;
	}

.le_msg img {
	margin: 0 13px 0 0;
	}

.le_msg p {
	line-height: 180%;
	margin: 2px 0 0 0 !important;
	padding-bottom: 1px;
	}

.le_msg ul {
	margin-top: 0;
	margin-bottom: 0 !important;
	}
.le_msg ul li {
	list-style: circle;
	line-height: 140%;
	margin: 5px 0 0 52px;
	padding-bottom: 4px;
	}

.le_msg .le_emsg {
	background: #f9dddd;
	border: 3px solid #ff0000;
	}
.le_msg .le_smsg {
	background: #e2fde3;
	border: 3px solid #00cc00;
	}
.le_msg .le_nmsg {
	background: #ffffcc;
	border: 3px solid #ccccff;
	}

.le_msg .le_msg1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	}
.le_msg .le_msg2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
/* ! ERROR/SUCCESS MESSAGE */