@charset "utf-8";
/* CSS Document */
.ourCompanyTransition {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c2a25a;
	border-bottom-color: #ffe89c;
	border-left-color: #c2a25a;
	width: 74px;
	height: 80px;
	position: absolute;
	left: 340px;
	top: 66px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2a25a;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
