@import "uni-form-generic.css";
/* Your styles below */
/* Keep in mind that wherever you see "Required property" it means that the property must exist, adjust it's value to your liking */

/* Generals */
.uniForm fieldset{
  margin:12px 0; 
}
.uniForm fieldset legend{
  color:#333; /* Reset IE */
  font-weight:bold; 
  font-size: 14px; 
/*  margin-bottom: 10px;*/
}
.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
  padding:7px; 
}
.uniForm .buttonHolder{
  text-align:right; /* Recommended */
}
.uniForm .focused{
  background:#ddf1ca;
}


/* .blockLabels */
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{
  width:200px; /* Required property */
}
#sd, #ed { /*Width for the datepicker*/
width:200px;
}


.uniForm .blockLabels .selectInput{
  display:block;
  width:200px; /* Required property */
}
.uniForm .blockLabels textarea{
  width:200px; /* Required property */
  overflow: auto;
  height: 125px;
}
.uniForm .blockLabels .formHint{
  width:200px; /* Required property */
}

/* Columns */
.uniForm .col{
  width:200px; /* Required property */
  margin:0 10px 0 0; 
}
.uniForm .columnLeft{
height: 435px;
  width:275px; /* Required property */
}
.uniForm .columnRight{
height: 435px;
  width:265px; /* Required property */
}
.FormHelpText {
margin-bottom: 10px;
margin-top: 10px;
}

#clients .uniForm .columnLeft{
height: 830px;
  width:275px; /* Required property */
}
#clients .uniForm .columnRight{
height: 830px;
  width:275px; /* Required property */
  margin-right: 30px;
}
#clients .blockLabels textarea{
  width:250px; /* Required property */
  height: 250px;
  overflow: auto;
}
#clients .uniForm .FormFootnote {
text-align:left;
padding-left: 8px;
font-style:italic;
font-size:11px;
}
.uniForm i {
line-height:18px;
color: #666;
}
.uniForm i a{
font-style: italic;
color: #666;
}
.uniForm i a:hover{
text-decoration:none;
}