@charset "UTF-8";
/* CSS Document */
ul.nobullet {
	list-style-position: outside;
	list-style-type: none;
	color: #000;
}
ul.nobullet li {
	margin: 2px 0px;
	padding: 0px;
}
span.red {
	color: #8C0000;
}
/* General styling for both valid and invalid input */
.invalidInput,.validInput{
	display:inline;
	padding: 4px 1px;
}
/* Style for invalid input */
.invalidInput{
	border:1px solid #8C0000;
}

/* Style for valid input */
.validInput{
	border:1px solid #fff;
}

/************************************************************************************************************
(C) www.dhtmlgoodies.com, February 2006

This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.	

Terms of use:
You are free to use this script as long as the copyright message is kept intact. However, you may not
redistribute, sell or repost it without our permission.

Thank you!

www.dhtmlgoodies.com
Alf Magne Kalleland

************************************************************************************************************/
