/** 
 * Stylesheet-Datei v1.3
 * Copyright (c) 2002 Flix-Web (www.flix-web.de)
 */
 
INPUT.button {
	border : #4169e1 2px hidden;
	background : #b0c4de;
}

INPUT.textfield {
	border : #4169e1 1px hidden;
	background : #ffffff;
	text-align : left;
}

INPUT.ntextfield {
	border : #4169e1 1px hidden;
	background : #ffffff;
	text-align : right;
}

TEXTAREA.textarea {
	border : #4169e1 1px hidden;
	background : #ffffff;
	text-align : left;
}

DIV.error {
	font-weight : bold;
	color : #ff4500;
}

P.thanks {
	font-size : 18px;
	font-weight : bold;
	color : #006400;
	text-align : center;
}

HR.thanks {
	color : #006400;
	width : 100%;
	height : 2px;
	text-align : center;
	border : none;
}

P.failed {
	font-size : 18px;
	font-weight : bold;
	color : #ff0000;
	text-align : center;
}
