DHTMLXForm - Style Problem

hi…
i am very interested in dhtmlxForm, cos we could easyly control, and validate form using it…
but there are some problem with stylng, for example : dhtmlxForm always using background white and some margin so it mess other components style, so i must override this style
for example:

	.parent .dhxlist_obj_dhx_skyblue{
		background-color : #EFEDE0 !important;
	}
	.parent .dhx_list_btn {
		margin:0px !important;
	}

and here more problem… i cant positioning the form horisontally side to side, new element always bellow the previous

what should i do?

margin so it mess other components style
Can you provide some kins of screenshot , where such problem can be seen?

i cant positioning the form horisontally side to side
Will be added in future, but it is not possible in current version.