.agformfield{
	float:left;
	width:100%;
	margin-bottom: 14px;
}
.agformfield.invalid{
	color: #ff0000;
}	
.agformfieldlabel{
	float:left;
	width: 30%;

	padding-top: 14px;

}

.agformfieldlabel2{
	float:left;
	width: 30%;

    padding-left: 13px;

	padding-top: 5px;
}

.agformfieldvalue{
	float:left;
	width: 69%;
	height: 34px;
	padding: 6px 12px;
}
.agformfieldvalue .defaultValue{
	color: #999;
	height: 34px;
    padding: 6px 12px;
}
.invalidfield{border: 1px solid #ff0000 !important;}
.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 999;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 14px;
   line-height: 1.42857;
   text-align: center;
}
.agformmllbl{
		float:left;
	width: 92%;
	height: 34px;
	}