


label {
		font-family: 'Open Sans', sans-serif;
		font-size: 8pt;
		font-weight: 400;
    display: block;
    float: left;
    margin-right:10px;
    text-align: right;
    width: 100px;
    line-height: 25px;
	border:solid 0px black;
    }

labelValue {
color:#666666;
display:block;
		font-family: 'Open Sans', sans-serif;
		font-size: 8pt;
		font-weight: 400;
text-align:left;
width:290px;
border:solid 0px black;
float:left;
line-height: 25px;
margin: 0 0 10px 10px;
padding-left:3px;
}


explain {
color:#666666;
display:block;
font-size: 7pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
text-align:left;
width:270px;
/*text-indent:140px;
border:solid 1px black;*/
float:left;
margin:2px 0 10px 20px;
padding-left:100px; 
}

.inputNumFld{
		font-family: 'Open Sans', sans-serif;
		font-size: 8pt;
		font-weight: 400;
	text-align: center;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 30px;
    color: #797979;
	margin:1px 1px 1px 1px;
    }
	
.inputFld{
		font-family: 'Open Sans', sans-serif;
		font-size: 8pt;
		font-weight: 400;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 200px;
    color: #797979;
	margin:2px 0 10px 10px;
    }

.inputFldSlim{
		font-family: 'Open Sans', sans-serif;
		font-size: 6pt;
		font-weight: 400;
    padding: 2px;
    border: 1px solid #b9bdc1;
    width: 120px;
    color: #797979;
	margin:2px 0 5px 10px;
    }
	
.field{
	margin-bottom:5px;
		font-family: 'Open Sans', sans-serif;
		font-size: 8pt;
		font-weight: 400;
	}





.inputNumFld:focus{
	background-color:#fff8e0; /*#E7E8E7;*/
	}
	
.inputFld:focus{
	background-color:#fff8e0; /*#E7E8E7;*/	
	}
.inputFldSlim:focus{
	background-color:#fff8e0; /*#E7E8E7;*/	
	}
	
.textarea {
	height:150px;	
	}
	
.hint{
	display:none;
	}
	
.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
.FormButton{
	float: right;
	margin:5px 55px 5px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		font-weight: 400;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	
	}
	
.FormButton:hover {
	background: #848FB2;
    cursor: pointer;
	}