@charset "utf-8";
/* CSS Document */
/* Input */
#Form_NewsLetter_Input input, #Form_NewsLetter_Input select
{
	margin-left: 1%;
	height:25px;
	border: #A3D766 1px solid;
	background-color:#A3D766;
	line-height:25px;
}

#Form_NewsLetter_Input input:hover, #Form_NewsLetter_Input select:hover, #Form_NewsLetter_Input input:focus, #Form_NewsLetter_Input select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#Form_Search_Input input, #Form_Search_Input select
{
	margin-left: 1%;
	height:25px;
	border: #A3D766 1px solid;
	background-color:#A3D766;
	line-height:25px;
}

#Form_Search_Input input:hover, #Form_Search_Input select:hover, #Form_Search_Input input:focus, #Form_Search_Input select:focus 
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#Form_LoginCustomer_Input input
{
	height:25px;
	width: 189px;
	border: #A3D766 1px solid;
	background-color:#A3D766;
	line-height:25px;
	text-align:left;
}

#Form_LoginCustomer_Input input:hover, #Form_LoginCustomer_Input input:focus 
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

