/*Please Remove comments when we are already developping the site*/
/*Aspac-Law by:Michael Mabini*/

		/*input, textarea {
			border:1px solid #000000;
			background-color:#FFFFFF;
		}
		*/

		.validation-failed { /* lets put codes here when we use textboxes, textareas, passwords */
			/*border:1px dashed #F33;*/
			background-color:#FCC; 
		}
		
		.validation-failed-cr { /* lets put codes here when we use checkboxes and radios */

		}
		
		.validation-failed-sel { /* lets put codes here when we use selects */

		}
		
		.validation-passed { /* lets put codes here when we use textboxes, textareas, passwords */
			/*border:1px solid #6C6;*/
			background-color:#FFFFFF; /*#CFF*/
		}
		
		.validation-passed-cr { /* lets put codes here when we use checkboxes and radios */
		
		}
		
		.validation-passed-sel { /* for selects */
		
		}
		
		.button {
			/*border:1px solid #0B5C8B;*/
			border-top:1px solid #FFFFFF;
			border-left:1px solid #FFFFFF;
			border-bottom:1px solid #404040;
			border-right:1px solid #404040;
			background-color:#D4D0C8;
			color:#000000;
		}
		
		/*b_none { border:none; background-color:transparent;}*/