#bgBlack{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../imgs/overlay.png);
    z-index:100;
}
#bgBlackContainer{
    width:400px;
    height:500px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-250px;
    background:url(../imgs/bg_form.png);
}
fieldset{
    position:relative;
    top:35px;
    left:-5px;
    _left:0;
    width:300px;
    margin:0 auto;
    font-size:11px;
    color:#376603;
    border:0;
}
label{
    display:block;
    width:300px;
    margin-top:10px;
}
input, textarea{
    width:300px;
    font-size:11px;
    color:#376603;
    padding:3px;
}
select{
    width:310px;
    font-size:11px;
    color:#376603;
    padding:3px;
}
textarea{
    height:175px;
}

a, a:visited{
    font-size:11px;
}