@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 */
#FWRContact {
	position: absolute;
	left: 560px;
	top: 50px;
	width: 370px;
	height: 270px;
}
.uniForm p {
color: #666666;
}
/* Generals */
.uniForm fieldset{
/*  margin:1em 0; */
}
.uniForm fieldset legend{
  color:#000; /* Reset IE */
  font-weight:bold; 
  font-size:0px; 
}
.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
width: 410px;
padding:6px; 
}
.uniForm .ctrlHolderDate{ /* This is the main unit that contains our form elements */
  padding-left:7px; 
  padding-top: 7px;
}
.uniForm .buttonHolder{
width: 225px;
  text-align:right; /* Recommended */
}
.uniForm .focused{
  background:#FFF; 
}

/* .inlineLabels */
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
	width:100px; /* Required property */
	color: #666666;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
  width:170px; /* Required property */
}
.uniForm .inlineLabels .selectInput{
  width:170px; /* Required property */
}
.uniForm .inlineLabels textarea{
margin-left: 0px;
  width:250px; /* Required property */
  height:80px; 
}
.uniForm .inlineLabels .formHint{
font-size: 11px;
padding-bottom: 3px;
  margin-top:0;
  margin-left:80px; 
}

/* .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 */

}
.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 */
}
