﻿.goodInputIcon
{
	width:10px;
	height:10px;
	background: url(../images/check.png);
}
.badInputIcon
{
	width:12px;
	height:12px;
	background: url(../images/error.png);
}
.grey-text {
	color: #CCC;
}
.validation-error {
    background: none repeat scroll 0 0 #FFD7DB;
    border: 1px solid #FFBAC1;
    color: #D60000;
    margin-bottom: 5px;
    margin-top: 5px;
	text-align:left;
	margin-bottom:5px;
}
.validation-error th {
	padding: 8px 15px;	
}
div.validation-error {
	padding:5px 12px;
	margin-bottom:15px;
}
.hide{
	display:none;
}
.informationContainer {
background: none repeat scroll 0 0 #efe;
border: 1px solid #a8e899;
color: #060;
margin-bottom: 15px;
margin-top: 5px;
padding: 8px 15px;
text-align: left;
}
div.informationContainer {
padding: 5px
12px;
}
