.attachWrapper > a:focus,
.attachWrapper > a:hover { box-shadow: none; text-shadow:none; background:none; }
.attachWrapper {
position: relative;
overflow: hidden;
min-width: 50px;
min-height: 50px;
width: auto;
display: inline-block;
background: rgb(150,150,150);
border: 1px solid lightgray;
border-radius: 3px;
}
span.attachWrapper {
text-align: center;
margin: 4px 2px 4px 2px;
padding: 5px;
}
.attachWrapper .Sh {
box-shadow: 0 0 15px rgb(150,150,150);
-webkit-box-shadow: 0 0 15px rgb(150,150,150);
-moz-box-shadow: 0 0 15px rgb(150,150,150);
-khtml-box-shadow: 0 0 15px rgb(150,150,150);
}
.attachWrapper h9 {
position: relative;
z-index: 10;
display: block;
text-align: center;
padding: 1px 5px 3px 5px;
margin-bottom: 1px;
margin-bottom: 5px;
background: whitesmoke;
}
.attachWrapper b.topSh {
left: 0;
top: -39px;
height: 40px;
width: 100%;
}
.attachWrapper b.Sh {
background-color: rgba(150, 150, 150, 0.99);
border: none;
position: absolute;
z-index: 10;
display: block;
}
.attachWrapper b.bottomSh {
left: 0;
bottom: -39px;
height: 40px;
width: 100%;
}
.attachWrapper b.leftSh {
left: -39px;
height: 100%;
top: 0;
width: 40px;
}
.attachWrapper b.rightSh {
right: -39px;
height: 100%;
top: 0;
width: 40px;
}