#notificationContainer .notification {
    display: none;

    margin-bottom: 10px;
    padding: 1px;
}
#notificationContainer .notification p {
    margin: 10px;
}

.SUCCESS {
    background: lightgreen;
}

.FAILURE {
    background: lightpink;
}

#showHideButton {
    font-size: .8em;
    cursor: hand;
    cursor: pointer;
    color: #666;
}

.PRELIMINARY_WARNING {
    display: none;
}

#notificationContainer .WARNING, .PRELIMINARY_WARNING {
    background: url(/images/icons/alert.gif) no-repeat 8px 10px;
    border: solid 3px yellow;
    padding-left: 30px;
    
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.bigButton {
    background:transparent url(/images/buttons/button-signupnow.png) no-repeat scroll 0 0;
    text-align:center;
    width:297px;

    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    height:76px;
    line-height:72px;
}

div.bigButton a {
    color:#FFFFFF;
    text-decoration: none;
}

div.bigButton a:hover {
    text-decoration: underline;
}

.messageScreen {
    display: none;
}

.messageScreen h2 {
    margin-top: 0;
}

.firstMessageScreen {
    display: block;
}

#messagingArea {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border: 4px solid #ECE8E3;
    margin-bottom: 5px;
    padding: 5px;
}

#previewViewerContainer {
}

#previewViewerParentContainer {
    text-align: center;
    background-color: #CDD4D6;
    width: 100%;
}

.displayNone, .hidden {
    display: none;
}

#expectedContainer {
    width: 130px;

    background-color: #CDD4D6;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
}

.copyElement {
    display: none;
}

.redirectContainer {
    display: none;
}
