/* forms.css */
fieldset {width:20%;padding:1.5em;}
legend {font-weight:bold;font-size:1.2em;color:#336799;}
label {font-weight:bold;color:#336799;}
input.input_text, input.button, textarea, select {width:50%;margin:0.25em 0;margin-left:25%;display:block;position:relative;top:-18px;font-style:italic;color:#041c50;border:1px solid #336799;background-color:#e0ecef;}
textarea {width: 70%;margin:0.25em 0;top:0px;}
input.button {color:#fff;background:#1d2c03 url(button.png) center repeat-x;}

.ddd {font-style:italic;color:#041c50;border:1px solid #336799;background-color:#e0ecef;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


