/* Start of CMSMS style sheet 'contactform' */
.formbuilderform {

}

.formbuilderform div {
position: relative;
padding-left: 150px;
margin-bottom: 3px;
}

.formbuilderform label {
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 150px;
}

.formbuilderform input {
width: 200px;
border: 1px solid #cccccc;
}

.formbuilderform textarea {
width: 200px;
border: 1px solid #cccccc;
}
/* End of 'contactform' */

