form {
	font-size: 0.8em;
	width: 360px;
	text-align: left;
  	font-size: 1.0em;
}


fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #faab46;
  font-size: 1.0em;
}

legend {
	font-weight: bold;
	color: #5a5a5a;
	font-size: 0.8em;
}

label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#faab46;
}

input {
width: 200px;
font-size: 1.0em;
text-align:left;

}

input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #cccccc;
}

input.radio {
  float: left;
  margin-right: 1em;
}
input#los{
  display:none;
  
}
.Button { background-color:#fff; color:#3c3c3c; }

textarea {
	width: 300px;
	height: 100px;
	font-size: 1.0em;
	font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */


