/**@Description: For popboxes of security notifications
 * @Author: ckulin
 * @Since: March 07, 2013
 * @Company: Brodos AG, Baiersdorf, Germany, 2013
 */
 
.security-notification-container {
    padding: 10px;
}

.warningIcon {
    float:left;
}
.warningIcon > img {
    padding: 5px;
}
 
.blockMsg {
    line-height: 22px;
    word-spacing: 2px;
    padding-left: 57px;
    font-size: 12px;
}

.security-notification-txt-1 {
    color: #0069B4;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.security-notification-txt-2 {
    padding-top: 13px;
    color: #0069B4;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.security-notification-button {
    height: 25px;
    width: 100px !important;
}