/**
 * Form table
 */

.fieldWithErrors {
    border: 1px solid #F00;
}
 
fieldset {
  background-color: #ecf6ff;
  border-top: 1px solid #2f83ad;
	padding: 10px;
	margin-bottom: 15px;
}

fieldset legend {
  padding: 0 5px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
}

fieldset table, fieldset td, fieldset tr, fieldset th {
  border: none;
}

fieldset th {
  text-align: right;
  font-size: 11px;
  font-weight: normal;
  padding: 10px 10px 0 0;
  vertical-align: top;
}

fieldset.info th {
    padding: 3px 0 0 0;
}

fieldset table input {
  margin: 2px 5px 0 0;
  padding: 3px;
  font-size: 13px;
  width: 300px;
}

fieldset table select {
  margin: 2px 5px 0 0;
  font-size: 11pt;
  padding: 3px 0px 3px 3px;
}

fieldset table textarea {
  margin: 2px 5px 0 0;
  font-size: 10pt;
  padding: 3px 0px 3px 3px;
	font-family: Arial;
}

fieldset table p {
  margin: 3px 0;
  width: auto;
  text-align: left;
  font-size: 10px;
}

fieldset hr {
  background-color: #CCC;
}

fieldset #responsebox {
  color: red;
}

fieldset .FieldWithErrors {
  border: 1px solid red;
}

fieldset .errors {
  color: red;
}

fieldset table hr {
  margin: 10px 0;
}

fieldset p.submit {
	text-align: center;
	clear: both;
	margin: 15px 30px;
}

/* Submit tag */
fieldset p input {
	font-weight: bold; 
	padding: 5px 8px;
	font-size: 18px;
}

fieldset p.submit a {
  margin-left: 15px;
}

label {
	font-weight: normal;
}

fieldset input.CheckBox {
	width: auto;
	border: 0;
}

fieldset table td label, fieldset table td span {
	padding-top: 8px;
	display: block;
}

.formError {
	color: red;
}

fieldset table input.small {
	width: 100px;
}

.error_message {
	color: red;
	text-align: center;
	font-size: 1.2em;
	border: 3px solid red;
	padding: 5px 2px;
}

#Flash {
    border: 3px solid #F9AF40; 
    margin: 5px 30px; 
    padding: 10px;
}
