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

#contact_form {
	float: right;
	position: relative;
	width: 350px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}
#contact_pic {
	position: relative;
	width: 300px;
	float: left;
	background-image: url(images/justin/justin_contact.jpg);
	height: 400px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: 50px;
}
#contact_holder {
	position: relative;
	width: 900px;
}
#contact_holder #contact_pic #contact_phemail {
	position: relative;
	width: 200px;
	float: right;
	top: 300px;
	padding-right: 10px;
	background-image: url(images/bg/subheadbg.png);
	background-repeat: repeat;
	text-align: right;
}
#contact_form .inputbox {
	width: 300px;
}
#contact_form .textarea {
	height: 150px;
	width: 300px;
}

