﻿


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


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

}

legend {
  font-weight: bold;  
	color:#f49ec1;
}

label {
  display: block;
	color:#f49ec1;


}

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

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: #DAE8E9;
}

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

textarea {
  width: 300px;
  height: 100px;
  font-size: 1.0em;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,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 */
