body { width:860px; }
button { width:180px; }
select,input[type="text"] { width:150px; }
td input[type="text"] { width:90%; }

body { background : #fff; }
button { background : #fff; }
button:hover { background : #ab0; }
thead,tfoot,select,input[type="text"] { background:#eee; }

body { color:#333; }
select,input[type="text"],thead,tfoot { color:#555;}
button { color:#ab0;}
button:hover { color:#fff; }
h1 { color : #888; }
h2,a:hover,h4,h5 { color:#ab0; }
em { color:#9a0; }
a { color:#333; }
.greentext,.greenbg { color : #ab0; }
.redtext,.redbg { color : #f50; }

table,thead,tfoot,tbody,tr,td,select { border:1px solid #888; }
input[type="text"] { border-left:1px solid #888; }
button,input[type="text"] { border:1px solid #888; }
button:hover { border:1px solid #555; } 
.cache, .cache td, .cache tr { border:0; }
.redborder { border:1px solid #f70!important; }
.greenborder { border:1px solid #ac0!important; } 

h3 { border-bottom:1px dotted #888;border-top:1px dotted #888; } 

.redbgd h4 { border-bottom:1px solid #f70!important; }
.greenbgd { border-bottom:1px solid #ac0!important; } 

button { display:block; }

