Код
/* DMhope new spoiler style */
.uSpoilerButton {width: 100%; color: url('http://stalker.ucoz.ae/1/scr/ggg.png'); background: url('http://stalker.ucoz.ae/1/scr/ggg.png'); padding: 3px; text-align: left; border: 1px solid url('http://stalker.ucoz.ae/1/scr/ggg.png');}
.uSpoilerText {color: url('http://stalker.ucoz.ae/1/scr/ggg.png'); background: url('http://stalker.ucoz.ae/1/scr/ggg.png'); padding: 3px; text-align: left; border: 1px solid url('http://stalker.ucoz.ae/1/scr/ggg.png'); border-top: 0px;}
/* ----------------------- */
/* Кнопки */
input[type=submit], input[type=reset], input[type=button] {
color: #505050;
font: 9px 'Verdana';
border: 1px solid #333;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-khtml-border-radius:2px;
background: #1c1c1c;
margin: 1px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
color: #598189;
font: 9px 'Verdana';
border: 1px solid #555;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-khtml-border-radius:2px
background: #101010;
cursor: pointer;
margin: 1px;
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
color: #4c6e75;
font: 9px 'Verdana';
border: 1px solid #444444;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-khtml-border-radius:2px
background: #101010;
cursor: pointer;
margin: 1px;
}
/* Поля ввода */
input, textarea, select, input.securityCode {
background:#1c1c1c;
border:1px solid #333;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
color:#767676;
font-family:Verdana,Arial,sans-serif,Helvetica;
font-size:10px;
padding:2px;
outline: none;
}
input:hover, textarea:hover, select:hover, input.securityCode:hover {
border:1px dashed #555;
color:#767676;
font-family:Verdana,Arial,sans-serif,Helvetica;
font-size:10px;
padding:2px;
outline: none;
}
Вид спойлера как у нас: