/* This file is for customer overrides to the default, base styles */
a.iw-base-button:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    background-color: #E4ECF2;
    text-decoration: underline;
    font-weight: normal;
}

/* Used as small text in a label type field */
.custom-small-label
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}

.custom-error-text
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #990033
}

#errorContainer
{
	margin: 0px;
	padding-top: 4px;	
	padding-bottom: 2px;
	display: none;	
}
#custom-progress-message
{
	margin: 0px;
	width: 363px;
	height: 40px;	
	display: none;	
}

.custom-progress-border 
{
	height: 20px;
	width: 363px;
	background: #fff;
	border: 1px solid #999999;
	margin: 0;
}
.custom-progress-bar
{
	height: 18px;
	margin: 1px;
	padding: 0px;
	background: #aabbcc;
}