#cfcontactform {
	position: relative;
	top: 20px;
}

#cffirstname {
	position: absolute;
	top: 30px;
	left: 20px;
}

#cflastname {
	position: absolute;
	top: 80px;
	left: 20px;
}

#cfemail {
	position: absolute;
	top: 130px;
	left: 20px;
}

#cfphone {
	position: absolute;
	top: 180px;
	left: 20px;
}

#cfsubject {
	position: absolute;
	top: 30px;
	left: 240px;

	width: 300px;
}

#cfmessage {
	position: absolute;
	top: 80px;
	left: 240px;

	width: 300px;
}

#cfsubmit {
	position: absolute;
	top: 195px;
	left: 530px;
}

#cffirstname input, #cflastname input, #cfemail input, #cfphone input {
	border: 1px solid #b8b8b8;
	width: 180px;
}

#cfsubject input {
	border: 1px solid #b8b8b8;
	width: 250px;
}

#cfmessage textarea {
	border: 1px solid #b8b8b8;
	width: 250px;
	height: 117px;
}

#ContactForm label {
    white-space: nowrap;
    width: 250px;
}

.formsubmited {
    position: absolute;
    padding-top: 5px;
    left: 25px;
    font-weight: bold;
}
