@charset 'UTF-8';
form#commentForm + div#breadcrumb,
form#commentForm + h2 {
}
form#commentForm {
}
form#commentForm div.elData {
}
form#commentForm fieldset {
    padding:10px 0 0 0;
}
form#commentForm fieldset legend {
    color:#CCCCCC;
    font-size:14px !important;
}
form#commentForm fieldset label {
    font-size:14px !important;
    width:250px;
}
form#commentForm div.elData div.inWp {
    background:url(img/campo.png) no-repeat;
    height:45px;
	padding:10px;
    width:272px;
}
form#commentForm div.elData div.inWp input {
    background:none;
    border:none;
    height:21px;
    width:249px;
}
form#commentForm div.elData div.inWpTa {
    background:url(img/campota.png) no-repeat;
    height:45px;
	padding:10px;
    width:272px;
}
form#commentForm div.elData div.inWpTa textarea {
    background:none;
    border:none;
    height:90px;
}
