@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 */
#formContainer
{
	background: url(../img/gradientbg.gif) no-repeat bottom;
	width: 557px;
	text-align: center;
	margin: 0px auto;
}

#centeringContainer
{
	text-align: left !important;
	margin: 0px auto;
}

.uniForm fieldset{
  margin:1em 0; 
}
.uniForm fieldset legend{
  color:#000; /* Reset IE */
  font-weight:bold; 
  font-size:120%; 
}
.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
  font-family: tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #444444 !important;
  padding-bottom: 12px !important; 
}

.ctrlHolder
{
	width: 85%;
	padding: 5px 0px 0px 55px !important;
	margin: 0px auto !important;
}

.uniForm .buttonHolder{
  text-align:right; /* Recommended */
}

.buttonHolder {
	margin-right: 18%;
}

.uniForm .focused{
  /*background:#eef6fb;*/
  background:url(../img/focusbg.gif) no-repeat top;  
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.formHint {
	clear: both;
	display: block;
	color: #4c4c4c;
	font-size: 11px;
	font-weight: normal;
	width: 100% !important;
	padding-top: 2px !important;
}

/* .blockLabels */
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{
  padding: 3px 3px;
  font-size: 11px;
  color: #666;
  border: 1px solid #b3b3b3;
  width:80%; /* Required property */
}

.uniForm .blockLabels .selectInput{
  display:block;
  font-size: 11px;
  padding: 3px 3px;  color: #666;
  border: 1px solid #b3b3b3;
  width:53.5%; /* Required property */
}
.uniForm .blockLabels textarea{
  font-size: 11px;
  color: #666;
  padding: 3px 3px;
  border: 1px solid #b3b3b3;
  width:80%; /* Required property */
  height:12em; 
}
.uniForm .blockLabels .formHint{
  width:45%; /* Required property */
}

.hintContainer
{
    clear: both;
    text-align: left;
    height: 10px !important;
    padding: 0px 0px 0px 0px !important;
}

.label
{
font-size: 12px !important;
}
