.thankyou{
	text-align:center;
	border:1px solid red;
	padding:10px;
}


fieldset{
	border: none;
	padding: 10px 0;
}


form#form div.formBlock{
	margin-bottom: 20px;
}


form#form div.formBlock label input,
form#form div.formBlock label select{
	width: 300px;
	padding: 5px;
	font-size: 16px;
}

form#form div:last-child{
	margin-bottom: 0px;
}


p.btn{
	text-align: left;
	margin: 0px;
}

input[type=submit]{
	font-size: 18px;
	margin-bottom:30px;
}

