input[type=button]{
    background:transparent;
    border:none;
    outline:none;
    display:block;
    height:9px;
    width:9px;
    bottom:5px;
	float:right;
	color:#DCDCDC;
}
@media print {
    .ad {
        display: none;
    }
}