div.BorderStyle
{ background-color:#EEEEEE;
  border-bottom:5px #c3c3c3;
  margin:2px;
  padding:2px;
  width:150px;
}

div.iCSSBorderDialogBody
{ border:solid black 1px;
  background-color:#EFEFFF;
  margin:1px auto;
  text-align:left;
  font-size:85%;
  padding:0px 5px 0px 5px;
}


table.iCSSBorderDialogTable
{ text-align:left;
  margin:0px auto;
  table-layout:fixed;
}

tr.iCSSBorderDialogLabels
{
}

tr.iCSSBorderDialogInputs
{
}

th.iCSSBorderDialogLabelCol
{ width:125px;
  text-align:center;
  border:solid Black 1px;
}

td.iCSSBorderDialogInputCol
{ width:50px;
  padding-left:2px;
  padding-right:2px;
}

td.iCSSBorderDialogUnitsCol
{ width:75px;
  padding-right:2px;
}

input.iCSSBorderDialogInput
{ width:50px;
}

