﻿
/*	-------------------------------------------------------------
	Ermis Awards 2005 Template Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Form Validation Style
	
	
	-------------------------------------------------------------
	Designed & Developed by HellasNet, a FORTHnet Business Unit
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Form Validation Settings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		input.errHilite, select.errHilite, textarea.errHilite {
			border:				1px solid #D6026B;
		}
		
		label.errHilite {
			color:				#D6026B;
			font-weight:		bold;
		}
		
		input {
			border:				1px solid #D2D2D2;
			background-color:	#FFFFFF;
		}
		
		.checkbox {
			border:				none;
			background-color:	transparent;
		}
		
		.radio {
			border:				none;
			background-color:	transparent;
		}
