﻿/*
    NOTE: THIS CSS IS NOT PART OF BUNDLING, AS THIS RESIDES OUTSIDE OF THE SECURITY BOUNDARY. ANY UPDATES MADE TO THIS SHOULD BE TRACKED TAGGED WITH VERSION FOR CACHE BURSTING.
*/

.alert-bg
	{

		background: #f8e4d4;
		background-repeat: no-repeat;
		height: 35px;
		padding: 7px 7px 15px 7px;
		color: red;
        border-bottom: 1px solid #ebaf7f; 
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        box-sizing: content-box !important;
        font-family: Arial, Helvetica, sans-serif;
	}
.alertPadding {
        padding: 0 0 0 35px;
}
.alert-heading
	{
		font-size: 14px;
	}

.alert-text
	{
		padding: 8px 0 0 50px;
        display: block;
        margin: 0 auto;
        width: 810px;
        box-sizing: content-box !important;
    }