.gsd-message-container {
    width: 100%;
    padding: 10px;
    background-color: white;
    margin-bottom:5px;
    border-radius: 3px;
    border: 1px solid #CCC;

}
.gsd-message{
    font-family: arial, sans-serif;
    color: #6a6a6a;
    max-width:600px;
    overflow:hidden
}

.gsd-message h3{
    font-family: Arial, sans-serif, sans;
    font-size:18px;
    line-height:21.6px;
    white-space: nowrap;
    font-weight:normal;
    display: inline;
    margin: 0 0 0 0;
}

#gsd-test{
    font-size:18px;
    line-height:21.6px;
    white-space: nowrap;
    font-weight:normal;
    display:inline-block;
    position:absolute;
    top:-1000px;
    left:0;
    visibility:hidden;
}
.gsd-message h3 a{
    color: #1a0dab;
    text-decoration: none;
    font-weight: normal;
}

.gsd-message h3 a:visited{
    color: #609;
}

.gsd-message h3 a:hover{
    text-decoration: underline;
}

.gsd-message .gsd-location{
    height:17px;
    line-height:17px;
    position: relative;
}

.gsd-message .gsd-location img{
    vertical-align: baseline;
    padding-bottom: 1px;
}

.gsd-message .gsd-location cite{
    color: #006621;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 580px;
    display: inline-block;
    font-style: normal;
}

.gsd-message .gsd-txt{
    word-wrap: break-word;
    font-size: 13px;
    line-height:18.2px;
}

#gsd-widthInfo{
    text-align:right;
    font-size: 13px;
    line-height: 13px;
    margin:-5px 0 0px;
}

#gsd-widthInfo.gsd-error{
    color:#f00;
}
.gsd-label {
    background: url(../google.png) no-repeat left;
    background-size: contain;
    padding-left: 60px;
    font-weight: bold;
    margin: 2px;
}