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


#contact-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	width: 500px;
	margin-bottom: 10px;
	float: left;
}
#contact-image {
	background-image: url(../images/main-image2.png);
	background-repeat: no-repeat;
	float: right;
	height: 340px;
	width: 220px;
	background-position: left top;
}
#contact-all {
	float: left;
	width: 900px;
	height: auto;
	display: inline;
}

