/* CSS Document */
img{
border:0px;
}
#btn {
 	top: 0px;
	position: relative;
	border: 0px solid #0g0;
	width:1000px;
	height:80px;
	margin: 0px auto 0px auto;
	text-align:center;
}
#btn li {
   display: inline;
   position: relative;
	z-index: 3;
	border: 0px solid #0F0;
	/*background: url("../imgs/li_bg.png") repeat;*/
}

#btn a:hover img{
    -webkit-transform:scale(0.75); /* Safari and Chrome */
    -moz-transform:scale(0.75); /* Firefox */
    -ms-transform:scale(0.75); /* IE 9 */
    -o-transform:scale(0.75); /* Opera */
     transform:scale(0.75);
	  background:url("../imgs/bg_i.png");
}

#btn a:hover {
	border: 2px solid #FFFF00;
}

#btn_bcp a {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    /*background-color: rgba(219,87,5,1);*/
    font-family: 'Yanone Kaffeesatz';
    font-weight: 800;
    font-size: 12px;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
   box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
		width: 140px;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	display: inline-block;
}
#btn a {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    /*background-color: rgba(219,87,5,1);*/
    font-family: 'Yanone Kaffeesatz';
    font-weight: 800;
    font-size: 12px;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	 
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
	 box-shadow: 0px 9px 0px rgba(102,102,102,1), 0px 9px 25px rgba(0,0,0,.7);
	 
	width: 160px;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	display: inline-block;
}

#btn a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
	 background-color:#AB8F6A; /*00FF00;*/
}

.download_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:37px;
	-moz-border-radius-bottomright:37px;
	border-bottom-right-radius:37px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px 2px 0px #ffffff;
	margin-right:10px;
	border: 1px solid #00f;
}
.download_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.download_btn:active {
	position:relative;
	top:1px;
}

.dnd_btn{
	width:150px;
	height:50px;
	background:url("../imgs/dnd_btn_bg.png") no-repeat;
	border: 0px solid #00F;
	display: inline-block;
	position:relative;
	margin-top:0px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	padding-top:40px;	
}

.dnd_btn:hover {
	background:url("../imgs/dnd_btn_bg_o.png") no-repeat;
}

.dnd_btn:active {
	position:relative;
	top:1px;
}