/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

.form label       { font-weight: bold; }
.form fieldset    { padding:o; margin: 0 0 1.5em 0; border: 0 none; }
.form legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

.form input[type=text],
.form input.text, input.title, 
.form textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
.form input[type=text]:focus, 
.form input.text:focus, input.title:focus, 
.form textarea:focus, select:focus { 
  border-color:#666; 
}

.form input[type=text], 
.form input.text, input.title,
.form textarea, select {
  margin:0.5em 0;
}

.form input.text, 
.form input.title   { width: 300px; padding:5px; }
.form input.title   { font-size:1.5em; }
.form textarea      { width: 390px; height: 250px; padding:5px; }

.form input[type=checkbox], input[type=radio], 
.form input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

.form form.inline { line-height:3; }
.form form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.form .error,
.form .notice, 
.form .success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.form .error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.form .notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.form .success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.form .error a    { color: #8a1f11; }
.form .notice a   { color: #514721; }
.form .success a  { color: #264409; }


/* Featured Products
-------------------------------------------------------------- */



#category .middle .box .text{
width:80px;
}
