/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/ width:150px; font-size:11px; padding:2px 3px; border:1px solid #CCC; }
.cssform textarea{ width:150px; height:65px; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:2px 3px; border:1px solid #CCC; }
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{ margin-left:3px; }


/* = form ---------------------- */
