div.frame{
	background-image: url(../img/gradient_background.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 10px;
}

	div.frame .frame-header{
		padding-left: 20px;
		padding-right: 10px;
		height: 25px;
		
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	div.frame .frame-top{
		/*background: transparent url(../img/frame_top.gif) no-repeat scroll left top;*/
		background: transparent url(../img/corner_top-left.gif) no-repeat scroll left top;
		height: 10px;
		font-size: 0px;
	}
	
	div.frame .frame-bottom{
		/*background: transparent url(../img/frame_bottom.gif) no-repeat scroll top;*/
		background: transparent url(../img/corner_bottom-left.gif) no-repeat scroll left bottom;
		height: 10px;
		font-size: 0px;
		clear: both;
	}
	
	div.frame .frame-content{
		min-height: 10px;
		height: auto !important;
		height: 10px;
	}
	
		div.frame .frame-header .icon {}
		div.frame .frame-header .title {
			padding-left: 5px;
		}