 			body{
 				background:#552211;
 				padding:0px;
 				font-size:14px;
 			}
 			#main_content{
 				background: #ffeeee;
 				color:#110000;
 				padding:15px;
 				margin-top:5px;
 				margin-left:25px;
 				margin-right:25px;
 				border:2px inset black;
 				position:absolute;
 				left:0px;
 				right:0px;
 				top:35px;
 			}
       .box{
          margin:5px;
          padding:5px;
          border:1px outset red;
       }
       label{
          padding-right:5px;
       }
 			h1{
 				font-size:12px;
 			}
 			.add{
 				background: url("images/add.png");
 			}
 			.edit_user{
 				background: url("images/user_edit.png");
 			}
 			.link{
 				background: url("images/link_go.png");
 			}
 			.transfer{
 				background: url("images/moneytransfe.png");
 			}
 			.find{
 				background: url("images/find.png");
 			}
 			.print{
 				background: url("images/printer.png");
 			}
 			.button{
 				width:20px;
 				height:20px;
 				padding:0px;
 				margin:2px;
 			}
 			.error{
 				border: 1px inset yellow;
 				color: yellow;
 				margin: 1px;
 				padding: 2 2 2 25px;
 				background-color: Black;
 				background-image: url(images/error.png);
 				background-position: left;
 				background-repeat: no-repeat;
 			}
 			.label{
 				margin-top: 6px;
 				font-style: italic;
 			}
 			input{
       
            margin-bottom:5px;
 			}
 			.header1{
 				border-bottom: 3px solid Red;
 				border-right: 2px solid Red;
            padding-right:12px;
            padding-bottom:4px;
 				font-style: italic;
 				font-size: 48px;
 				color: Red;
 			}     
 			.header2{
 				border-bottom: 1px solid Red;
            padding:8px;
 				font-style: italic;
 				font-size: 24px;
 				color: Red;
 			}
         .block_content{
         }
         .odd{
            background-color: #eedddd;
         }     
         table{
            border:1px inset black;
         }
         a, a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}
#home_button{
   position:absolute;
   right:20px;
   top:15px;
   width:25px;
   height:25px;
   border:1px outset gray;
   //neeed to add home image 
 	background-image: url("images/home.png");
}
.admin_button{
   position:absolute;
   right:50px;
   top:15px;
   width:25px;
   height:25px;
   border:1px outset gray;
   //neeed to add home image 
 	background-image: url("images/user_edit.png");
}
#captcha_image{
   width:166px;
   height:75px;
   border:1px inset gray;
   margin:5px;
}
table td { 
  display: table-cell;
  vertical-align: top; 
}
.shaded{
   background-color: #66112244;
   border:1px inset black;
   box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.61);
-webkit-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.61);
-moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.61);
}   
