/* Card Index page CSS Document */
.flLeft{ float: left;}
.flRight{float: right;}

.cardBox
{
	width: 290px;
}

.boxTop{
	background: url(../../_images/bg-contentStyle-top.gif) no-repeat left top;
	height: 22px;
}
.boxMid{
	clear: both;
	width: 258px;
	padding: 0px 10px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

.boxMid p{ line-height: 1.4em;}

.boxBot{
	clear: both;
	background: url(../../_images/bg-contentStyle-bottom.gif) no-repeat left bottom;
	height: 140px;
}

.botBtn{
	padding: 10px;
}
.botBtn p{ margin: 10px 0px;}

.btnDiv{ float: left; width: 115px;}
