﻿.workforce
{   
    background: url(./image/bg.jpg) top repeat-x;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    width: 700px;
    color: rgb(100,95,78);
    text-align: center;
    position: relative;
}
#content
{
    margin-top: 30px;
}

div#header
{      

}

div.Hidden
{
    visibility: hidden;
}

#ddlist
{
    padding-top: 30px;
    padding-bottom: 20px;
    width: 700px;
}

div#map
{
    background: url(./image/shadow.png) top no-repeat;
    padding-top: 5px;
    padding-bottom: 20px;
}

div#footnote
{
    padding-right: 150px;
    padding-left: 150px;   
}
h4
{
    font:bold 11px/12px Arial, sans-serif;
    color: rgb(112,106,85);
    padding:0px 0px 0px 0px;
    margin: 0px 0px 7px 0px;
    
}

.float_left
{
    float:left;
}
.float_right
{
    float: right;
}
.center
{
    margin-left: auto;
    margin-right: auto;
}
#leftContain
{
    width: 206px;
    text-align: left;
}
.button
{
    position: relative ;
    top: 2px;
    
}

.txtBox
{
    height: 18px;
    background: url(./image/txtBoxBG.jpg) top repeat-x;
    border-top: solid 1px rgb(29,96,143);
    border-bottom: solid 1px rgb(38, 152, 232);
    border-left: solid 1px rgb(29,96,143);
    border-right: solid 1px rgb(38, 152, 232);    
    width: 200px;
}
.txtBox:hover
{
    height: 18px;
    background-image: none;
    background: white;
    border-top: solid 1px rgb(29,96,143);
    border-bottom: solid 1px rgb(38, 152, 232);
    border-left: solid 1px rgb(29,96,143);
    border-right: solid 1px rgb(38, 152, 232);    
    width: 200px;
}
.txtBox:focus
{
    height: 18px;
    background-image: none;
    background: white;
    border-top: solid 1px rgb(29,96,143);
    border-bottom: solid 1px rgb(38, 152, 232);
    border-left: solid 1px rgb(29,96,143);
    border-right: solid 1px rgb(38, 152, 232);    
    width: 200px;
}

.dd
{
    height: 18px;
    background: url(./image/txtBoxBG.jpg) top repeat-x;
    border-top: solid 1px rgb(29,96,143);
    border-bottom: solid 1px rgb(38, 152, 232);
    border-left: solid 1px rgb(29,96,143);
    border-right: solid 1px rgb(38, 152, 232);    
}
a:link
{
    color: rgb(31,104,155)
}
a:visited
{
    color: rgb(31,104,155)
}
a:hover
{
    color: rgb(31,104,155)
}


