.error_container {
	   position: relative;
	   width: 499px;
	   text-align: center;
	   margin-top: 10px;
}

.error {
       display: block;
       font-family: Arial; 
	   font-weight: bold; 
	   font-size: 10px; 
	   color: #cc0000; 
	   height: 20px;
	   width: 400px;
	   border: 1px dashed #cc0000;
	   margin-left: auto;
	   margin-right: auto;
}

.bold_title {
       font-family: Arial;
	   font-weight: bold; 
	   font-size: 12px; 
	   color: #006862;
	   text-align: left;
	   line-height: 20px;
	   padding-left: 10px;
	   vertical-align: top;
	   width: 21%;
}
.td_content {
       font-family: Arial;
	   font-size: 11px; 
	   color: #000000;
	   text-align: left;
	   line-height: 20px;
}

.tb-rounded {
    border:0;
    background: transparent url(form_img/rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;	
}
label {
	font-family: Arial; 
	font-size: 11px;
	color: #006862;
	font-weight: bold;
	text-align: right;
}
.niceform { padding: 0px; margin: 0;}
input, textarea {font-family:Arial;font-size:12px;color:#404040;}
select {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #027AC6;}
.outtaHere {position:absolute;left:-3000px;}
.radioArea, .radioAreaChecked {display:block;float:left;clear:left;width:15px;height:14px;font-size:0;cursor:pointer;}
.radioArea {background:url(form_img/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(form_img/radio.gif) no-repeat left bottom;}
.checkboxArea, .checkboxAreaChecked {display:block;float:left;clear:left;width:13px;height:13px;font-size:0;padding:0;margin:0;cursor:pointer;}
.checkboxArea {background:url(form_img/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(form_img/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}
.textinput, .textinputHovered {height:15px;background:url(form_img/input_bg.gif) repeat-x left top;border:none;padding:4px 0;vertical-align:middle;}
.textinputHovered {background-position:left bottom;}
.inputCorner {padding-bottom:0;vertical-align:middle;}
.txtarea .tr, .txtarea .tr_xon {background:url(form_img/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(form_img/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea form_img.txt_corner {width:5px;height:5px;display:block;}
.txtarea .br, .txtarea .br_xon {background:url(form_img/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(form_img/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(form_img/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(form_img/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {width:5px;background:url(form_img/txtarea_l.gif) repeat-y left top;float:left;}
.txtarea .cntr_l_xon {background:url(form_img/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {border:0;background:none;padding:0;margin:5px;}
.buttonSubmit, .buttonSubmitHovered {width:69px;height:26px;color:#FFF;font-weight:bold;padding:2px 5px;background:url(form_img/button.gif) no-repeat left top;cursor:pointer;border:none;}
.buttonSubmitHovered {background-position:left bottom;}