/*RadNotification Hay Skin*/

.RadNotification_ProFieldCustom
{
	border: 1px solid #40703e;
	background-color: #ffffff;
}

.RadNotification_ProFieldCustom.rnShadows
{
	box-shadow: 2px 2px 3px #acb5ac;
	-webkit-box-shadow: 2px 2px 3px #acb5ac;
}

.RadNotification_ProFieldCustom .rnTitleBar,
.RadNotification_ProFieldCustom .rnCommands a
{
	background-image: url('Notification/NotificationSprite.png');
}

.RadNotification_ProFieldCustom .rnTitleBar
{
	border: 1px solid #77ba73;
}

.RadNotification_ProFieldCustom .rnTitleBarTitle
{
	color: #ffffff;
}

.RadNotification_ProFieldCustom .rnContentWrapper
{
	border-top: 1px solid #40703e;
}






