﻿.small_box
{
	margin:20px 0 0 0;
}

.small_box .top
{
    background-color:#307B10;
	background:url('images/box_header.png');
	height:25px;
	line-height:25px;
}

.small_box .top h4
{
	color:#fff;
	font-size:116%;
	font-weight:bold;
	text-align:center;
}

.small_box .middle
{
	background:#fff;
	
	border:solid #fe7319; 
	border-width:0 1px;
	color:Black;
	padding: 5px 10px 0 10px;	
	/*padding:1px 10px;*/
}

.small_box .bottom
{
	clear:both;
	background:url('images/box_bottom.png') bottom no-repeat;
	height:40px;
}
.clsSplitter
{
	clear:both;
}
.small_box_left_container
{
	float:left;
	width:220px;
}
.small_box_right_container
{
	float:right;
	width:220px;
}
.small_box a
{
    color: Blue;
    text-decoration: underline;
    
}
.small_box a:hover
{
    color: Blue;
    text-decoration: none;
    
}
.small_box .middle .disclaimer
{
    font-style:italic;
    color: black;
    font-size:85%;
    text-align:left;
    
}
.small_box .middle .disclaimer ul
{
    margin-left:15px;
    
}