﻿.box{ background-color: #f9faf7; }
.box .middle{ height: 10px; }
.boxWithTitle .top{	height: 30px; background-color: #91c73e; line-height: 28px; }
.box .content
{
	padding: 20px; 
	padding-top: 10px;
	padding-right: 24px;
}
.boxWithTitle .top h2
{
	color: White;
	font-size: 1.4em;
	padding: 0 20px;
}
.box .top{ border-top: solid 1px #91c73e; }
.box .bottom{ border-bottom: solid 1px #91c73e; }
.box .corner{
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;	
	border: none;
}
.boxWithTitle .cornerTopLeft, .boxWithTitle .cornerTopRight
{ height: 31px; }

.box .cornerTopLeft{ background-image: url(/images/box_top_left.gif); }
.boxWithTitle .cornerTopLeft{ background-image: url(/images/box_title_top_left.gif); }
.box .cornerTopRight{ background-image: url(/images/box_top_right.gif); }
.boxWithTitle .cornerTopRight{	background-image: url(/images/box_title_top_right.gif); }
.box .cornerBottomLeft{	background-image: url(/images/box_bottom_left.gif); }
.box .cornerBottomRight{ background-image: url(/images/box_bottom_right.gif); }
.box p
{
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	display: block;
}
.contentBox{ padding: 5px 20px;	padding-right: 10px;}
.track
{
	width: 6px;
	float: right;
	height: 300px;
	border-left: dotted 1px #ccc;
	position: relative;
	left: 5px;
}
.track .handle
{
	width: 13px;
	height: 12px;
	background: url(/images/scroll_handle.gif) no-repeat center center;
	position: relative;
	left: -7px;
}