/*///////////// Form Frameset Code ////////////*/    	

form label { 
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 240px; 
  padding-right: 15px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
  color: #343862;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: trebuchet 'ms', verdana, arial, san-serif;
  color: #404040;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 650px;
  /* width: 560px; */
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  font-size:12px;
  color: #343862;
}
form fieldset label:first-letter { 
  text-decoration:underline;
}
form fieldset legend {
  font-size:14px; 
  font-weight: bold;
  color: #343862;
}
form br {
	clear:left;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form input#img_button {
  width: 122px;
  height:22px;
}

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 230px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	                              
}
form input#name {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 230px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 15px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:left;                              
	font-family: trebuchet 'ms', verdana, arial, san-serif;
  	font-size: 9pt;
	text-align: left;                              
}
form select#name {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 230px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 15px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:left;  
	padding-left:3px;
	font-family: trebuchet 'ms', verdana, arial, san-serif;
  	font-size: 9pt;
	text-align: left;	                            
	                              
}
form textarea {
	min-width: 300px;
	}
form textarea#problem {
	width: 215px;
	height:100px;
	margin:5px 0 0 15px;
	font-family: trebuchet 'ms', verdana, arial, san-serif;
  	font-size: 9pt;
	text-align: left;	
	}	
form select#GPS {
  width: 40px;
  margin:5px 0 0 0; 
}
form select#dropdown {
  width: 210px;
  margin:5px 0 0 0; 
}
form input #radio {
  width: 30px;
  color: #343862; 
  text-align: center; 
}	

form input#sub_radio {
  max-width: 40px;
  text-align: left; 
  margin: 10px 0 0 10px;
  border: none; 
}
form input#location {
	width: 100;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
form input#chars {
	width:80px;
	text-align:center;
	}
form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form em{
	font-weight:bold;
	color:red;
	font-size:1em;
	padding-top:0;
	}
}
#textdesc{
	font-family: Trebuchet MS, Arial, sans serif;
	font-size: 9px;
	text-align: left;
}

/*/////////// Blog Update Form //////////////*/

#blog form label { 
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 90px; 
  padding-right: 15px; 
  margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
  color: #343862;
}

