.aqua_body {
	background-image:url(../images/sections/aqua/body.jpg);
	background-repeat:no-repeat;
	width:550px;
	min-height:110px;
	color:#339999;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto
}

.aqua_top {
	background-image:url(../images/sections/aqua/top.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:45px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#339999;
	margin:auto
}

.aqua_bottom {
	background-image:url(../images/sections/aqua/bottom.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:45px;
	margin:auto;
	padding-bottom:25px
}

div.dialog
{
    background-color: #4682b4;
    border: 1px solid #000000;
    left: 50%;
    top: 50%;
    z-index: 175;
    width: 475px;
    color: #ffffff;
}

div.dialog-title
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    text-align: left;
    padding-left: 5px;
    background-color: #191970;
    border-bottom: #00008b 1px solid;
}

div.dialog-body
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    text-align: center;
    padding:10px 20px
}

.modal-bg
{
	background-color:#666666;
	filter:alpha(opacity=70);
	opacity:0.7;
}