/*--------------------------------------------------------*\
	Script:  /includes/css/w3c.css
	Purpose: Provide W3C stylesheeting

	Notes:
		- Make text inputs 2px smaller than desired width
		- Make textarea inputs 2px smaller than desired height
		- Make textarea inputs 2px smaller than desired width
----------------------------------------------------------*/

input.text
{
	width: 173px;
}
input.text_search
{
	width: 123px;
}
input.text_validation
{
	width: 84px;
}

textarea, textarea.popup
{
	width: 323px;
	height: 123px;
}
