@CHARSET "UTF-8";
/*
html, body {
    color:#000;
    font-family:arial,helvetica,verdana;
    text-align:left;
    width:100%;
    
    background:transparent;
}
a img {border:none;}*/
#popup {
    padding:10px 10px 0px;
    background:transparent url('/images/popup/popup-bg.png') no-repeat;
    width:441px;
    font-size:130%;
    font-weight:bold;
}
#popup p{
    margin:0.5em 0em;
}
#popup .heading {
    color:#e23920;
    font-weight:bold;
}
#popup td.label {
    color:#e23920;
    font-weight:bold;
    text-transform: uppercase;
    padding-top:15px;
}
#popup td {
    padding-top:10px;
}
#popup td.element input {
    border:1px solid #ebebeb;
    width:232px;
    height:28px;
}
#popup table {
    margin:auto;
}
#popupContainer {
    background:#fff url('/images/popup/popup-bottom-bg.jpg') no-repeat bottom center;
    margin:auto auto auto -10px;
    width:100%;
    padding:10px;
}
#popup-bottom {
    background:transparent url('/images/popup/popup-bottom-bg.png') no-repeat;
    width:100%;;
    margin:auto;
    height:18px;
    z-index:4000;
}
#popup .popupSubmit {text-align:right}
#popup .popupSubmit input{
    width:84px;
    height:22px;
    background:transparent url('/images/popup/submit.jpg') no-repeat center;
    border:0 none;
    margin-right:10px;
    margin-top:15px;
}

#popup .close { text-align:right;}
#popup .close a {
	margin-right:10px;
}

#popup .errors {
    font-size:90%;
}

#popup .errors ul{
	margin:auto;
    margin-top:5px;
    margin-bottom:5px;
    width:303px;
}
