
/* additional styles go here. Success, Error, etc. needed. */

/* message boxes: warning, error, etc
.success h1,
.notice h1,
.warning h1,
div.error h1 {
    border-bottom:      2px solid;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}
 */

.footnav td {
    text-align: center;
/*    background: url(images/footprint.gif) no-repeat 50% 50%;
    height:47px;
    width:113px; */
    background: url(images/green-apple.gif) no-repeat 50% 50%;
    height: 111px;
    width: 113px;
    color:black;
}

.footnav td a {
    text-align: center;
    font-weight: bold;
    color:black;
    display:block;
    background: none;
}

.mailer_user {
    float: left;
    border: 1px solid black;
    padding: 5px;
    margin: 3px;
}
 
div.success,
div.notice,
div.warning,
div.error {
    margin:             3px 0px;
    border:             2px solid;
    background-repeat:  no-repeat;
    background-position: 10px 50%;
    padding:            0.2em 0.2em 0.2em 36px;
}
.success {
    color:              #000000;
    background-color:   #EEEEEE;
}
h1.success,
div.success {
    vertical-align:     top;
    border-color:       #00FF00;
    background-image:   url(./images/success.gif);
}
.success h1 {
    border-color:       #00FF00;
}

.notice {
    color:              #000000;
    background-color:   #EEEEEE;
}
h1.notice,
div.notice {
    border-color:       #FFD700;
    background-image:   url(./images/notice.gif);
}
.notice h1 {
    border-color:       #FFD700;
}

.warning {
    color:              #CC0000;
    background-color:   #EEEEEE;
}
p.warning,
h1.warning,
div.warning {
    border-color:       #CC0000;
    background-image:   url(./images/warning.gif);
}
.warning h1 {
    border-color:       #cc0000;
}

.error {
    background-color:   #EEEEEE;
    color:              #ff0000;
}

h1.error,
div.error {
    border-color:       #ff0000;
    background-image:   url(./images/error.gif);
}
div.error h1 {
    border-color:       #ff0000;
}
	

