/* a nifty css hack to get the form tag displayed the way I think it should be */
form { display:inline; }

/* some very global classes, usefull and handy */
.red { color: #990000; }
.fullwidth { width: 100%; }

/* style for the sidebar go buttons */
input.go_button { width: 25px; }
