/* CSS Document */

/* with :focus and :hover for fieldset, input and textarea - special effects are not visible with ie, sorry */
/* sabine brings - www.brings-online.com - a form with style - www.cssplay.co.uk */



form#two input {border:1px solid #999999;  margin-bottom:5px; width:280px; background:#e9eaea;color:#999999;}
form#two input:hover { background:#ffffff; border:1px solid #999999; color:#999999;}
form#two input:focus {background:#ffffff; border:1px solid #999999; color:#999999;}


form#two textarea {width:280px; height:15em; border:1px solid #999999; padding:5px; overflow-x:auto; background:#e9eaea;color:#999999;font-family:verdana, arial, sans-serif;font-size:11px;}
form#two textarea:hover { background:#ffffff; border:1px solid #999999; color:#999999;}
form#two textarea:focus {background:#ffffff; border:1px solid #999999; color:#999999;}



form#one input {border:1px solid #333399;  margin-bottom:5px; width:275px; background:#fffecb;color:#999999;}
form#one input:hover { background:#33cc33; border:1px solid #333399; color:#fff;}
form#one input:focus {background:#33cc33; border:1px solid #333399; color:#000000;}


form#one textarea {width:318px; height:15em; border:1px solid #333399; padding:5px; overflow-x:auto; background:#fffecb;color:#606060;font-family:verdana, arial, sans-serif;font-size:11px;}
form#one textarea:hover { background:#33cc33; border:1px solid #333399; color:#fff;}
form#one textarea:focus {background:#33cc33; border:1px solid #333399; color:#000000;}



