.pin {
    background-color: #FFFFFF;
    /*box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);*/
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4); 
    font-size: 11px;
    padding: 15px 15px 0;
    width: 170px;
    margin-bottom: 10px;
    border:1px #e2e1e1 solid;
}
.pin p {
    line-height: 1.35em;
    margin: 0 0 0.8em;
}

.pin .PinHolder div {
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    border:1px #e2e1e1 solid;
    padding:13px 0 13px 13px;
    width: 157px;
}

.set_decor td {padding:0;}

/*.set_indicator {position:ralative;top:50%;margin-top:-36px;}*/

.pin .PinHolder {
    min-height:100px;
}

.pin .description {
    margin: 10px 0px 5px 25px;
    overflow: hidden;
    word-wrap: break-word;
}
.colorless, .colorless a {
        color: #999;
        font-size:9px;
        text-decoration:none;
        margin-left: 25px;
}
.colorless a:hover {
        text-decoration:underline;
}
.convo:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.attribution {
    color: #AD9C9C;
    margin-top: 10px;
}
.convo {
    background-color: #F2F0F0;
    margin: 0 -15px;
    padding: 5px 5px;
}
.convo .ImgLink {
    float: left;
    margin-right: 6px;
    width: 30px;
}
.pin .ImgLink {
    /* position: relative; */
    display: block;
}
.attribution a {
    color: #8C7E7E;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
}
.attribution a:hover {
    text-decoration:underline;
}
.attribution p {
    display: table-cell;
    height: 30px;
    max-width: 156px;
    vertical-align: middle;
    line-height: 1.35em;
}
.convo p {
    margin: 0 0 0 36px;
    overflow: hidden;
    word-wrap: break-word;
}
.convo .ImgLink img {
    height: 30px;
    width: 30px;
}

.pin .ImgLink img {
    max-width: 195px;
    opacity: 1;
}
.ImgLink img {
    display: block;
    margin: 0 auto;
}
fieldset, img {
    border: 0 none;
}
#BackToTop {
    -moz-transition: bottom 250ms ease-in-out 0s;
    text-decoration:none;
    bottom: -100px;
    padding: 20px 10px 30px;
    background-color:#F2F0F0;
    right: 15px;
    width: 50px;
    border-width: 0;
    box-shadow: 0 0 #FFFFFF;
    display: block;
    font-size: 15px;
    position: fixed;
    text-align: center;
    z-index: 4;
    color: #524D4D;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    cursor: pointer;
    line-height: 1em;
}

#BackToTop strong {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-style: normal;
}

#BackToTop span {
    border-width: 0;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.5);
    background: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED) repeat scroll 0 0 transparent;
    border-color: #BBBBBB;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in-out;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border:1px solid #bbbbbb;
    border-bottom-width:0;
    bottom: -1px;
    display: block;
    left: -1px;
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}