form {
	margin: 0px;
}

input, select, textarea, button 
{
	color: #000000; 
	font-size: 10px; 
	font-family: Tahoma, "Times New Roman", serif; 
	line-height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 300px;
	height: 15px;
	margin-bottom: 5px;
}

textarea 
{
	height: 50px;
}

input.search
{
	width: 330px;
}

input.small
{
	width: 15px;
}

input.file
{
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
	width: 170px;
	height: 17px;
}

input.right
{
	width: 123px;
	margin-bottom: 5px;
	color: #cccccc;
}

input.button, button.button
{
	background-color: #666666;
	color: #ffffff; 
	font-size: 10px; 
	font-family: Tahoma, "Times New Roman", serif; 
	padding: 0px 3px 2px 4px;
	margin: 0px 0px 0px 3px;
	width: 45px;
	height: 15px;
	border-width: 0px;
	text-decoration: none;
	cursor: pointer;
}

input.image
{
	border-width: 0px;
}

a.button
{
	background-color: #666666;
	color: #ffffff; 
	font-size: 10px; 
	font-family: Tahoma, "Times New Roman", serif; 
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	height: 17px;
	border-width: 0px;
	text-decoration: none;
}

a.button:hover
{
	background-color: #666666;
	color: #ffffff; 
	text-decoration: underline;
}
