/***************** A ENLEVER *******************/
#generic-edit{
	font-family: Arial;
}
/***********************************************/

#generic-edit fieldset.inline,
#generic-edit .block{
	border     : medium none;
	overflow   : visible;
}
#generic-edit fieldset.inline legend{
    float       : left;
    margin      : 0 20px 0 0;
    padding     : 0;
    text-align  : right;
    width       : 24%;
}
#generic-edit fieldset.inline legend,
#generic-edit label{
	font-size  : 1.1em;
	font-weight: bold;
}
#generic-edit .input-zone label{
    font-weight: normal;
}
.content-browse table,
#generic-edit table{
	width  : 100%;
}
#generic-edit .button,
.content-browse .button{
	background         : none 0 0 no-repeat scroll #FFF;
	border             : 1px solid #CFD1D3;
	border-radius      : 3px;
	color              : #44484D;
	padding            : 3px 6px;
	-webkit-transition : all 300ms ease;
	   -moz-transition : all 300ms ease;
	    -ms-transition : all 300ms ease;
	     -o-transition : all 300ms ease;
	        transition : all 300ms ease;
}
#generic-edit .button:hover,
.content-browse .button:hover{
	background : none 0 0 no-repeat scroll #E5E5E5;
}
#generic-edit .button-disabled,
.content-browse .button-disabled{
	border         : 1px solid #CFD1D3;
    border-radius  : 3px;
	padding        : 3px 6px;
}
#generic-edit .ezobject-relation-search-text{
	width          : 150px;
	padding        : 4px 2px;
}
#generic-edit input[type="submit"].ezobject-relation-search-btn{
	margin : 0 0 0 10px;
}
.content-browse input[type="submit"]{
    margin : 10px 10px 0 0;
}
#generic-edit input[type="submit"].disable-editor{
	margin : 10px 0;
}
#generic-edit .full-fieldset legend{
	border-bottom  : 1px #AAA solid;
	display        : block;
	width          : 100%;
}
#generic-edit .gmaplocation .full-width{
	width  : 100%;
}
#generic-edit .gmaplocation .full-width .inbl .label-zone,
#generic-edit .gmaplocation .full-width .inbl .input-zone{
	width  : 46%;
}
#generic-edit .gmaplocation .address-field{
	margin : 0 107px 0 0;
}
#generic-edit .loading{
	display : none;
}
#generic-edit .label-zone,
#generic-edit .input-zone{
	margin-bottom : 15px;
}