/* 
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#coldform * {
    padding: 0;
    margin: 0;
    border: 0;
}
div#coldform {
    font-family: Tahoma;
    background-color: #484848;
    border: 3px solid #000000;
    font-size: 10px;
    margin: 11px 0;
    width: 500px;
    color: #777;
}
div#coldform fieldset {
    border: 0 none;
    display: block;
    clear: both;
}
div#coldform legend.hide {
    display: none;
}

}
.input:focus, textarea:focus { 
    border: 1px solid #777; 
    color: #aaa;
}


div#coldform label.label {
    font-size: 1.1em;
    display: block;
    margin: 5px 0;
    padding-top: 5px;
    width: 177px;
    clear: left;
    float: left;
}

div#coldform label.label2 {
color:#888888;
display:block;
font-family:Tahoma;
font-size:12px;
padding-bottom:10px;
width:463px;
float:left;
clear:left;

}

  
div#coldform input.input {
    font-family: Tahoma;
    border: 1px solid #7B7B7B;
    background: #222;
    padding: 3px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 300px;
    color: #888;
    clear: right;
    float: right;
}

div#coldform textarea#coldform_message
 {
    font-family: tahoma;
    border: 1px solid #7B7B7B;
    background: #222;
    padding: 1px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 470px;
    color: #888888;
    clear: right;
    float: right;
}


div#coldform input.submit {
   font-family: Tahoma;
    border: 1px solid #7B7B7B;
    margin: 7px 10px 10px 0;
    background: #222;
    font-size: 12px;
    cursor: pointer;
    display: block;
    padding: 3px;
    width: 308px;
    color: #888;
    clear: right;
    float: right;
}


div#coldform input.check {
display:block;
margin: 0;
padding-bottom: 5px;
width:37px;
float:right;
clear:right;
}
