@charset "utf-8";

/*============================================================================}
{                                                                             }
{                            Styles_buttons.css                               }
{                                                                             }
{ Painikkeiden tyylitiedosto.                                                 }
{                                                                             }
{                                Terameri Oy                                  }
{                               Kari Tiihonen                                 }
{                                20.07.2009                                   }
{                                                                             }
{============================================================================*/

/*=======================*/
/* PAINIKKEET            */
/*=======================*/

/* Painike mustalla tekstillä. */
input.button_black_text {
  /* Kehys. */
  border-width          : 1px 1px 1px 1px;
  border-style          : solid;
  border-color          : #808080;
  -webkit-border-radius : 5px 5px 5px 5px;
  -moz-border-radius    : 5px 5px 5px 5px;
  border-radius         : 5px 5px 5px 5px;

  /* Alue. */
  width  : 120px;
  height : 22px;

  /* Sisäpuolen täytteet. */
  padding       : 1px;
  padding-left  : 7px;
  padding-right : 7px;

  /* Fontti. */
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  color       : #000000;
}

/* Painike vihrellä tekstillä. */
input.button_green_text {
  /* Kehys. */
  border-width          : 1px 1px 1px 1px;
  border-style          : solid;
  border-color          : #808080;
  -webkit-border-radius : 5px 5px 5px 5px;
  -moz-border-radius    : 5px 5px 5px 5px;
  border-radius         : 5px 5px 5px 5px;

  /* Alue. */
  width  : 120px;
  height : 22px;

  /* Sisäpuolen täytteet. */
  padding       : 1px;
  padding-left  : 7px;
  padding-right : 7px;

  /* Fontti. */
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  color       : #007000;
}

/* Painike punaisella tekstillä. */
input.button_red_text {
  /* Kehys. */
  border-width          : 1px 1px 1px 1px;
  border-style          : solid;
  border-color          : #808080;
  -webkit-border-radius : 5px 5px 5px 5px;
  -moz-border-radius    : 5px 5px 5px 5px;
  border-radius         : 5px 5px 5px 5px;

  /* Alue. */
  width  : 120px;
  height : 22px;

  /* Sisäpuolen täytteet. */
  padding       : 1px;
  padding-left  : 7px;
  padding-right : 7px;

  /* Fontti. */
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  color       : #FF0000;
}

/* Leveä painike. */
input.button_220px {
  /* Alue. */
  width : 220px;
}
