﻿@import "/App_/ROOT/PageFrame/StandardPartial/StyleSheet.css";
/* feature */
#feature {
}
#feature div.header {
	width: 736px;
	height: 21px;
	background-image: url(/App_/ROOT/PageFrame/Index/FeatureHeader.png);
}
#feature div.body {
	width: 716px; /*736*/
	background: transparent url(/App_/ROOT/PageFrame/Index/FeatureSync.png) repeat-y 0 0;
	padding-left: 20px;
}
#feature div.footer {
	width: 736px;
	height: 20px;
	background-image: url(/App_/ROOT/PageFrame/Index/FeatureFooter.png);
}

/* callOut */
#callOutPane {
   margin-left: auto;
   margin-right: auto;
   width: 726px; /* 363px*2 */
}
div.callOut {
	float: left;
}
div.callOut div.header {
	width: 363px;
	height: 20px;
	background-image: url(/App_/ROOT/PageFrame/Index/CallOutHeader.png);
}
div.callOut div.body {
	width: 342px; /*363px*/
	background: transparent url(/App_/ROOT/PageFrame/Index/CallOutSync.png) repeat-y 0 0;
	padding-left: 21px;
}
div.callOut div.footer {
	width: 363px;
	height: 20px;
	background-image: url(/App_/ROOT/PageFrame/Index/CallOutFooter.png);
}
