
form {
   width: 40em;
}


/* fieldset styling */
fieldset {
   margin:0 0 0.5em 0; /*  space out the fieldsets a little*/
   padding:0.5em 1.5em;
   border: none;
   width: 650px;
}

/* legend styling */
legend {
margin-left: -1000em;
}

form p {
  position: relative;
   width: 100%;
   margin: 0.5em 0;
}
 
/* style for  labels */
label {
   float: left;
   width: 12em;
}

label.long {
   float: left;
   clear: right;
   width: 100%;
   margin: 0 0 .2em 0;
}

#radioentries label {
   width: 100%;
}

/* style for required labels */
label .required {
   font-size: 0.83em;
   color:#760000;
   margin: 0 0.2em;
}


input {
  width: 200px;
}

input[type="text"], textarea {
   border-top: 2px solid #999;
   border-left: 2px solid #999;
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
float: left;
}

#radioentries input.radio {
  float: left;
   clear: left;
}


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


textarea {
   width: 200px;
   height: 50px;
}

#comments {
   width: 200px;
   height: 100px;
}
p.red {
   color: #ff0000;
   font-weight: bold;
}


