/* CSS Document */

#search_field {position: relative; top: 2px;}
.leftcol {float: left; width: 49%; min-width: 49%;} /* fixed */
.rightcol {float: left; width: 49%; min-width: 49%;} /* fixed */

/* errors on forms */

label.error {
display: list-item;
color: #ff0600;
font-size: 12px;
list-style-position: inside;
padding: 5px 0 0;}
