@charset "utf-8";
/* CSS Document */

#Form_Search input
{
	margin-left: 1%;
	height:25px;
	border: #999 1px solid;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	width:170px;
}

#Form_Search input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus
{
	border: #999 1px solid;
	background-color: #FFFFFF;
}

#Form_Search input[type=submit]
{
	width: 30px;
/*	border:2px outset #CCCCCC;*/
	font-weight:bold;
	background-color: #000000;
	color: #FFFFFF;
 	cursor:pointer;
}

#Form_Search input[type=submit]:hover {
	border:2px outset #FFFFFF;
	background-color:#000000;
}

#Form_Search input[type=submit]:active {
	border:2px inset #FFFFFF;
	background-color:#000000;
	color:black;
} 