﻿body 
{
    border:0px;
    padding:0px;
    margin:0px;
    background:#361401 url(../images/login/bkg.png) no-repeat center 45px;
    font:16px Trebuchet MS, sans-serif, georgia, verdana, arial;
    color:#361401;
    font-weight:bold;
}



.wrapper{
     width:251px; /* same width as tag */
     margin:0px auto;
     }

.tag
{
    background:url(../images/login/tag.png) no-repeat;
    width:251px;
    height:526px;
    position:relative;
    top:-50px;
    left:-250px;
    }


.content /* this is the available content area within the tag */
{
    position:relative; 
    text-align:center;
    /* border:solid 1px red; */
    width:230px; 
    height:260px; 
    left:12px; 
    top:255px;
    }


.innertube
{
    padding:45px 10px 10px 10px;
    }

 
 .textbox
 {
     background-color:#f1e9c4;
     color:#361401;
     width:170px;
     height:18px;
     border:solid 2px #4e2d16;
     padding:3px;
     font-size:15px;
 }
 
 .centered table td
 {
    padding: 2px 0px;
 }

