.notification {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 15px 0 10px 0;
    padding: 12px 10px;
    text-align: center;
    font-size: 13px;
}
.notification-message p{
    padding: 0;
    font-weight: 600;
    position: relative;
    display:inline-block
}
.notification-message a{
    text-decoration:underline
}
.notice {
    position: relative;
}
.warning 
{
	background: #fdf8ed;
    border: 1px solid #f4daa6;
    color: #734c00;
}
.error 
{
	background-color: #fcf4f2;
    border: 1px solid #f9c9bf;
    color: #a51b00;
}
.information 
{
    background: #cfe6f8;
    color: #4e575e;
    border: 1px solid #a6bcca;
}
.notification-settings.information {
    margin: 5px 0 10px 0;
}
.error .notice ul 
{
	list-style: none;
	margin-top: 3px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.error .notice span {
    font-weight: bold;
}

#validationErrorsContainer .notice span,
#errorContainer .notice span 
{
	background: url(../interface/icon-error.png) 3px 1px no-repeat; 
	padding-left:25px;
}

.notification-settings p {
    padding-right: 20px;
}
@media (max-width:300px) {
    .notification-settings p {
    padding-right: 30px;
}
}


/* ICONS */
.notification-message-icon {
    background: url('../interface/sprite.png') no-repeat 0 0;
    float: left;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.warning-icon {
    background-position:-67px 0;
}
.error-icon {
    background-position: -84px 0;;
}
.information-icon {
    background-position:-84px -17px;
}

@media (min-width:1200px) {

    .notification.index-message {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
    }

}

/* --------------OLD STYLES ------------------

#warningContainer .notice 
{
	background: url(../interface/warning_icon.gif) 7px center no-repeat; 
	padding: 5px 15px 0px 35px;
}


.error .notice span,
#informationContainer .notice span,
#warningContainer .notice span
{
	font-weight: bold;	
	font-size: 1.1em;
}    

#errorContainer .notice,
#informationContainer .notice,
#warningContainer .notice 
{
	padding-bottom: 5px;
}


 */