/* CSS Document */

#content form {
  font-size: 11px;
  width: 500px;
}

#content form p {
	margin:0;
	padding:0;
}


/* fieldset styling */
#content fieldset {
	margin: 0.5em 0; /*  space out the fieldsets a little*/
	padding: 5px;
	border : 1px solid #666666;
	background-color: #D7D7D7;
}

/* legend styling */
#content legend {
  font-weight: bold;
}


/* style for  labels */
#content label {
  display: block;
}

/* style for required labels */
#content label .required {
  font-size: 12px;
  color:#D25400;
}


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

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

#content input.radio {
  float: left;
  margin-right: 1em;
}

textarea {

}

/* 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 */
#content input.radio + label {
  text-indent: 2em;
}

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

/* End the hack */

-->
