@charset "utf-8";
/* CSS Document */

p.clyde {
    visibility: hidden;
}

#container{
	padding: 0px;
	margin:0;
	font-size: 14px;
	width: 650px;
		}	
		.formContainer{

		}
		fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		label{
	float: left;
	width: 225px;
	text-align: left;
	padding-right: 10px;
		}
		fieldset p{
			padding: 3px 0px;
			margin: 0px;
			clear: both;
		}
		input{
	width: 180px;
	height: 22px;
	float: left;
		}
		textarea{
	width: 300px;
	height: 50px;
	float: left;
		}
		.red{
			border: 1px solid red;
		}
		.errorMessage{
			color: red;
		}
