@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{
	background-color:#dfe8e4;
	border: 1px solid #cfd8d3;
	width:auto;
	padding:25px 0px;
}


.uniForm .ctrlHolder{ /* This is the main unit that contains our form elements */
  padding: 7px 25px; 
}

.uniForm .buttonHolder{
  text-align:left; /* Recommended */
  padding-top:10px;
}




/* .inlineLabels */
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
  width:20%; /* Required property */
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;	  

}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{
  width:60%; /* Required property */
}

.uniForm .inlineLabels .selectInput{
  width:62%; /* Required property */
	padding:0px 0px 0px 3px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;	  
}
.uniForm .inlineLabels textarea{
  width:60%; /* Required property */
  height:9em; 
}
.uniForm .inlineLabels .formHint{
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels textarea{
	padding:2px 3px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;	  
}

.uniForm label.optional {
	font-weight:bold;
}

.uniForm .buttonHolder button {
	float:right;
	width:99px;
	height:30px;
	display:block;
	overflow:hidden;
	font-size: 12px;
	text-align:center;
	border:none;
	background: url(../images/button.gif) no-repeat left top;
	font-weight: bold;
	outline:none;
}

.uniForm em {
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;	  
}






/* 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 .errorField {
	clear:both;
	display:block;
	color: #ff0000;
	font: normal 9px/15px Tahoma,Arial, Helvetica, sans-serif;
	margin-left:22%;
    }	
	
/* Custom elements */

table.checkbox_table {	
	width:100%;
}

table.checkbox_table td {	
	padding-right:20px;
}

table.great_checkbox_table {
	height:27px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width:480px;
	margin:0 10px;
	text-align:center;


}

table.great_checkbox_table caption, table.checkbox_table caption {
	font-size: 11px;
	line-height: 18px;
	padding-bottom:5px;
}


table.great_checkbox_table tr {
	height:27px;
	background: url(../images/table_line.gif) repeat-x left bottom;
	
}



table.great_checkbox_table thead th,
table.great_checkbox_table thead td {
	font-weight: bold;
	padding-bottom:5px;
}

table.great_checkbox_table tbody th {
	width:40%;
}

table.great_checkbox_table tbody td {
	width:20%;
}


