section article{
	position:relative;
	width:500px;
}
section aside{
	width:300px;
	position:absolute;
	right:20px;
	top:80px;
	padding:0 20px;
}
section aside img{
	display:block;
}
article #contact-form table{
	border:solid 1px #e3e3e3;
	border-radius:10px;
	padding:15px 25px;
}
article #contact-form .form-field, article #contact-form textarea{
	border:0;
	border-radius:5px;
	width:300px;
	padding:10px;
	background:#f7f7f7;
}
article #contact-form textarea{
	height:200px;
}
article #contact-form #submit{
	border:0;
	width:150px;
	height:30px;
	border-radius:3px;
	font-weight:bold;
	color:#51b0e1;
	background:url('../images/next.png') no-repeat right center, #000;
	box-shadow:0 1px 3px gray;
}
article #contact-form #submit:hover{
	color:#f17b00;
	background:url('../images/next.png') no-repeat right center, #2c2c2c;
}