body {
margin:1px;
}
.TopChrome {
background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
width: 100%;
height: 26px;
color:white;
font-family:verdana;
font-size:14px;
}
.ProgressBarWrapper {
position: fixed;
width: inherit;
border-style:none;
background-color: #555;
}
.ProgressBar {
position: fixed;
width: 0%px;
background-color: #F24;
padding-right: 0px;
}
Button, input.Button {
border-style:none;
color:#eee;
height: 22px;
background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
;
}
Text, input.Text {
border-width:0px;
color:#eee;
background-color:transparent;
}
.BottomChrome {
background: -webkit-gradient(linear, left top, left bottom, from(#242), to(#131), color-stop(0.3, #aca), color-stop(0.5, #575));
width: 100%;
height: 26px;
color:white;
font-family:verdana;
font-size:14px;
}
.PopChrome {
background-color:grey;
width: 300px;
height: 400px;
}