div.TestimonialTextBox
{
	width:48%;
	margin-right:2%;
}

img.TestimonialImage
{
	float:right;
	width:50%;
	height:auto;
}

.TestimonialTable input
{
	width:100%;
}

#TestimonialForm
{
	width:100%;
}

.TestimonialTable
{
	border-style: none;
	border-width:1px;
	width:100%;
	border-color:#fff;
    text-align:left;
	padding:2%;
	background-color: #A3BF2A;
	color: black;
}

.TestimonialTable th, .TestimonialTable td
{
	border-style: none;
    text-align:left;
	padding:1% 2% 0 2%;
}

.TestimonialTable th
{
	width:30%;
}

.TestimonialTable td
{
	width:70%;
}

.TestimonialTable textarea
{
	margin-left: 0;
	width: 96%;
        background-color: white;
}
th.TestimonialTable > fieldset.Submission > a > img
{
	float:right;
}
th.TestimonialTable > fieldset.Submission > div#captcha_image_audio_controls > a.captcha_play_button > img.captcha_play_image
{
	float:left;
}
th.TestimonialTable > fieldset.Submission > img#captcha_image
{
	margin-bottom:10px;
	width:100%;
}

p#AdminDynamicCSSAlert
{
         display:none;
}
