@charset "UTF-8";
/* SpryValidationConfirm.css - version 0.1 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */  
.confirmValidMsg {
	color: #F00;
	text-align: left;
	
}


 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.confirmValidState {
	background-color: #6F9;
	text-align:
;
	font-weight: bolder;
	color: #000;
}

.unsichtbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1px;
	color: #FFF;
	text-decoration: blink;
}
