@import 'base.css';

#top { background-image: url(../images/top/contact.jpg); }

#left .links { font-size: 11px; line-height: 15px; }
#left .links span { font-size: 10px; }
#left .links a { color: #fff; }
#left .links span a { color: #ccc; }
#left a:hover, #left .links a:hover { color: #88bb41; }

#contactform { float: left; }
#contactform, #contactform input, #contactform select, #contactform textarea { font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #525252; text-transform: uppercase; }
#contactform table { position: relative; left: -8px; }
#contactform table input, #contactform table select, #contactform table textarea { width: 185px; padding: 4px; }
#contactform table input.sub { width: 88px; padding: 0; }
#contactform table textarea { height: 82px; }
#contactform table select { width: 197px; }
