/* Button */

a.Button:link, a.Button:visited
{
	text-align: center;
	text-decoration: none; 
	color: #242424;
	float: left;  
	padding-top: 4px;  
	height: 23px;
}

a.ButtonOff:link, a.ButtonOff:visited
{
	text-align: center;
	text-decoration: none; 
	padding-top: 4px;  
	color: gray; 
	height: 23px;
	cursor: default;
	float: left;   
}

/* Select */

.Select
{
	font-size: 12px;
	font-family: Helvetica,Arial;
}

/* Input */

.Input
{
	width: 170px;
	height: 17px;
	font-size: 12px;
	font-family: Helvetica,Arial;
}
.Input_Highlight
{
	border: solid 2px red;
	height: 16px;
	font-size: 11px;
	font-family: Helvetica,Arial;
}

/* Validation Controls */

div.ValidationSummary
{
	padding: 8px 10px 5px 35px;
	margin: 0px auto 10px auto;
	border: solid 2px #d31213;
	font-weight: bold;
	background: white url(../images/icn-notification-error.gif) no-repeat left top;
}
div.ValidationSummary ul
{
	margin: 0px;
	padding: 5px;
	line-height: 18px;
	padding-left: 35px;
}
div.ValidationSummary li
{
	font-weight: normal;
	color: #3b3b3b;
}

.ScrollFormContainer
{
	overflow: auto;
	float: left;  
	width: 300px;
	height: 160px;
	border: solid 2px #01c01d;    
}
