#dlwin {
	position: fixed;
	color: #111122;
        background-color: #DDDDDD;
	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;
	font-size: 14px;
}

#dlwin h2 {
	//color: #fff;
        text-align: center;
	font-size: 16px;
	//background-color: #594F60;
	//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;
}

@media screen and (max-width: 479px) {
#dlwin {
	position: fixed;
	color: #111122;
        background-color: #DDDDDD;
	width: 98%;
	height: 220px;
	top: 50%;
	left: 50%;
	margin: -49%;
	padding: 0px;
	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;
	font-size: 12px;
}
}
