#darkenback {
position:absolute;
left:0px;
top:0px;
z-index:-400;
background-color: rgb(0, 0, 0);
background-repeat:repeat;
width: 102%;
height: 100%;
filter: alpha(opacity=50);
opacity: 0.5;
visibility:hidden;

}


#downloaddetails {
position:absolute;
color: #666;
left:400px;
top:200px;
width:400px;
height:160px;
background-color: rgb(173, 173, 173);
z-index:-399;
visibility:hidden;

}

#formborder{
position:absolute;
left:5px;
top:5px;
bottom:5px;
right:5px;
background-color: rgb(229, 229, 229);
width: 390px;
height: 150;
}
#formatform {
position:absolute;
left:5px;
top:5px;
bottom:5px;
right:5px;
background-color: rgb(229, 229, 229);
width: 380px;
height: 140;
color:blue;
}