/* cmsms stylesheet: controlaforms modified: 17/02/2016 16:24:00 */
.bootform{
  width:100%;
}
.bootform label{
  float:left;
  position:absolute;
}
.bootform input{
margin-top:30px;
height: 40px;
padding:4px;
width:100%;
border:1px solid #ccc;
border-radius:5px;
margin-bottom:30px;
}
.bootform textArea{
margin-top:30px;
height: 100px;
padding:4px;
width:100%;
border:1px solid #ccc;
border-radius:5px;
margin-bottom:30px;
}
