html {
width:100%;
height:100%;
font: 10pt "Century Gothic","Tahoma","Arial";
}
body
{
width:100%; height:100%;
padding:0;
margin:0;
}
.content
{
height:100%%; /* takes rest left from command-bar */
background-color:window;
padding:10px;
}
#command-bar
{
padding:10px;
border-top:1px solid threeddarkshadow;
background-color:threedlight;
text-align:center;
}
.text-button
{
margin:2px;
padding:2px;
border:1px solid transparent;
behavior:command;
font-size:10pt;
display:inline-block;
}
.text-button:hover
{
border:1px solid threedshadow;
background-color:infobackground;
}