.wms-FormContainer-frame { border: solid 1px gray; clear:both;}

.wms-FormContainer-frame  { margin-top: 5px; xmargin-bottom: 5px; }

.wms-FormContainer-frame .adddiv span { cursor:pointer; }

.wms-FormElement-frame .marker { cursor:pointer;text-align:center;color:blue;background-color:#ccc; }
.wms-FormElement-frame .move { cursor:move; }
.wms-FormElement-frame .containerNode { xwidth:80%;}

/* Vlad -- these control the runtime rendering */
.wms-FormContainer { color:black; clear:both; }

.wms-FormElement { text-align:center; width:100%;}
.wms-FormElement th { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; text-align:right; width:30%; vertical-align:top;}
.wms-FormElement td {
	text-align: left;
	width: 70%;
	vertical-align: top;

}
.wms-FormElement td .scale { width:100%; }
.wms-FormElement td textarea { width:100%; height:6em;}

.wms-FormElement .radiobutton { clear:both; margin-bottom: 5px;}
.wms-FormElement .radiobutton label { display:block;  padding-bottom: 2px; }
.wms-FormElement .radiobutton input { float:left;  }

.wms-FormElement .required th { color: red; }
.wms-FormContainer div.required { color: red; }

/* //Vlad  */

.wms-FormElement-design { border:solid 1px #aaa; }
div.liner { height: 0px; width:32px; border: dotted 2px black;}