/* 
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.

*/

.entry img  {
	border:none;
}

#wpcf label {
clear: both;
    display: block;
    float: left;
    width: 141px;

}
#wpcf input {
 float: left;
    margin: 2px 5px 2px 0;
    padding: 1px;
    width: 200px
}
#wpcf select {
 float: left;
    margin: 2px 5px 10px 0;
    padding: 1px;
    width: 203px
}

#wpcf textarea {
height: 100px;
    margin: 0 5px 10px 0;
    padding: 1px;
    width: 350px;
}
#wpcf #contactsubmit {
	width: 100px;
}
.margin10top {
    margin-top: 10px;
overflow:hidden;
clear:both;
}
.form_cc label {
    width: 166px !important;
}
.sum_form label {
    width: 159px !important;
}
.sum_form input {
    width: 100px !important;
}
.form_cc input {
    width: 10px !important;
}

