/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, pre, abbr, acronym, address, code, del, dfn, em, img, q, fieldset, form, label, legend {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}
caption {text-align:left;font-weight:normal;}
a img {border:none;}

/* forms.css */
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc; border:none;}
legend {font-weight:bold;font-size:1.2em; border:none}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #ccc;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#555;}
input.text, input.title {width:60%;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:60%;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.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;}