﻿.required
{
	color: Red;
}

.notRequired
{
	color: #CCCCCC;
}

.hiddenElement
{
	display: none;
}

.SGValidationContainer
{
	position: relative;
}

img.SGerror
{
	cursor: pointer;
	position: absolute;
}

.SGerrorMessage
{
	position: absolute;
	cursor: pointer;
}

.SGerrorMessageBox
{
	border: 1px solid blue;
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	width: 200px;
}

input.SGinvalid, select.SGinvalid, textarea.SGinvalid
{
	border:1px dotted #F00;
	background-color: #FFECE6;
}


