div.overlay {
    background-image: url(../images/white-overlay.png);
    width: 525px;
    display: none;
    padding: 25px 35px;
}

div.overlay div.close {
    background-image: url(../images/close.png);
    position: absolute;
    right: 5px;
    top: -5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#alert {
	width: 445px !important;
    padding: 15px 10px 15px 35px;
}

#alert h2.success {
    background: url(../images/success_check.png) no-repeat 0 50%;
    padding: 24px 0 24px 60px;
}

#alert h2.failure {
    background: url(../images/warning_exclamation.png) no-repeat 0 50%;
    padding: 24px 0 24px 60px;
}



.contact-form {
    border: 1px solid #999;
    background: #f6f6f6;
    padding: 10px;
}

#contactOverlay label {
    color: #555;
}

#contactOverlay label span {
    font-weight: normal;
    margin-left: 7px;
}

#contactOverlay em.error {
    margin: 10px 0 0 10px;
    color: #ff0000;
    font-style: normal;
    font-weight: bold;
    vertical-align: top;
    line-height: 33px;
    /*position: relative;*/
}

#contactOverlay div {
    margin: 10px 0;
    font: normal 11px tahoma, arial, sans-serif;
}

#contactOverlay button {
    background: url(../images/aei_button_blue.png) no-repeat 0 0;
    border: 0;
    width: 91px;
    height: 39px;
    display: block;
    cursor: pointer;
    margin-top: 12px;
}

#contactOverlay #sendConfirmation {
    margin-left: 30px;
    color: #363;
    font-weight: bold;
}




#contactOverlay h2 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
    color: #000;
}

#contactOverlay input,
#contactOverlay textarea {
     margin: 6px 0 10px 0;
     border: 1px solid #214976;
     background: #e3e9f2;
     padding: 2px;
     width: 300px;
}
