/**/
/*adapted from www.sovavsiti.cz/css/ prob. not fixed with galeon and epiphany*/
.w3cbutton4{
float:right;
display:inline;/*ie fix*/
font-family:helvetica,arial,sans-serif;
font-size:.7em;
font-weight:800;
/*margin-top:1px;margin:1em 0;*/
padding-right:10px;
width:10em;
}
.w3cbutton4 a{
display:block;
width:100%;
}
* +html .w3cbutton4 a{
width:auto;/*pb ie 7. Needed by another browser ?*/
}
.w3cbutton4 a.spec{
border-right:2px solid #4A4A4A;
left:3em;
padding-left:0.5em;
position:absolute;
top:0;
width:6.5em;
}
.w3cbutton4 a.spec:link,
.w3cbutton4 a.spec:visited,
.w3cbutton4 a.spec:hover{
background-color:#FFCC66;
color:#000;
text-decoration:none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited{
border-bottom:2px solid #4A4A4A;
border-left:1px solid #C5C5C5;
border-right:2px solid #4A4A4A;
border-top:1px solid #C5C5C5;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover{
background-color:#FFCC66;
color:#000;
text-decoration:none;
}
.w3cbutton4 a:hover{
border-bottom:1px solid #C5C5C5;
border-left:2px solid #4A4A4A;
border-right:1px solid #C5C5C5;
border-top:2px solid #4A4A4A;
}
.w3cbutton4 span.w3c{
background-color:#FFF;
color:#0C479D;
padding:0 0.4em;
}


