
span a.showc, .showc {
background-image: url(none) !important; width:180px; display:block; font-size:17px; min-height:25px; height:auto !important;
/*cursor: pointer;*/
text-align: center;
text-decoration: none;
text-shadow: 0 2px 2px rgba(0,0,0,.4);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
padding: 5px;
padding-top:10px;
border: solid 1px #a32851;
background: #ca3366 !important;
background: -webkit-gradient(linear, left top, left bottom, from(#f64d86), to(#b92e5d)) !important;
background: -moz-linear-gradient(top,  #f64d86,  #b92e5d) !important;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f64d86', endColorstr='#b92e5d');
color: white !important;
margin:0 auto;
}



.divok {
	display:block;
	overflow: visible;
}
.divhidden {
	display:none;
	overflow: hidden;
	position: absolute;
}

