@CHARSET "ISO-8859-1";

input[type=text].login
{
  width: 156px;
  height: 18px;
  background-color: #fff600;
}

input[type=password].login
{
  width: 156px;
  height: 18px;
  background-color: #fff600;
}

input[type=text]
{
  width: 200px;
  height: 18px;
  border: 1px solid #595959;
}

input[type=password]
{
  width: 200px;
  height: 18px;
  border: 1px solid #595959;
}

input[type=image]
{
  height: 18px;
  border: 0px;
}

textarea
{
  width: 350px;
  height: 150px;
  border: 1px solid #000000;
}

input[type=radio]
{
 width: 20px;
}

input:focus, 
textarea:focus
{
  background-color: #fff600;
}

.textarea_error {border: 1px solid red; background-color: #FFECE6;}
input.error {border: 1px solid red; background-color: #FFECE6;}

input[type=text].search
{
  width: 97px;
  height: 16px;
  background-color: #fff600;
}

input.cart_amount
{
  width: 30px;
  height: 16px;
}
