/* standardized form styles */
form fieldset
{
	border:none;
	padding:0;
}

form input.text
{
	background:url(../images/textbox-background.png) #fff repeat-x 0% 100%;
	font:normal normal normal 1em/1.1 verdana,sans-serif;
	color:#505050;
	border:1px solid #a0a0a0;
	padding:3px 6px 5px 6px;
	height:1.15em;
	width:117px;
	margin:0 5px 2px 0;
}
input.text.defaultValue
{
	color:#a0a0a0;
}
/* ### CSS hack for IE7 ### */
*+ html form input.text
{
	height:1.1em;
}

