div.order {
	float: left;
	width: 607px;
	margin-right: 40px;
	overflow: hidden;
}

div.order div.about {
	font-size: 18px;
	line-height: 20px;
	color: #666;
	margin-top: 10px;
}

div.order form {
	margin-top: 5px;
	overflow: hidden;
}

div.order .text {
	background: #fff;
	width: 600px;
	font-size: 15px;
	line-height: 17px;
	margin-top: 10px;
	border: 2px solid #ddd;
	padding: 2px 0;
	text-indent: 5px;
	border-radius: 5px;
}

div.order textarea {
	height: 60px;
	resize: none;
}

div.order input.button {
	margin: 5px;
	padding: 3px 13px 4px 13px;
	background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #ccc;
	cursor: pointer;
}

div.address {
	overflow: hidden;
	width: 322px;
	float: left;
	border-left: 1px solid #ccc;
	margin-top: 25px;
}

div.address div.column {
	margin-left: 30px;
	padding-bottom: 10px;
	width: 293px;
	overflow: hidden;
}

div.address h2 {
	margin-top: 0;
}

div.address img {
	width: 128px;
	height: 128px;
	margin-top: 15px;
	float: left;
}

div.address div.office {
	float: left;
	width: 134px;
	margin-left: 25px;
	margin-bottom: 30px;
}

div.address p.phone {
	border-top: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

div.address p.phone strong {
	font-size: 18px;
}

table.common {
	width: 100%;
	margin-top: 10px;
	border-top: 5px solid #f6f6f6;
}

table.common td {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

div.details {
	padding: 20px 0 40px 0;
	color: #666;
	border-bottom: 1px solid #ccc;
}

div.details h2 {
	margin-top: 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: -10px;
	color: #000;
}