input, select, textarea{
background:#ffffff;
border:1px #999999 solid;
font-family:verdana;
font-size:11px;
}

#alertbox1{
position:absolute;
bottom:350px;
left:400px;
display:none;
width:300px;
height:100px;
background-color:#cccccc;
z-index:99;
border:1px #999999 solid;
font-family:verdana;
font-size:11px;
filter: Alpha(opacity=90);
opacity: 0.9;
-moz-opacity: 0.9;
}

#alertboxheader{
height:20px;
color:#fff;
width:300px;
background-color:black;
}

#alertbutton{
cursor:pointer;
position:absolute;
top:75px;
left:125px;
background-color:#666666;
width:50px;
height:18px;
text-align:center;
color:#ffffff;
}

.alertboxcontinue{
color:#ffffff;
}

.alertboxcontent{
height:20px;
color:#000;
width:280px;
}