/*
	colors-default.css
 	Author:	Ivan Alexander
			http://www.creativeblaze.com/
*/

/* General css rules */
body				{}
input.text			{color: #333333; border-color: #999999; background: #FFFFFF url("../images/formField-background.gif") no-repeat;}
input.button		{color: #333333; border-color: #666666; background: #FFCC33;}
select				{color: #333333; border-color: #999999; background: #FFFFFF url("../images/formField-background.gif") no-repeat;}
textarea			{color: #333333; border-color: #999999; background: #FFFFFF url("../images/formField-background.gif") no-repeat;}
a 					{color: #990000; text-decoration: none;}
a:visited			{color: #999966; text-decoration: none;}
a:hover 			{color: #990000; text-decoration: underline;}


/* General page styling rules */
