
#filter
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #CCA;
    z-index:10;
    opacity:0.5;
    filter: alpha(opacity=50);
}


#box 
{
    display: none;
    position: absolute;
    top: 10%;
    left: 33%;
    width: 300px;
    height: 410px;
    padding: 48px;
    margin:0;
    border: 2px solid black;
    background-color: white;
    z-index:101;
    overflow: hidden;
}

#box form input {
    margin-left:4px;
    width:180px;
    height:12px;
}

#box .blackbox {
    background-color:#000000;
    border:1px solid #000000;
    color:#ffffff;
    height:20px;
    width:120px;
    margin-left:12px;
}

/*
#box form table tr td {
    *height:10px;
    *margin:0px;
    padding:0px;
}*/



