﻿.awContainer
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.awFog
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.awPositioner
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
/* IE hack */
html>body .awPositioner
{
	position: fixed;
}


.awScroller
{
	margin: auto;
	overflow: hidden;
}
.awPanel
{
	width: 320px;
	padding: 8px 8px 12px 8px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 0 1px 1px 1px;
	background-color: #f0f0f0;
	text-align: center;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.awItem
{
	padding: 4px 0 4px 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #c0c0c0;
	text-align: left;
}