/*******************
 *
 * JDEC Default Styles
 *   
 *******************/
 
form {
    margin: 0px;
}
 
.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 100%;
}

.errors {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 20px;
}

.wide {
    width: 100%;
}
