div.break {
border-bottom:1px dotted #CCC;
clear:both;
height:1px;
margin:5px 0 15px;
padding:5px 0 0;
position:relative;
width:100%;
}

/* FORM$ */
 
form, fieldset, legend, label, input, select, textarea, button { position: relative; display: block; }

form,
form fieldset,
form fieldset label {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  }
form fieldset legend {
  padding: 0 0 20px;
  font-size: 20px;
  color: #7194bd;
  }
form fieldset label {
  clear: both;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 14px;
  }
  
button,
a.button,
form fieldset input,
form fieldset textarea,
form fieldset select {
  display: block;
  width: 90%;
  margin: 2px 0 4px 0;
  padding: 4px 5px 4px 5px;
  background: #fff;
  border: 1px solid #ddd;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #777;
  }
form fieldset select {
	width: 95%;
  }
form fieldset input.checkbox {
	float: left;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  }
form fieldset textarea {
	height: 100px;
  }


/*  RADIO BTNS   */
/*****************/
form fieldset label.radioLabel {
  float: left;
	width: 33%;
	padding-right: 20px;
  height: auto;
  }
form fieldset label.radioLabel span {
  display: block;
  width: 100%;
  float: none;
  padding: 4px 0 2px 0;
  text-align: right;
  }
form fieldset label.radio {  
  clear: none;
  float: left;
  width: 25%;
  height: auto;
  }
form fieldset label.radio input,
form fieldset label.checkbox input {
	float: left;
  width: 12px;
  margin: 0 7px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  }
form fieldset label.radio span { 
  display: block;
  left: auto;
  width: auto;
  }
  
 
/*  CHECKBOXES   */
/*****************/  
form fieldset label.checkbox {
  left: 33%;
  width: 53%;
  padding-left: 20px;
  }
form fieldset label.checkbox span {
  width: auto;
  float: left;
  text-align: left;
  font-size: 10px;
  white-space: nowrap;
  }
  

  
form fieldset input.hidden {
  clear: none;
  display: none;
  }
button,
a.button,
form fieldset input.button {
  float: right;
  width: auto;
  height: 26px;
  margin: 10px 15px 0 0;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  font: 17px arial;
  background-color: #21518B;
  color: #fff;
  }
button:hover,
a.button:hover,
form fieldset input.button:hover {
  border-bottom:1px dotted #ccc;
  color: #fff;
  }
button:hover,
a.button:hover,
form fieldset input.button:hover {
  background-color: #CC3300;
  }


button.delete {
  float: left;
  background-color: #ec7b7b;
  }
button.delete:hover {
  background-color: #d77070;
  }
button.delete:active {
  background-color: #bf6464;
  }
.alert {
  background-color: #fff;
  border: 0;
  padding: 30px;
  color: #373737;
  }
  
  