/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

  div.sec {
    max-width:800px;
  }

  div.sec div.block {
    line-height:250%;
  }
  input[type="submit"] {
    font-weight:bold;
  }
   
  .block input[type="text"] {
    font: 15px "Arial", "Trebuchet MS", Verdana, sans-serif;
    color:#04a;
    margin:2px;
    padding:1px;
    width:170px;
    border-top:none;
    border-left:none;
    border-left:1px solid #fff;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ccc;
    }
  .block textarea {
    border-top:none;
    border-left:none;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ccc;
    width:140px;
    margin-top:-18px;
    height:1.2em;
    font: 15px "Arial", "Trebuchet MS", Verdana, sans-serif;
    color:#999;
    overflow: hidden;
  }
    .block input[type='text']:hover, .block textarea:hover {
    background-color:#f4f4f4;
  }    
