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

body {
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #585858;
}
h1, h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	display: none;
}

.clientpage {
	position: relative;
}

.clientpage .logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
.clientpage .textbox {
}
.clientpage .textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #585858;
}
.contactpage {
	height: 374px;
	width: 462px;
}
.contactpage .title {
	position: absolute;
	left: 14px;
	top: 22px;
}
.contactpage .picture {
	position: absolute;
	left: 306px;
	top: 14px;
}
.contactpage .contactform {
	position: absolute;
	left: 14px;
	top: 70px;
	width: 370px;
}

.formfield {
	clear: both;
	height: 38px;
}
.formfield label {
	width: 113px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 15px;
}
.formfield input {
	float: left;
	width: 142px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formfield textarea {
	float: left;
	width: 236px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactpage .error{
	position: absolute;
	left: 142px;
	top: 340px;
	color: #F00;
	width: 236px;
}
.large {
	height: 72px;
}

.formfooter {
	clear: both;
	position: relative;
	height: 30px;
}
.formfooter .button {
	position: absolute;
	left: 128px;
	top: 10px;
}

.formfooter .button a{
	display: block;
	font-weight: normal;
	color: #ca681e;
	background-image: url(../img/envelope.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 21px;
	text-decoration: none;
	height: 16px;
	width: 60px;
}
.formfooter .button a:hover {
	text-decoration: underline;
}
.formfooter .smalltext {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 11px;
	line-height: 14px;
}

p {
	margin: 0px 0px 14px 0px;
	padding: 0px;
}
.title {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}
.hr {
	width:630px;
	height:1px; 
	background-image: url(../img/hdots.gif);
	background-repeat: repeat-x
}
.windowpage .tip {
	background-image: url(../img/contact/window_4squares.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	font-size: 11px;
	margin-top: 4px;
}

#contactform  {
	position: absolute;
	left: 14px;
	top: 70px;
	width: 370px;
}
#confirmation {
	position: absolute;
	left: 14px;
	top: 70px;
	width: 370px;
}
