body{
background-color:#000;
height:800;
width:600;
color:#000;
font-size:12px;
font-family:'Arial';
}

table{
background-color:rgba(100,100,100,0.2);
margin-top:200px;
margin-left:15px;
width:600;
}

page {
background:url("http://www.wowherald.com/wrath/ill.png") no-repeat right top;
}

td {
padding:2px;
}

input{
color:#fff;
background:#000;
background-color:-webkit-gradient(linear,left top,left bottom, from(#000), to(#fff);
background-color:-moz-linear-gradient(top, rgb(0,0,0), rgb(255,255,255));
}