﻿.boxContainerDiv
{
	margin:0 auto;
	margin-bottom:20px;
	overflow:hidden;
}

.boxTopLeftDiv
{
	height:35px;
	width:14px;
	float:left;
	background-image:url('images/ttbox/topleft.jpg');
	margin-right:-3px;
}

.boxCaptionDiv
{
	height:35px;
	background-image:url('images/ttbox/topborder.jpg');
	background-repeat:repeat-x;
	font-size:18px;
	color:#ffffff;
	font-family:Trebuchet MS, Sans-Serif;
	line-height:35px;
	text-align:left;
}

.boxIconDiv
{
	height:35px;
	float:right;
	background-image:url('images/ttbox/topright.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	padding-left:9px;
	padding-right:5px;
	margin-left:-3px;
	text-align:right;
	
}

.boxContentDiv
{			
	border-right:solid 1px #cccccc;
	
	border-left:solid 1px #cccccc;
	
	border-bottom:solid 1px #cccccc;
	font-family:Trebuchet MS, Sans-Serif;
	font-size:13px;
	line-height:20px;
	text-align:left;
}

.clear
{
	clear:both;
}
