@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}


#content-top {
	background: url(images/t0.gif) left top no-repeat;
}

#content-top .shadow {
	background: url(images/t2.gif) right top no-repeat;
	height: 12px;
	overflow: hidden;
}


#content-ftr {
	background: url(images/b0.gif) left top no-repeat;
}

#content-ftr .shadow {
	background: url(images/b2.gif) right top no-repeat;
	height: 12px;
	overflow: hidden;
}


#content {
	background: #fff url(images/l1.gif) left top repeat-y;
}

#content .shadow {
	background: url(images/r1.gif) right top repeat-y;
	padding: 16px 32px;
}

#main {
	width: 716px;
}

.clear {
	clear: both;
}

.testimonial {
	float: right; 
	width: 240px; 
	/* border: 2px solid #5378e2;  */
	border: 2px solid #039;
	margin: 10px 0 10px 10px; 
	clear: right;
}

.testimonial-content {
	padding: 10px; 
	background: #fef8e8 url(images/testimonial-bg.gif) top left repeat-x;
}


#button-no-continue {
	display: block;
	width: 163px;
	height: 32px;
	background: url(buttons/button-no-continue.gif) no-repeat;
}
#button-no-continue:hover, #button-yes-upgrade:hover {
 background-position: 0 -32px;
}

#button-yes-upgrade {
	display: block;
	width: 233px;
	height: 32px;
	background: url(buttons/button-yes-upgrade.gif) no-repeat;
}

span.hidden {
	display: none;
}
