/* styles to control contact form */

label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	line-height: 1.5em;
	}

input {
	color: #666;
	background-color: #FF9;
	border: 1px solid #999;
	margin-left: 0;
	font: Arial, Helvetica, sans-serif .9em;
	width: 15em;
	}

.inputform {
	background-color: #FF9;
	border: 1px solid #999;
	}
	
.submit input {
	margin-left: 130px;
	border: 0px;
	width: 60px;
	} 

.checkbox {
	border: 0px;
	background: none;
	width: 1em;
	}
.radio {
	background: none;
	width: 1em;
	display: inline;
	}

/* control scrolling testimonials */

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
overflow: hidden;
margin-top: 20px;
margin-left: 10px;
}

