body{background-color:#363C41;font-family:Tahoma;}
#header{background-image:url(../_images/header.png);background-repeat:no-repeat;background-position:center top;height:152px;margin-left:auto;margin-right:auto;}
#main-nav{background-image:url(../_images/menu.png);background-repeat:no-repeat;background-position:center top;height:35px;margin-left:auto;margin-right:auto;position:relative;}
#nav-header{background-repeat:no-repeat;background-position:center top;height:31px;margin-left:auto;margin-right:auto;position:absolute;}
#content{background-image:url(../_images/body.png);background-repeat:repeat-y;background-position:center top;padding:20px 50px 20px 140px;font:14px Tahoma;text-align:justify;margin-top:10px;}
#page-container{width:1200px;margin:auto;}
#footer{background-image:url(../_images/footer.png);background-repeat:repeat-y;background-position:center top;height:25px;}
.hideme{visibility:hidden;z-index:-1;}

.textbox { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 275px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

.textbox1 { 
    border: 1px solid #c4c4c4; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox1:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}