/*------------------------------------------------Error/Warning/Message--------------------*/

.message_container
{
    margin:0 0 0 0;
    padding:5px 0 5px 0;
}

.error, .alert, .info
{
    border:1px solid #FFFFFF;
    height:48px;
    width:90%;
    margin:0 auto;
	color:#333333;
}

.error em, .alert em, .info em
{
    display:block;
    font-style:normal;
    padding:5px 10px 10px;
    vertical-align:baseline;
}

.error em img, .alert em img, .info em img{
    margin-right:10px;
    position:relative;
    top:7px;
}

.error
{
    background:#F6DCD9 none repeat scroll 0 0;
    border-color:#D8A59F;
}

.alert
{
    background:#F6EFA6 none repeat scroll 0 0;
    border-color:#D4CC7D;
}

.info
{
    background:#D6EAC1 none repeat scroll 0 0;
    border-color:#92B967;
}

.close 
{
    color:#990000;
    font-size:9px;
    position:absolute;
    padding:0 0 0 80%;
    width:35px;
}

/*------------------------------------------------Error/Warning/Message--------------------*/