﻿@import url("common.css");

div#content
{
	width: 441px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

div#right-side
{
	position: absolute;
	left: 541px;
	top: 260px;
}

div.blue-box-top
{
	background-repeat: no-repeat;
	background-image: url(/images/blue-box-top.png);
	width: 264px;
	height: 10px;
}

div.blue-box
{
	background-repeat: no-repeat;
	background-image: url(/images/blue-box.png);
	background-color: #007099;
	width: 240px;
	min-height: 459px;
	height: auto !important;
	height: 459px;
	padding: 5px 12px;
}

div.blue-box-bottom
{
	background-repeat: no-repeat;
	background-image: url(/images/blue-box-bottom.png);
	width: 264px;
	height: 10px;
}