/* CSS Document */
.title{
	height: 28px;
	background: url(../images/pro-title.png) no-repeat;
	margin-bottom:10px;
	padding-left:5px;
	border-radius:5px;
}
.title a{
	font-size:13px;
	color:#FFF;
	height:25px;
	line-height:30px;
	padding-left:25px;
	font-weight:bold;
	text-transform:uppercase;
}
.frame-bound{
	width:240px;
	height:100%;
	overflow:hidden;
}
.frame-top{
	width:240px;
	height:20px;
	background:url(../images/frame-top.png) no-repeat;
}
.frame-content{
	width:240px;
	background:url(../images/frame-content.png) repeat-y;
}
.frame-bottom{
	width:240px;
	height:20px;
	background:url(../images/frame-bottom.png) no-repeat;
}