/* CSS: FORMS */

form.options {
/*width:250px;*/
background:url(/img/txt_options.gif) 3px 3px no-repeat;
border:2px solid #999966;
border-top-color:#FFFFCC;
border-left-color:#FFFFCC;
background-color:#CCCC99;
margin:0;
padding:0;
padding-top:15px;
padding-left:8px;
padding-right:8px;
font-size:100%;	/* 13px */
}

input[type=text] {
font-family:courier,monospace;
font-size:100%;	/* 13px */
}

/* FORM CHECKBOXES and RADIOs */
span.adjtop {
position:relative;
top:-2px;
}

/* SUBMIT BTN */
input.gobtn {
width:100%;	/* 220px */
margin-top:4px;
margin-bottom:4px;
font-weight:bold;
}
