@import "typography.css";
@import "forms.css";
@import "global.css";


/* DOWNLOAD DEMO
-------------------------------------------------------------- */


#dl-demo a.btn {
color:#FF0033;
font-size:72px;
left:9px;
line-height:72px;
position:relative;
text-shadow:0 3px 0 #BC0036;
}

.no-fontface #dl-demo a.btn {
font-weight: bold;
text-shadow:0 2px 0 #BC0036;
}

#dl-demo a.btn span {
-o-border-radius: 12px;
-icab-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
color:#FFFFFF;
font-family: Helvetica,Arial,sans-serif;
font-size:12px;
font-weight: normal;
left:10px;
padding:5px 9px 4px;
position:relative;
text-shadow:none;
top:-27px;
}