/* CSS Document */

.bulletins form {
  font-size: 11px;
  margin: 0 auto;
}

.bulletins form p {
	margin:0;
	padding:0;
}


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

/* legend styling */
.bulletins legend {
  font-weight: bold;
}


/* style for  labels */
.bulletins label {
  display: block;
}

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


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

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

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

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

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

/* End the hack */

-->
