#dlwin
{
	position: fixed;
	color: #111122;
        background-color: #BBBBDD;
	width: 550px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px -275px;
	padding: 10px;
	z-index: 1;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
}

#dlwin h2
{
	color: #fff;
        text-align: center;
	font-size: 14px;
	background-color: #669;
	margin: 0;
	padding: 3px;
	border-style: solid;
	border-width: 0;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 2px;
}

.btngroup
{
	text-align: center;
}
