#FormDxe .form-group{
	margin-bottom:0px;	
}
#FormDxe .dxeTextBox, #FormDxe .dxeMemo {
 	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	font-family:"Open Sans",Arial,sans-serif;
}
#FormDxe .dxeMemo {
 	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	font-family:"Open Sans",Arial,sans-serif;	
}
#FormDxe .form-control  tbody,#FormDxe .form-control  tbody tr, #FormDxe .form-control  tbody tr td {
	width:100%;
	display:block;	
}
#FormDxe .dxeEditArea, #FormDxe input.dxeEditArea[type="text"], #FormDxe input.dxeEditArea[type="password"],#FormDxe textarea {
	font-family:inherit;	
	font-size:14px;
	color:#555555;
}
#FormDxe .dxeErrorCell, #FormDxe .dxeErrorCell td {
	font-size:10px;	
}
#FormDxe .dxbButton {
	    background: inherit;
    border: inherit;
    color: inherit;
    cursor: inherit;
    font: inherit;
    padding: inherit;
    vertical-align: inherit;	
}
#FormDxe .dxbButtonHover .dxb span{
	color:inherit !important;	
}
#FormDxe .dxbButton div.dxb { padding:0px;}