﻿.admin:before {
   background-image: none;
}
.err {
   font-weight: bold;
   color: #ff0000;
}
.msg {
   font-weight: bold;
   color: #009900;
}
label {
   float:left;
   width: 225px;
}

input[type="submit"] {
  padding: 4px;
  border: solid 1px black;
}
input[type="submit"]:hover {
  background-color: white;
  cursor: pointer;
}

.txt245 {
   width: 245px;
}

.tx300 {
   width: 300px;
}

.txt600 {
   width: 600px;
}

.txtH48 {
   height: 48px;
}

.txtH220 {
   height: 220px;
}

.txtH600 {
   height: 600px;
}


div#adminTrail {
   border-bottom: solid 1px red; 
}

div#divLogout {
   float:right;
}

div#adminDiv {
   margin-top: 25px;
}

   div#adminDiv p {
      display:block ;
   }


