/* CSS Corrected by Ruben Alves - Mars 2010 */

/* This CSS sets the default styles for forms. */
fieldset {border: 0px solid #ccc;padding: 0px;}
.ie fieldset {padding-top: 0px;}
legend {color:#483F14;font-size:22px; padding:7px 0px 0px;font-family: georgia;font-weight: normal; letter-spacing:1.5px;}
input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {background: #fff url(../images/forms/input_shadow.png) no-repeat;border: 1px solid #aaa;border-left-color: #777;border-top-color: #777;font: 11px arial,'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;padding: 0.3em;}
select {padding: 0.3em;}
input[type="image"] {background: transparent none;border: none;	padding: 0px;}
input[type="submit"], input[type="button"], input[type="reset"] {background: #FAFAFA url(../images/forms/button.png) repeat-x;border: 3px double #999;border-left-color: #ccc;border-top-color: #ccc;color: #333;font-weight: bold;padding: 0.3em;}

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {border: 1px solid #aaa;border-left-color: #777;border-top-color: #777;font-family: 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida','Arial,Verdana','sans-serif';padding: 0.3em;}
.ie6 input.submit, .ie6 input.button {background: #FAFAFA url(../images/forms/button.png) repeat-x;border: 3px double #999;border-left-color: #ccc;border-top-color: #ccc;color: #333;font-weight: bold;padding: 0.3em;}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {  background: url(../images/forms/input_shadow.png) no-repeat;border: 1px solid #aaa;border-left-color: #777;border-top-color: #777;font-family: 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida','Arial','Verdana,sans-serif';padding: 0.3em;}
