﻿

.validationSymbol 
{
	position: relative;
	padding: 0;
	background-color: White;
	border: solid 1px #cccccc;
	border-left: none;
	width: 22px;
	height: 22px;
	vertical-align: bottom;
}

.notificationBlock 
{
	padding: 7px;
	background-color: White;
	border: solid 2px #AFCD28;
	color: #AFCD28;
	margin-bottom: 12px;
	font-weight: bold;
}

.missingRequiredFieldValue 
{
	background-image: url(/_skin/Standard/images/greengrass/symbol_validation_top_mandatory.gif);
	background-repeat: no-repeat;
	padding-left:  36px;
}

.invalidFieldValue 
{
	background-image: url(/_skin/Standard/images/greengrass/symbol_validation_top_incorrect.gif);
	background-repeat: no-repeat;
	padding-left:  36px;	
}

.inlineValidationError 
{
	color: #AFCD28;
	padding: 3px 6px;
	border: solid 1px #AFCD28;
	background-color: White;
	font-weight: bold;
}

.notificationSection 
{
	margin-bottom: 24px;
}

.wizardFormSimple 
{
	color: #787878;
}

.floatRight 
{
	float: right;	
}