﻿
div.box_left
{
    width: 185px;
}

div.box_member_login
{
    float: none;
    position: relative;
    width: 185px;
    background-image: url('../image/login_bg.jpg');
}
div.space
{
    height: 5px;
    width: 1px;
}

/*============= BOXES =============*/
div.box_upper_part
{
    background-image: url('../image/bar_bg.jpg');
    height: 24px;
}

div.box_middle_part
{
}
div.box_lower_part
{	height: 6px;
}

div.box_single
{
    background-color: #f6f5f4;
    border: solid 1px #5f626a;
    margin-bottom: 15px;
}
img.box_dot
{
    float: left;
    position: relative;
    top: 4px;
    left: 4px;
}
/*###########################################*/
span.box_header
{
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}
span.box_header2
{
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-align:center;
	
}
span.box_header3
{
	position: relative;
	top: 5px;
	left: 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	vertical-align: middle;
}
.underline
{
    text-decoration: underline;
}
.align-left
{
    float: left;
}
.align-right
{
    float: right;
}

