/*index.php*/
.sidebar-testimonials {
width:180px;
margin:auto;
background-color:#FFFFCC;
}

.sidebar-testimonials-content {
width:160px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

.sidebar-testimonials-content p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}


/*testimonial.php*/
.testimonials-container {
width:475px;
margin:auto;
margin-bottom:15px;
background-color: #ece9d8;
}

.testimonials-container2 {
width:450px;
margin:left;
margin-bottom:15px;
background-color: #ece9d8;
}

.testimonial-content {
width:455px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

.testimonial-content2 {
width:430px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}


.testimonial-content p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.testimonial-content2 p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.testimonial-name {
color:#000000;
}


/*confirm.php*/
.confirm-container {
width:475px;
margin:auto;
margin-bottom:15px;
background-color: #FFFFCC;
border-top:1px #000 solid;
border-right:1px #000 solid;
border-bottom:1px #000 solid;
border-left:1px #000 solid;
}


.confirm-content {
width:455px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

.confirm-content2 {
width:430px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}


.confirm-content p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.confirm-content2 p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.confirm-name {
color:#000000;
}




