@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 */
body {
font-size: 12px;
}
.uniForm p {
color: #666666;
}
/* Generals */
.uniForm fieldset{
width: 650px;
border: 1px solid #ccc;
margin:20px 0; 
}
.uniForm fieldset legend{
  color:#333; /* Reset IE */
  font-weight:bold; 
  font-size:12px; 
  margin-left: 15px;
}
.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
  padding:8px; 
  padding-left: 16px;
}
.uniForm .ctrlHolderDate{ /* This is the main unit that contains our form elements */
  padding-left:7px; 
  padding-top: 7px;
}
.uniForm .buttonHolder{
  text-align:center; /* Recommended */
}
.uniForm .focused{
  background:#ccc; 
}

/* .inlineLabels */
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
	width:180px; /* Required property */
	color: #333;
	height:18px;
	padding-top: 6px;
margin-top:0;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
  width:170px; /* Required property */
  border:1px solid #333333;
height:18px;
padding: 2px;
}
.uniForm .inlineLabels .selectInput{
  width:170px; /* Required property */
}
.uniForm .inlineLabels textarea{
  width:250px; /* Required property */
  height:150px; 
  margin-left: 0px;
  overflow: auto;
  border:1px solid #333333;
  padding: 2px;
}
.uniForm .inlineLabels .formHint{
  margin-top:0;
  margin-left:140px; 
}

/* .blockLabels */
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{
color: #666666;
  width:120px; /* Required property */
}

.uniForm .blockLabels .selectInput{
  display:block;
  width:120px%; /* Required property */
}
.uniForm .blockLabels textarea{
  width:120px; /* Required property */
  height:12em; 
}
.uniForm .blockLabels .formHint{
  width:120px; /* Required property */
}

/* Columns */
.uniForm .col{
  width:47.9%; /* Required property */
  margin:0 2% 0 0; 
}
.uniForm .columnLeft{
  width:49%; /* Required property */
}
.uniForm .columnRight{
  width:49%; /* Required property */
}

/* Messages */
.uniForm #errorMsg{
  background:#bfd9ff;
  border:1px solid #505f6b; border-width:1px 0;
  margin:0 0 1em 0; padding:1em;
}
.uniForm .error{
background: #FFCCCC;
border: #990000;
height: 18px;
}
  .uniForm #errorMsg dt,
  .uniForm #errorMsg h3{
    margin:0 0 .5em 0;
    font-size:110%;
    line-height:100%;
    font-weight:bold;
  }
  .uniForm #errorMsg dd{
    margin:0; padding:0;
  }
    .uniForm #errorMsg ol{
      margin:0; padding:0;
    }
      .uniForm #errorMsg ol li{
        margin:0; padding:2px;
        list-style-position:inside;
        border-bottom:1px dotted #505f6b;
        position:relative;
      }
    .uniForm .errorField{
      color:#505f6b;
      margin:0 0 6px 0; padding:4px;
      background:#bfd9ff;
    }

.active {
background: #FFFF99;
border: 1px solid #333;
height: 10px;
padding: 4px;
}
