#cboxl {
    float: left;
	padding-left: 10px;
	width: 40%;
}

fieldset.jumiform {
   width: 98%;
   margin-bottom: 10px;
   border: 1px solid #330033;
}
legend{
  font-size: 1.05em;
  color: #330066;
}

input.cb{
}

input.short {
border: 1px solid #000;
	 margin-bottom: 5px;
     background: #d4d4d4;
     color: #330066;
   width: 180px;
}

input.long {
border: 1px solid #000;
	 margin-bottom: 5px;
     background: #d4d4d4;
     color: #330066;
   width: 260px;
}

textarea{
border: 1px solid #000;
	 margin-bottom: 5px;
     color: #330066;
	 width: 350px;
   height: 150px;
	 margin-bottom: 10px;
	 margin-left: 40px;
}

label {
   float: left;
	 width: 100px;
}
