﻿.validationErrorContainer
{
	background-color:red;
	border:2px solid white;
	float:left;
	height:18px;
}

.validationErrorText
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;	
}

.validationErrorArrow
{
	margin-top:3px;
	margin-left:4px;
}

.validationErrorArrow15
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:15px;
	height:1px;
	margin-left:0px;				
}

.validationErrorArrow13
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:13px;
	height:1px;				
	margin-left:1px;				
}

.validationErrorArrow11
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:11px;
	height:1px;				
	margin-left:2px;				
}

.validationErrorArrow9
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:9px;
	height:1px;				
	margin-left:3px;				
}

.validationErrorArrow7
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:7px;
	height:1px;				
	margin-left:4px;				
}

.validationErrorArrow5
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:5px;
	height:1px;				
	margin-left:5px;				
}

.validationErrorArrow3
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:3px;
	height:1px;				
	margin-left:6px;				
}

.validationErrorArrow1
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:red;
	width:1px;
	height:1px;	
	margin-left:7px;				
}

.validationAlertContainer
{
	background-color: #A9FB24;
	border: 2px solid white;
	float: left;
	height: 18px;
}

.validationAlertText
{
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;	
}

.validationAlertArrow
{
	margin-top:3px;
	margin-left:4px;
}

.validationAlertArrow15
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:15px;
	height:1px;
	margin-left:0px;				
}

.validationAlertArrow13
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:13px;
	height:1px;				
	margin-left:1px;				
}

.validationAlertArrow11
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:11px;
	height:1px;				
	margin-left:2px;				
}

.validationAlertArrow9
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:9px;
	height:1px;				
	margin-left:3px;				
}

.validationAlertArrow7
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:7px;
	height:1px;				
	margin-left:4px;				
}

.validationAlertArrow5
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:5px;
	height:1px;				
	margin-left:5px;				
}

.validationAlertArrow3
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:3px;
	height:1px;				
	margin-left:6px;				
}

.validationAlertArrow1
{
	border-left:2px solid white;
	border-right:2px solid white;
	background-color:#A9FB24;
	width:1px;
	height:1px;	
	margin-left:7px;				
}

.errorFrameV2
{
    border: 2px solid #9D1C1F;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
    min-height: 22px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-top: 2px;
    width: 98%;	
    cursor:pointer;
}

.validationErrorV2Container
{
	background-color: #711012;
    color: white;
    font-family: arial;
    font-size: 1em;
    line-height: 14px;
    padding: 5px;
    padding-right:15px;
    position:relative;
}

.validationErrorV2Text
{
    line-height: 12px;
    padding-left: 5px;
}

.validationErrorV2Button
{
	background-color: #C82127;
    border: 4px solid #C82127;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    -khtml-border-radius:10px;
    color: #711012;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
    font-weight: bold;
    height: 7px;
    line-height: 6px;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 7px;
}

.errorFieldV2
{
	border:2px solid #711012 !important;	
	border-radius:4px 4px 4px 4px !important;		
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
    -khtml-border-radius:4px !important;
}

.alertFrameV2
{
    border: 2px solid #7F7F7F;
    border-radius: 4px 4px 4px 4px;
    height: 22px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-top: 2px;
    width: 98%;
    cursor:pointer;
}

.validationAlertV2Container
{
	 background-color: #179619;
    color: white;
    font-family: arial;
    font-size: 1em;
    height: 12px;
    line-height: 14px;
    padding: 5px;
    position: relative;
}

.validationAlertV2Text
{
    color: white;
    line-height: 12px;
    padding-left: 5px;
}

.validationAlertV2Button
{
	background-color: #949617;
    border: 4px solid #949617;
    border-radius: 10px 10px 10px 10px;
    color: black;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
    font-weight: bold;
    height: 7px;
    line-height: 6px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 7px;
}

.alertFieldV2
{
	border:2px solid #7F7F7F;	
	border-radius:4px 4px 4px 4px;		
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -khtml-border-radius:4px;
}

