body{ }

#wp-testimonial-container{
    border: 1px solid #CCC;
}

#wp-testimonial-container dl{
    overflow: hidden;
}

#wp-testimonial-container dd{
    
}

.wptpro_holder *{
    padding: 0;
    margin: 0;
    border:0;
}

.wptpro_holder{
    border: 0px solid #F00;
    padding: 10px;
}

#wptpro_testimonial p{
    display: block !important;
    overflow: hidden;
    clear: both;
}

.wptpro_holder p{
    margin-bottom: 10px;
}
.wptpro_holder label{
    width: 150px;
    display:block;
    float: left;
    text-align: right;
    padding-right: 10px;
    line-height: 35px;
}

@media ( max-width: 768px ) {
    .wptpro_holder label {
        text-align: left;
    }
}

.wptpro_holder input[type="text"],
.wptpro_holder input[type="password"] {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #555555;
    display: inline-block;
	margin-bottom: 10px;
    padding: 15px 10px !important;
    min-width: 200px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px 4px 4px 4px;
}

.wptpro_holder input[type="file"] {
	border: 0px;
	padding: 0px !important
}

.wptpro_holder input[type="text"]:focus,
.wptpro_holder .text-textarea:focus,
.wptpro_holder input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.wptpro_holder input{
    padding:0px 10px;
    border: 1px solid #CCC;
    height: 24px;
}


.wptpro_holder .text-textarea{
    padding:5px;
    border: 1px solid #CCC;
    height: 140px;
    width: 66%;
}

.wptpro_holder .wptpro_form_heading{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    padding: 20px;
    margin-bottom: 20px;
}

.wptpro_holder input.submit{
    padding:3px 10px;
    border: 1px solid #CCC;
}

.wptpro_holder .success{
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.wptpro_holder .error{
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

.wptpro_holder .success p, .wptpro_holder .error p{
    margin-bottom: 0;
}

.wptpro_holder .success, .wptpro_holder .error{
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#wptpro-captcha-img {
    margin-right: 10px;
    float: left;
}

@media ( max-width: 768px ) {
    #wptpro-captcha-img {
        clear: both;
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}