div.opinie{
font-size: 14px;
}


div.opinie div{
float: left;
}
/*
div.opinie span{
float: left;
width: 100%;
padding: 5px 0px 5px 0px;
}

div.opinie span label{
float: left;
width: 200px;
}

div.opinie span input{
float: left;
}

div.opinie span input.star{
float: left!important;
}
*/
.content .opinie-form{
width: 100%;
}

.content .opinie-form > div {
    float: left;
}
.content .opinie-form .errorBox {
    width: 100%;
    text-align: center;
    color: #990000;
    display: none;
}
.content .opinie-form label, .content .opinie-form input, .content .opinie-form textarea {
    float: left;
    clear: both;
}
.content .opinie-form label {
margin: 5px 20px 5px 0px;
}

.content .opinie-form label.error, .content .opinie-form label.error1{
color: red;
}

.content .opinie-form input {
	width: 200px;
    border-radius: 8px;
    height: 14px;
    padding: 4px 8px;
    margin: 2px 0px 5px 0px;
    border-style: ridge;
}
.content .opinie-form textarea {
    width: 300px;
    height: 110px;
    border-radius: 8px;
    float: left;
    clear: both;
}
.content .opinie-form button, .content .opinie-form input[type='submit'] {
    background: url("../image/nav_bg.png") repeat-x top;
	width: auto;
    height: 40px;
    padding: 0 30px;
    color: #FFF;
    border-radius: 8px;
    float: right;
    margin-top: 20px;
	cursor: pointer;
}

.g-recaptcha{
margin: 20px 0px 0px 0px;
clear: both;
}

.opinie_lista{
float: left;
width: 100%;
}

.opinie_lista h5{
margin: 10px 0px 0px 0px;
float: left;
width: 100%;
padding: 10px 5px 10px 5px;
font-size: 20px;
font-weight: bold;
border-top: solid #888888 2px;
}

.opinia{
float: left;
clear: both;
width: 100%;
border-bottom: dotted  #888888 1px;
padding: 5px 5px 5px 5px;
font-size: 14px;
}

.opinia_naglowek{
float: left;
clear: both;
width: 100%;
padding: 5px 5px 5px 5px;
}

.opinia_naglowek span{
float: left;
display: inline-block;
padding: 0px 5px 0px 0px;
}

.opinia .nick{
color: #5e5e5e; 
font-size: 16px;
font-weight: bold;
}


.opinia .data{
color: #5e5e5e; 
font-size: 12px;
float: right;
}




