body {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #989898;
	font-size: 12px;
	text-decoration: none;
}

a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration:none; 
	
}

textarea, input {
	color: #E7CC7A;
	background-color: #682924;
	border: 1px solid #360000;
}

.error {	
	color: red;
    border: 1px solid red;
	padding: 4px 8px;
	background-color: #fabeaf;
    width: 305px;
	
}

.ok {	
	color: green;
    border: 1px solid green;
	padding: 4px 8px;
	background-color: #abd1ae;
    width: 305px;
	
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #682924 !important;
}
 
#recaptcha_table {
	border-color: #360000 !important; //reCaptcha widget border color
}
 
#recaptcha_response_field {
	border-color: #360000 !important;
	color:#E7CC7A;
	//Text input field border color
}


.bila {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.bilatenka {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.oranzova {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF7F00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.oranzovat {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF7F00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #989898;
	font-size: 12px;
	text-decoration: none;
}
.cerna{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;	
}

/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
-->


