  .btn {width:100px;height:27px;margin-bottom:35px;margin-top:10px}
  .sendButton {width:80px;padding:1px}

  input.textBox {width:320px;display:box}
  textarea.smallTextArea {width:320px;height:100px;display:box;margin-bottom:20px;}
  textarea.largeTextArea {width:99%;height:250px;display:box;margin-bottom:20px}
  div.help {font-style:italic;font-size:95%;margin-bottom:10px;}
  label {font-weight:bold;display:box;}
  
  
  div.label {
    margin-right:5px;
    margin-top:15px;
    background:rgb(232,240,247);
    border:1px solid rgb(198,198,255);
    border-bottom:1px solid transparent;
    padding:4px;
  }
  
  div.input {
    margin-right:5px;
    border:1px solid rgb(198,198,255);
    border-top:0px;
    padding:4px;
    padding-top:10px;
    padding-bottom:10px
  }

  input.chk {
    position:relative;margin-top:9px;top:3px;
  }

  input.readonly {
  	background-color:#e0e0e0;
  	color:gray;
  }
  
  /* Box */  
  div.box_outer {padding:0px;margin-bottom:5px;}
  table.box_inner {padding:0px;margin:0px;width:100%;height:100%}
  td.box_head_1 {width:8px;height:10px;background:url(/images/border/tlh.png);background-repeat:no-repeat;}
  td.box_border {background:url(/images/border/th.png);background-repeat:repeat-x;padding-top:7px;padding-bottom:1px;padding-left:1px;margin-bottom: 0px;text-align: left;font-family: Arial,Helvetica,sans-serif;font-style: normal;font-variant: normal;font-weight: bold;font-size:12pt;line-height: normal;font-size-adjust: none;font-stretch: normal;color: rgb(255, 255, 255);}
  td.box_head_2 {width:8px;background:url(/images/border/trh.png);background-repeat:no-repeat}
  td.box_nohead_1 {width:6px;height:8px;background:url(/images/border/tl.png);background-repeat:no-repeat;background-position:1px}
  td.box_nohead_border {background:url(/images/border/t.png);background-repeat:repeat-x;font-size:0pt;color: rgb(255, 255, 255);}
  td.box_nohead_2 {width:6px;background:url(/images/border/tr.png);background-repeat:no-repeat}
  td.box_content {background:url(/images/border/l.png);background-repeat:repeat-y;background-position:1px}

  td.box_r {background:url(/images/border/r.png);background-repeat:repeat-y;background-position:4px}
  td.box_bl {font-size:0pt;width:8px;height:8px;background:url(/images/border/bl.png);background-repeat:no-repeat;background-position:1px 0px}
  td.box_b {font-size:0pt;background:url(/images/border/b.png);background-repeat:repeat-x;background-position:0px 5px}
  td.box_br {font-size:0pt;width:8px;background:url(/images/border/br.png);background-repeat:no-repeat}
