﻿#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
{
    font-size: 130%;
    font-weight: bold;
    color:#949494;
}
.requiredField
{
    color: Red;
}

.notif_success
{
	border:solid 1px #208d1b;
	background-color:#62be59;
	color:#ffffff;
	font-weight:bold;
}

.notif_error
{
	border:solid 1px #831a1a;
	background-color:#b22828;
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
}