/* This is the style for the informational messages presented to the user */

div.message {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}

.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/error.png) no-repeat left center;
	padding-left: 22px;
}

img.validationWarning, div.errors img.icon, div.messages img.icon {
    border: 0;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

span.fieldError {
    color: red;
    font-size: .95em;
    font-weight: bold;
}

.capsLockInvisible {
	font-size: 1px;	
	visibility: hidden;
}

.capsLockVisible {
	color: red;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/error.png) no-repeat left center;	
	visibility: visible;	
	padding-left: 22px;
}

