﻿/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/********************* form styling **********************/

.htmlform {
	font-size: medium;
	color:#005FA9;
	padding:0,0,0,100;
		
}

.fieldset {
	width:350px; 
	background-color:#B7C1C3;
	
	}

.fieldset .legend {
	text-align: center;
}


.fieldset label {
	text-align:right;
	width:100px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	color: #005FA9
  }
.fieldset .nobr {
	display:none; }  

.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; }

.fieldset .textarea {
	margin:3px;
	height:150px;
	width:200px; }

.fieldset .buttonrow {
    padding-left:110px;

}



.fieldset .reset {
	margin-right:30px;
	
		
		
	}


/********************* end **********************/



