﻿
.clear {
  clear: both;
}


/* fieldset styling */
#mainContent fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background-color:#F5F5F5
}

/* legend styling */
#mainContent legend {
  font-weight: bold;
}

/* style for  labels */
#mainContent label {
  float: left;
  width: 15em;
}



/* style for required labels */
#mainContent label .required
{
    font-size: 0.83em;
    color: #FF3300;
}



/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#mainContent input {
  width: 200px;
}

#mainContent p {
clear:both
}



#mainContent input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#mainContent input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#mainContent input:focus, textarea:focus {
  background: #ffc;
}

#mainContent input.radio {
  float: left;
  margin-right: 1em;
}

#mainContent textarea {
  width: 300px;
  height: 100px;
}


