@charset "UTF-8";

#contactform {
	/*border: 1px solid blue;*/
}

p#address {
	font-size: 16px;
}

ol {
}

ol li {
	list-style: none;
	/*line-height: 1.5em;*/
}

label {
	margin-top: 5px;
	display: block;
	font-size: smaller;
}

input {
	background-color: #FFF;
}

.formitem {
	/*float: left;*/
	width: 100%;
}

#sprytextarea1 {
	display: block;
}

span.names {
	display:block;
	text-align:left;
	font-style: italic;
	font-size: smaller;
}

#columnRight {
	width: 425px;
}

#columnLeft {
	width: 415px;
}

#thanks {
	margin-top: 100px;
}