/* Start of CMSMS style sheet 'Carlton Form' */
form {
   margin: 10px;
   background-color: transparent;
}

form label {
   text-align: left;
}
form legend {
   font-size: 12pt;
   font-weight: bold;
}
.contactform {
   background:color: transparent;
}
div.cbcarlton legend {
   float: none;
   width: 100%;
}
div.cbcarlton div {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
}
div.cbcarlton div input {
   float:none;
}
div.cbcarlton div label {
   position: absolute;
   top: 0;
   left: 0;
}
/* End of 'Carlton Form' */

