@charset "utf-8";


input.textbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: none;
	height: 20px;
	font-size: 12px;
	color: #666;
	clear: right;
}

td.textfieldlabel {
	font-family:"KlavikaCHLightCondTF", verdana, helvetica, sans-serif;
	color: #69267F;
	width: 125px;
	display: block;
	height: 12px;
	float: left;
	text-align: right;
	padding-right: 15px;
}
textarea.textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 1em;
	width: 200px;
	height: 7em;
	display: block;
}
form.contactform {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	width: 450px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #003F53;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.formelementsdiv {
	width: 350px;
	padding-top: 10px;
}

input.button {
	font-weight: bold;
	color: #FFF;
	background-color: #F15A22;
	border: 2px solid #CCC;
	font-size: 1em;
	width: 150px;
}
.clearboth {
	clear: both;
}
