html {
  background-color : #A9A9A9;
}

body {
  background-color : #FFFFFF;
  border           : 1px solid #000080;
  min-height       : 500px;
  margin           : 0px auto;
  width            : 800px;
}

img {
  border : none;
  border-bottom : 1px solid #000080;
}

input {
  font  : normal normal normal 14px Serif;
  width : 200px;
}

div#PageTitle {
  color    	    : #000080;
  font          : italic normal bold 24px "Arial Black", Arial, Sans-Serif;
  margin-bottom : 10px;
  text-align    : center;
}

div#ErrorStatement {
  color       : #FF0000;
  font        : normal normal bold 26px Serif;
  height      : 65px;
  margin-left : 20px;
  width       : 760px;
  text-align  : center;
}

table#LoginBox {
  background-color : #000080;
  border           : 3px double #8080FF;
  color            : #FFFFFF;
  margin-bottom    : 20px;
  margin-left      : 250px;
  margin-top       : 10px;
}

table#LoginBox .BoxTitle {
  font       	  : normal normal bold 20px Arial, Sans-Serif;
  padding-bottom : 10px;
  text-align 	  : center;
}

table#LoginBox .RowLabel {
  font-weight    : bold;
  padding-bottom : 10px;
  padding-left   : 5px;
  padding-right  : 5px;
}

table#LoginBox .InputField {
  padding-right : 10px;
}

table#LoginBox .ButtonRow {
  padding-bottom : 10px;
  padding-top    : 10px;
  text-align     : center;
}

div.Clear {
  clear : both;
}

