/*body {
  font: 62.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}*/

form {
  font-size: 1.2em;
  width:auto;
  padding-left: 30px;
  padding-right: 30px;
}


/* fieldset styling */
fieldset {
	margin: 1em 0em 1em 1em; /*  space out the fieldsets a little*/
	padding: 0em;
	border : 1px solid;
	border-color: #666699;
}

/* legend styling */
legend {
  font-weight: bold;
  color:#9E5281;
}


/* style for  labels */
label {
  display: block; font-size: 0.75em;
}

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

input {
  width: 140px;
  background-color:#ffffff;
}


/*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;
}

input.button {
	width: 80px;
	padding: 0;
	height: 24px;
	font-size: 12px;
	cursor: pointer;
}

input.button:focus, input.button:active {
	background: #9E5281;
}

textarea {
  width: 142px;
  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 */

