.help {
    width: 290px;
    position: fixed;
    top: 140px;
    z-index: 11;
}
.help ul {
    display: block;
    background-color: #f8f8f8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #bebebe;
    border-left: 0px;
    width: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.help ul li {
    display: block;
    padding: 5px;
}
.help ul li.separator {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #bebebe;
    padding: 0px;
}
.help ul li a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}
.help ul li .about {
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') 0px 0px no-repeat;
}
.help ul li .contact {
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') 0px -15px no-repeat;
}
.help ul li .facebook {
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') 0px -64px no-repeat;
}
.help ul li .details {
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') 0px -80px no-repeat;
}
.help ul li .blog {
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') 0px -96px no-repeat;
}
.help .helpPopup {
    width: 350px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #bebebe;
    position: absolute;
    left: 35px;
    top: -15px;
    padding: 10px 20px;
    display: none;
}
.help .helpPopup .arrow {
    width: 7px;
    height: 13px;
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/help_icons.png') -10px -48px no-repeat;
    position: absolute;
    left: -6px;
}
.help .helpPopup.tabindex-1 .arrow {
    top: 20px;
}
.help .helpPopup.tabindex-2 .arrow {
    top: 45px;
}
.help .helpPopup.tabindex-3 .arrow {
    top: 70px;
}
.help .helpPopup.tabindex-3 ol {
    display: block;
    float: right;
    font-size: 12px;
    color: #8e8e8e;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}
.help .helpPopup.tabindex-3 ol li {
    padding: 2px 0px;
}
.help .helpPopup p {
    color: #858585;
    font-size: 12px;
    font-family: 'Arial', Verdana, sans-serif;
    margin: 10px 0px 0px 0px;
    display: block;
}
.help .helpPopup h1 {
    font-family: 'Bebas', Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #484848;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    display: block;
    word-spacing: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #858585;
}
.help .helpPopup form {
    display: block;
    margin-top: 5px;
}
.help .helpPopup label {
    margin-top: 5px;
    display: block;
    color: #484848;
    font-size: 12px;
    font-family: 'Arial', Verdana, sans-serif;
    font-weight: bold;
}
.help .helpPopup div.alert-danger {
    color: #d13a3a;
}
.help .helpPopup div.alert-success {
    color: #589e53;
}
.help .helpPopup .alert {
    font-size: 12px;
    font-family: 'Arial', Verdana, sans-serif;
}
.help .helpPopup input {
    display: block;
    margin: 0px;
    padding: 12px 10px;
    color: #858585;
    font-size: 12px;
    font-family: 'Arial', Verdana, sans-serif;
}
.help .helpPopup textarea {
    display: block;
    margin: 0px;
    padding: 10px;
    color: #858585;
    font-size: 12px;
    font-family: 'Arial', Verdana, sans-serif;
    height: 90px;
    resize: none;
}
.help .helpPopup sup {
    color: #d13a3a;
}
.help .helpPopup .submit {
    display: block;
    width: 104px;
    padding: 8px 0px;
    text-align: center;
    background: transparent url('http://www.microgallery.ro/public/Pages/_this/images/resources/send.png') 0px 0px no-repeat;
    font-family: 'Arial', Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px auto 0px auto;
}
.help .helpPopup label.error {
    color: #d13a3a;
}
.microscope {
    display: block;
    margin: 5px auto;
    width: 105px;
}
.microscope img {
    border: 0px;
}
.help .helpPopup button.close {
    display: none;
}