div.aw_outer{
	border: 2px outset #6F96FF;
	background: white none repeat scroll 0%;
	display: none;
	width: 700px;
	height: auto;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 30px;
}
div.aw_outer div.aw_top{
	width: 700px;
	height: 24px;
	background: #6F96FF;
	text-aling: center;
}
div.aw_outer div.aw_top div.aw_title{
	font: bold 12px tahoma;
	margin: 3px 20px 0px 10px;
	float: left;
	color: white;
			
}
div.aw_outer div.aw_top div.aw_button{
	width: auto;
	margin: 3px 5px 0px 5px;
	border: 1px outset #666666;
	color: #333333;
	background: #F0F0F0;
	padding: 2px;
	font: bold 10px tahoma;
	float: right;		
}
div.aw_inner{
	margin: 24px 10px 10px 10px;
}
div.aw_inner input.submit{
	border: 1px outset #666666;
	background: #6F96FF;
	font: bold 12px tahoma;
	color: #FFFFFF;
	padding: 3px;
}