table.promoBon input#pole {
	border:1;
	color: black;
	background-color: white;
	padding:1px;
	height: 26px;
	text-align: center
}

table.promoBon .grad
{
	background-image:url('../img/grad.jpg');
}

table.promoBon .ofixbtn {
        background: #F36A26;
        border: 1px solid #F36A26;
        display: inline-block;
        height: 26px;
        line-height: 26px; 
		text-decoration:none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

table.promoBon .ofixbtn:hover {
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
}

table.promoBon .ofixbtn span {
        font: 15px/22px Arial,Helvetica,sans-serif;
        background: #FF9900;border: 1px solid #FF9900;color: white;display: block;text-align: center;padding: 0px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;height: 50%;
}
