body
{
  background-color : #6a6a6a;
  background-image : url('../img/site_bg.png');
  background-repeat: repeat-x;
  background-position : top left;
}

button
{
  background-color: #000000;
  border: 1px solid #000000;
  color: #000000;
  font-size: 13px;
  padding-left: 5px;
  width: 100px;
  height: 22px;
  margin: 4px;
  cursor: pointer;
  background-image: url(../img/button_bg.jpg);
}

a:link,
a:active,
a:visited
{
  color : red;
}

a:hover
{
  color : #b03030;
}

.transparent_menu
{
   filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;

   border: 2px dotted #ccc;
   background: #ebebeb;
   padding: 5px;
   width: 270px;
   height: 600px;
   text-align: left;
   font-size: 12px;
   color: black;
}

.transparent_menu a:link,
.transparent_menu a:visited
{
  color: #424242;
  text-decoration: none;
}

.transparent_menu a:active,
.transparent_menu a:hover
{
  color: red;
}

.transparentdiv
{
   filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;

   border: 2px dotted #ccc;
   background: #ebebeb;
   padding: 5px;
   width: 550px;
   height: 600px;
   text-align: left;
   font-size: 13px;
   font-family: Arial;
   color: black;
   line-height: 140%;
}

.idezet
{
   line-height: 120%;
   font-family: Courier;
   font-size: 12px;
   text-align: right;
}

.ikontext
{
   line-height: 95%;
   font-family: Arial;
   font-size: 10px;
}

.imgFader{ position:relative; filter:alpha(opacity=0); -moz-opacity:0% }

.input_text
{
  background-color: #ffffff ;
  border:  1px solid #999999;
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;
  width: 150px;
  height: 16px;
  margin: 2px;
}

.input_button
{
  background-color: #000000;
  border:  1px solid #999999;
  color: #000000;
}

