﻿.section-popup
{
    border:5px solid #5B5B5B;
    background-color: #FFFFFF;
    text-align: left;
    color: #666666 !Important;
    min-height: 10px;
    padding:20px;
    height:auto;
    position: absolute;
    display:none;
    z-index:1001;
}

.section-popup input[type="text"]
{
    width:80%;
}

.section-popup textarea
{
    width:80%;
    height:200px;
}

.section-popup-background
{
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60); /* IE's opacity*/
    opacity: 0.6;
    display:none;
    z-index:1000;
}

.popup_title {
    background:none repeat scroll 0 0 #00A2E6;
    border-color:#FFFFFF #FFFFFF #999999;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    cursor:move;
    font-size:14px;
    font-weight:bold;
    line-height:1.75em;
    margin:-20px -20px 9px;
    padding:0;
    text-align:center;
}

