/* Custom CSS for Park Permit Request page */

* { font-size: 11px !important; line-height: 16px; }

span.parkitem { height: 18px; visibility: visible; display: block; text-decoration: underline; cursor: hand; } /* IE needs cursor property here */
span.parkhidden { visibility: hidden; display: none; }
span.parkitem:hover { cursor: pointer; text-decoration: none; }

#parklist { padding: 10px; border: solid 1px #666; background: #EFEFEF; float: left; width: 145px; }
#parkarrow { background: url('../assets-images/right-arrow.gif') no-repeat; width: 35px; height: 105px; margin: 35px 1px 0 1px; float: left; }
#parkschosen { padding: 10px; border: solid 1px #666; background: #EFEFEF; float: left; width: auto; margin: 0 0 0 0; }
#parkschosen p { margin: 0 0 10px 0;}
#request-form td { padding: 5px; margin: 3px; }
#resetParks { font-size: 12px; width: 135px; }
ol li { margin-left: 5px !important; }
