@CHARSET "ISO-8859-1";

body.contact-form {
	width: 780px;
}

#wrapperall {
	width: 760px;
}

.leftside {
	float: left;
	width: 460px;
	margin-bottom: 20px;
	border: 2px dotted #CCC; 
}

.rightside {
	float: right;
	width: 250px;
	padding: 0 10px;
	border-left: 0;
}

.rightside p {	
}

.rightside h2 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.leftside input {
	width: 250px;
}

.leftside input[type=submit] {
	width: auto;
}

.formPage td {
	padding: 3px;
	vertical-align: top;
}

.formPage td.label {
	text-align: right;
	font-weight: bold;
}

.formPage td.buttons {
	text-align: center;
}

.formPage textarea {
	width: 250px;
}

span.error {
	display: block;
	width: 150px;
	color: red;
}

#contactleft {
	position: absolute;
	width: 25px;
	height: 168px;
	top: 45% !important;
	left: 0;
	z-index: 1000;
}

#contactleft a {
	display: block;
	width: 25px;
	height: 168px;
	background: url(images/contact.png) no-repeat;
	position: fixed;
	text-decoration: none;
}

#contactleft a:hover {
	text-decoration: none;
	background: url(images/contacth.png) no-repeat;
}

.clear {
	float: none;
	clear: both;
}