/*body {
  font: 62.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}*/

form {
  font-size: 1.3em;
  width:auto;
  padding-left: 0px;
  padding-right: 20px;
}


/* fieldset styling */
fieldset {
	margin: 1em 1em 1em 1em;
	border : 1px solid;
	border-color: #cccccc;
	padding-left: 5px;
}

/* legend styling */
legend {
	font-weight: bold;
	color:#064288;
}


/* style for  labels */
label {
  display: block; font-size: 0.9em;
}

/* style for required labels */
label .required {
  font-size: 0.8em;
  color:#666666;
}

input.name {
  width:160px;
  background-color:#fff;
}


/*input.radio, input.submit {
  width: auto;
}*/
.bground{
background-color:#FFFFFF;}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #fff;
}
input.email {
  background: #ccc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 240px;
  height: 100px;
}

/* 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: 1em;
}

/* 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 */
