﻿.box 
{
	background: #D7EBFF;
	border-color: #D7EBFF;
}

.box-title 
{ 
	color: #D5F0FF; 
	background: #D7EBFF;
	border-color: #D7EBFF;
	padding: 1px; 
	text-align: Left;
}

.box-content 
{
	background: #EFF9FD;
	height: 100px;
}
