form fieldset{
	border: none;
	padding: 0;
	margin: 20px 0 0 20px;
	float: left;
	}
	form fieldset div{
		margin-bottom: 20px;
	}
	form fieldset .middleColumn{
		margin: 10px 0;
		overflow: auto;
		width: 100%;
	}
	form fieldset label{
		font-family: Century Gothic, Gill Sans, Helvetic, sans-serif;
		font-weight: lighter;
		font-size: 1.8em;
		color: #3399CC;
		margin: 7px 10px 0 0;
		text-align: right;
		width: 100px;
	}
	form fieldset input,
	form fieldset textarea{
		font-family: inherit;
		font-size: 1.6em;
		padding:  5px 10px;
		margin: 0;
		width: 400px;
		color: #333333;
		border: 1px solid #999999;
		background-color: #ececec;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	form fieldset input{
		height: 25px;
	}
	form#Form_Form input.action{
		text-indent: -9999px;
		height: 30px;
		width: 60px;
		margin: 5px 20px 20px 125px;
		background: transparent url('../images/send-button.jpg') top left no-repeat;
		border: none;
	}

