﻿div#pageBody { width:837px; }
 
  div#pageHeader { width:837px; }
  
div#formHeading {
  background-image:url('/_lib/images/chrome/formHeading.gif');
  background-repeat:no-repeat;
  background-position:left bottom;
  width:899px;
  height:63px;
  padding-top:152px;
  text-align:right;
}
div#formHeading span {
  color:#ffffff;
  font-size:large;
  font-weight:bold;
  line-height:35px;
  padding-right:20px;
}

div#pageFooter { 
    clear:both;
    padding:10px 0px 10px 10px;
    font-size:10px;
    background:url('/_lib/images/chrome/contentFootSml.gif');
    background-repeat:no-repeat;
    background-position:left top;
    background-color:#000000;
    color:#660066;
}

div.noticeBox {
  width:500px;
  background-color:#dddddd;
  padding:10px;
  border: 1px solid #cccccc;
  border-radius:10px 10px 0px 0px;
  -moz-border-radius:10px 10px 0px 0px;
  -webkit-border-radius:10px 10px 0px 0px;
}


table.formTable {
  width:800px;
  margin-top:20px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  /*border: 1px solid #cccccc;
  border-radius:10px 10px 0px 0px;
  -moz-border-radius:10px 10px 0px 0px;
  -webkit-border-radius:10px 10px 0px 0px;*/
}

table.formTable th {
  padding:0px 0px 0px 5px;
}

table.formTable td {
  padding:5px 2px 5px 5px;
}

table.formTable td.leftFormCell { width:200px; font-weight:bold; text-align:left; }
table.formTable td.requiredCell { text-align:center; color:#ff0000; }
table.formTable td.rightFormCell { text-align:left; }

.required, .notrequired { color:#ff0000; vertical-align:top; float:left; padding-top:5px }
.notrequired {	visibility:hidden } /* used for spacing - leaves the space for a * but doesn't show it */


div#formButtons {
  text-align:right;
  padding:10px;
  height:35px;
  width:790px;
}

input.btnCloseWindow, input.btnSubmitForm {
  background-repeat:no-repeat;
  height:32px;
  border:0px;
  cursor:pointer;
}

input.btnCloseWindow {
   background-image:url('/_lib/images/buttons/btnCloseWindow.jpg');
   width:123px;
}

input.btnSubmitForm {
   background-image:url('/_lib/images/buttons/btnSubmitForm.jpg');
   width:90px;
}

.required { color:#ff0000; }


