/* testimonials */

/* testimonials - background */

html {
	background:url('../images/backgrounds/bg-testimonials.jpg') top center no-repeat #EDECEA;
}

/* testimonials - welcome */

#form-content {
	width:440px;
}

/* testimonials - details */

#feedback-content {
	width:406px;
	margin:15px 0px 0px 15px;
}

/* testimonials - form */

.feedback-textfield,.feedback-textarea,.feedback-button {
	border:1px solid #DDDDDD;
    color:#565656;
    margin:2px 0 10px;
    padding:5px;
}

.feedback-textfield {
	width:300px;
}

.feedback-textarea {
	width:425px;
}

.feedback-button {
	cursor:pointer;
	background:#fff;
}

.feedback-button:hover {
	background:#EDECEA;
}

/* testimonials - ### */