﻿.box
{
}

.box_t
{
	position: relative;
}
.box_tl
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.box_tr
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.box_m
{
	position: relative;
	padding: 12px 20px 12px 20px;
}
.box_b
{
	position: relative;
}
.box_bl
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
}
.box_br
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
}

/* --- blue box --- */
.blue
{
}
.blue_t
{
	height: 20px;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: White;
	background-color: #0A2554;
	background-image: url(blue_t.gif);
	background-repeat: repeat-x;
}
.blue_tl
{
	background-image: url(blue_tl.gif);
	width: 11px;
	height: 15px;		
}
.blue_tr
{
	background-image: url(blue_tr.gif);
	width: 8px;
	height: 8px;		
}
.blue_m
{
	background-image: url(gradient.jpg); 
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: solid 1px #0A2554;
	border-right: solid 1px #0A2554;
}
.blue_b
{
	background-image: url(blue_b.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.blue_bl
{
	background-image: url(blue_bl.gif);
	height: 8px;
	width: 8px;
}
.blue_br
{
	background-image: url(blue_br.gif);
	height: 8px;
	width: 8px;
}

/* --- simple box --- */
.simple
{
}
.simple_t
{
	height: 4px;
	background-color: White;
	background-image: url(simple_t.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.simple_tl
{
	background-image: url(simple_tl.gif);
	width: 4px;
	height: 4px;		
}
.simple_tr
{
	background-image: url(simple_tr.gif);
	width: 4px;
	height: 4px;		
}
.simple_m
{
	background-image: url(gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: solid 1px #99AEC3;
	border-right: solid 1px #99AEC3;
}
.simple_b
{
	background-image: url(simple_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}
.simple_bl
{
	background-image: url(simple_bl.gif);
	height: 4px;
	width: 4px;
}
.simple_br
{
	background-image: url(simple_br.gif);
	height: 4px;
	width: 4px;
}

/* --- simple white box --- */
.white
{
}
.white_t
{
	height: 4px;
	background-image: url(white_t.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.white_tl
{
	background-image: url(white_tl.gif);
	width: 4px;
	height: 4px;	
	background-position: top left;
}
.white_tr
{
	background-image: url(white_tr.gif);
	width: 4px;
	height: 4px;		
	background-position: top right;
}
.white_m
{
	background-color: White;
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: solid 1px #99AEC3;
	border-right: solid 1px #99AEC3;
}
.white_b
{
	background-image: url(white_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}
.white_bl
{
	background-image: url(white_bl.gif);
	height: 4px;
	width: 4px;
}
.white_br
{
	background-image: url(white_br.gif);
	height: 4px;
	width: 4px;
}
