﻿#notifications_content
{
    width: 100%;
}

.notif_label
{
    width: 225px; 
    font-weight: bold;
    padding: 4px 4px 0 4px !important;
}
.notif_txtBox
{
    width: 200px;
}
#txtNotificationCellNum
{
    width:90px;
}

.notif_subData
{
    padding-left: 50px;
    padding-top: 0px;
    text-align: left;
}

.notif_subheader
{
background-color:#F0F1F3;
color:#8B8C8D;
font-size:130%;
font-weight:bold;
}
.requiredField
{
    color: Red;
}

.notif_success
{
	background-color:#56a846;
	color:#ffffff;
	font-weight:bold;
	padding:4px;
}

.notif_error
{
	background-color:#91191b;
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
}
