.buttonBar { height: 50px; background: #eee; border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; padding: 2px; }
.buttonBar .button { border: 1px solid #eee; font: menu; float: left; width: 75px; height: 100%; text-align: center; cursor: pointer;}
.buttonBar .button.disabled { filter: alpha (opacity=30); -moz-opacity: 0.30; cursor: default; }
.buttonBar .button.over { background: #ffffe1; border-left: 1px solid #fff; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #fff;   }
	
#cmsForm { background: #fafafa; border: 1px solid #ccc; }
#cmsForm .header { width: 100%; background: #eee; border-bottom: 1px solid #ccc; height: 20px; text-align: right; }
#cmsForm TABLE .label { font: menu; }
#cmsForm TABLE .field { padding-left: 20px;}
#cmsForm .buttonBar { width: 468px; border-left: 0px solid #aaa; border-bottom: 0px solid #aaa; border-right: 0px solid #aaa; border-top: 1px solid #aaa; }
#formcontent { height: 250px; overflow-y: auto;}

#formLoading{ font: menu; width: 100px; text-align: right; padding-right: 5px; padding-top: 5px; }
#mandatory{ font: menu; padding-bottom: 5px; padding-left: 5px; width: 300px; }

.bwfilefield { }
.bwfilefieldlink, .bwfilefieldlink:hover { font: menu; color: #444;text-decoration: none; }
.bwfilefieldlink:hover { text-decoration: underline; }
.bwfilefieldbody { background: #fafafa; }
.bwfilefieldbody .bwlabel { font: menu; color: #444 }

