
@media only screen and (max-width:768px){


.filebutton {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 2px 2px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-size:0.8em;
	padding: 5px 8px 5px 32px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	font-weight:300;
	color: #fff!important;;
	border: solid 1px #006060;
	background-color: #795458;
	background-image : url(../images/download-icon.gif); 
	background-repeat : no-repeat;
	background-position:5px 7px; 
	
}

.filebutton:hover {
	background-color: #B31312;
}



}
@media only screen and (min-width:768px){


.filebutton {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 2px 2px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-size:0.9em;
	padding: 5px 8px 5px 32px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	font-weight:300;
	color: #fff!important;;
	border: solid 1px #006060;
	background-color: #795458;
	background-image : url(../images/download-icon.gif); 
	background-repeat : no-repeat;
	background-position:5px 7px; 
	
}

.filebutton:hover {
	background-color: #B31312;
}



}


.filebutton a{color: #fff!important;}


.filebutton:focus {
	background-color: #B31312;
	border: solid 2px #111!important;
}

