﻿.infoPopup, .popupForm, .messageBoxPopup
{
    background-color: #3e3e3e;
    border: 1px solid gray;
    font-size: 11px;
}
.infoPopup
{
    padding: 15px;
    color: #bbb;
}
#divMoreInfo
{
    height: 380px;    
}


.modalContainer, .infoModalContainer, .messageBoxModalContainer
{
    display: none;width: 400px;
    height: 380px;
    /*
    left: 50%; 
    _margin: 0 auto !important;
    margin-left: -87px;
    top: 25%;
    _left: expression((documentElement.clientWidth /2) - 274+"px");
    */
}

/* Moer info popups */
.infoModalContainer
{
    width: 600px;
    margin-left: -7px; /*height: auto;*/
    font-size: 12px;
}
.infoModalContainer label
{
    width: 70px;
}
.infoModalContainer a
{
    text-decoration: underline;
    color: #bbb;
}
.infoModalContainer a:hover
{
    text-decoration: none;
    color: White;
}

/*************************/

/* Message Box popups */
.messageBoxModalContainer
{
    width: 400px;
    margin-left: -10px;
    height: auto;
    font-size: 12px;
    left: 35%;
    top: 40%;
}

#divMessageBoxContent
{
    padding: 10px;
}
/*************************/


#modalOverlay
{
    background-color: #000;
    cursor: wait;
}



.popupForm label, .popupForm input, .popupForm select
{
    height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.newsletterBox label, .popupForm label
{
    width: 70px;
    margin-left: 5px;
    margin-top: 6px;
    float: left;
    clear: left;
}

.newsletterBox input, .popupForm input, .popupForm select
{
    border: 1px solid black;
    width: 220px;
    height: 16px;
    font-size: 12px;
    float:left;
}

.newsletterBox h3{
margin:0;
}
.newsletterBox label{
width:50px;
}
.newsletterBox input{
margin-top:4px;
width:145px;
background-color:#3E3E3E;
border:1px solid gray;
color:Gray;
}
.newsletterBox .sendButton{
margin-top:5px;
margin-right:3px;
}
.newsletterBox span{
font-size:10px;

}

.popupForm select
{
    height: 22px;
}
.popupForm textarea
{
    border: 1px solid black;
}

.closeButton
{
    float: right;
    margin-top: 7px;
    margin-right: 7px;
    cursor: pointer;
}

input.sendButton
{
    background-color: #202020;
    color: Gray;
    border: 1px solid gray;
    width: 85px;
    height: 21px;
    float: right !important;
    margin-right: 25px;
    font-weight: bold;
    padding-bottom: 5px;
    cursor: pointer;
}
