﻿p, h2 {
    margin-top: 0;
}

.error-msg {
    color: Red;
}

.clear {
    clear: both;
    height: 1px;
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000000;
    -khtml-opacity: 0.7; /* khtml, old safari */
    -moz-opacity: 0.7; /* mozilla, netscape */
    opacity: 0.7; /* fx, safari, opera */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    zoom: 1;
}

.popup {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    word-wrap: break-word;
    border: 4px solid #000000;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.popup .content {
    background: #fff;
    color: #666;
    font-family: arial,tahoma;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    padding: 0 15px;
}

.popup .content-middle {
    margin: 25px 0;
}

.popup-260 .content-middle
{
    margin: 8px 0;
}

.popup-260 .content-middle .content
{
    padding-top: 10px;
}

.popup-260 .occurrence-number span {
    font-size: 20px;
    color: #000000;
}

.popup .close {
    float: right;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: transparent url("../../Images/eraser.png") no-repeat top left;
    margin: -12px -12px 0 0;
}

.popup .cancel-button span {
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    display: block;
    float: left;
    line-height: 20px;
}

.generic-popup {
    display: none;
}

a.cancel-button {
    color: #000000 !important;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 26px 30px 0 0;
    text-decoration: none;
}

a.ok-button {
    color: #FFF !important;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 18px 20px 15px 0;
    text-decoration: none;
    white-space: nowrap;
}

a.ok-button span {
    display: block;
    float: left;
    height: 35px;
    width: 11px;
}

a.ok-button span.left-corner-blue {
    background-position: 0 0;
}

a.ok-button span.mid-button-blue {
    background-position: 0 -35px;
    background-repeat: repeat-x;
    width: auto;
}

a.ok-button span.right-corner-blue {
    background-position: 0 -70px;
}
