.dwn-info
{
    float: right;
    width: 195px;
    height: 73px;
    font-size: 13px;
    padding-top: 15px;
    padding-left: 10px;
    border: 1px solid gainsboro;
}

.dwn-body
{
    float:left;
    width: 728px;
    height: 100%;
    margin-left: 30px;
}

.dwn-ad
{
    float:left;
    width: 728px;
    height: 90px;
}

.dwn-ad2
{
    float:left;
    margin-left: 30px;
    margin-top: 30px;
    width: 336px;
    height: 280px;
}

.dwn-ad3
{
    float:left;
    margin-left: 206px;
    margin-top: 30px;
    width: 336px;
    height: 280px;
}


.dwn-ad-thanks
{
    text-align: center;
    margin-left: 300px;
    margin-top: 30px;
    width: 336px;
    height: 280px;
}

.dwn-content-ex
{
    float:left;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 540px;
    width: 938px;
    border: 1px solid gainsboro;
}
.dwn-content
{
    float:left;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 340px;
    width: 938px;
    border: 1px solid gainsboro;
}

.button-gray 
{
	background: #eeeeee;

	color: #000000;
	line-height: 1.5;
	padding: 5px 10px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}


.button-gray:hover,
.button-gray:focus 
{
    background: #999999;
    background: -moz-linear-gradient(top,  #AAAAAA 0%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(100%,#999999));
    background: -webkit-linear-gradient(top,  #AAAAAA 0%,#999999 100%);
    background: -o-linear-gradient(top,  #AAAAAA 0%,#999999 100%);
    background: -ms-linear-gradient(top,  #AAAAAA 0%,#999999 100%);
    background: linear-gradient(top,  #AAAAAA 0%,#999999 100%);
    text-decoration: none;
}

.button-gray:active 
{
    background-color: #999999;
    background-image: none;
}
