﻿.info, .success, .warning, .error, .validation, .alert
{
font-family: arial,sans-serif;
font-size: 12px;
border: 1px solid;
margin: 8px 1px;
padding: 0 0 10px 45px !important;
background-repeat: no-repeat;
background-position: 10px center;
}
.info
{
color: #00529B;
background-color: #BDE5F8;
background-image: url("/_LAYOUTS/images/sCMSintraLayouts/info.png");
}
.success
{
color: #4F8A10;
background-color: #DFF2BF;
background-image: url("/_LAYOUTS/images/sCMSintraLayouts/success.png");
}
.warning
{
color: #9F6000;
background-color: #FEEFB3;
background-image: url("/_LAYOUTS/images/sCMSintraLayouts/rwAlert.gif");
}
.alert
{
color: #9F6000;
background-color: #FEEFB3;
background-image: url("/_LAYOUTS/images/sCMSintraLayouts/rwAlert.gif");
}
.error
{
border: 1px solid #7f040b !important;
color: #e4c4c6;
background-color: #b0030d;
background-image: url("/_LAYOUTS/images/sCMSintraLayouts/error.png");
line-height: 16px;
}

.info input
{
border: 1px solid #00529B !important;
background: #0b6cc3 none !important;
}
.success input
{
border: 1px solid #4F8A10 !important;
background: #09a407 none !important;
}
.warning input
{
border: 1px solid #9F6000 !important;
background: #cc800b none !important;
}
.alert input
{
border: 1px solid #9F6000 !important;
background: #cc800b none !important;
}
.error input
{
border: 1px solid #7f040b !important;
background: #c1000b none !important;
}

.info input, .success input, .warning input, .alert input, .error input
{
float: right;
clear: both;
padding: 2px 6px !important;
border-top: 0 !important;
border-right: 0 !important;
font-size: 10px !important;
color: #fff !important;
cursor: pointer;
}

.spanMessage
{
display: block;
margin-top: 10px;
margin-right: 20px;
}
