#contact_box {
	position:			absolute;
	width:				250px;
	margin-left:		310px;
	top:				110px;
	}
	
#text input {
	background:			url(images/form_back.jpg);
	border:				1px solid #828282;
	cursor:				default;
	}

#text textarea {
	background:			url(images/textarea_back.jpg) repeat-x #fff;
	border:				1px solid #828282;
	cursor:				default;
	width:				660px;
	}
	
#contact_right {
	width:				150px;
	float:				right;
	margin-top:			20px;
	margin-right:		20px;
	}
	
.contact_picture {
	float:				right;
	width:				240px;
	clear:				both;
	margin:				38px 53px 4px 0px;
	}
	
#floatleft {
	float:				left;
	position:			absolute;
	top:				50px;
	}