td {font-family: Tahoma; font-weight: normal; font-size: 12px; color: #FFFFFF}
p {color: #FFFFFF; font-family: Tahoma; font-size: 12px; font-weight: normal; margin: 0px; margin-bottom: 3px}
a {font-family: Tahoma; font-size: 12px; font-weight: bold; color: #CC0000; text-decoration: none}
a:hover {color: #FF0000}
img {border: 0px}
td {font-family: Tahoma; font-size: 12px}
select, textarea {background-color: #000000; color: #FFFFFF; border: solid 1px #FFFFFF; font-family: Verdana; font-size: 10px; font-weight: normal}
input {background-color: #000000; color: #FFFFFF; font-family: Verdana; font-size: 10px; font-weight: normal;vertical-align:top;}
h2 {font-family: Arial; font-size: 18px; color: #FFFFFF; font-weight: normal;}

.extended {font-family: Verdana}
.bolded {font-weight: bold}
.small {font-size: 11px}
.xsmall {font-size: 10px; font-family: Verdana}
.bk {color: #BB0000}
.hk {color: #990000; font-weight: bold; text-align: center}
.lk {color: #F0EEDD}
.centered {text-align: center}

.boxlink:link, .boxlink:visited {color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; border: 1px; border-color: #CC0000; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; padding-top: 2px; border-style: none; margin-left: 3px; margin-right: 3px}
.boxlink:hover {background-color: #660000; border-style: solid; padding-left: 4px; padding-right: 4px}
.hide {display: none}
.w {color: #ffffff}
.g {color: #bbbbbb}
.r {color: #ff0000}
.bgg {background-color: #444444}
.b {font-weight: bold}
.s {font-size: 10px}
.m {font-size: 12px}
.pl {padding-left: 4px}
.pr {padding-right: 4px}
.p {padding-left: 4px; padding-right: 4px}
.ts {border: 1px solid #666666; padding: 2px}
.indent {margin-left: 20px}

.success
{
	 background: url('images/tick_circle.png') no-repeat !important;
	 color: #556652 !important;
	 visibility: visible !important;
}

span.error {
      background: url('images/cross_circle.png') no-repeat;
      width: 200px;
      padding:0px 0px 0px 18px;
	 color: #FF0000;
      margin: 0px 0px 0px 2px;
}
.error {
      border-color: #df8f8f;
}
.terms_cond {
    border:thin inset;
    background: #000000;
    padding:6px;
    height:125px;
    overflow:auto;
}

.site-body{
    background : #666666 url(gfx/bg.gif) repeat-x;
    color: #FFFFFF;
    margin: 8px 8px 8px 8px;
}
/*** Language CSS *****/
#lang {
    display: block;
    position: absolute;
    left: 50%;
    top:0px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}
#lang li a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: block;
    text-decoration: none;
}
#lang li {
    float: left;
    width: 40px;
    list-style: none;
    margin-right: 3px;
}
#lang li.active_lan{
    background-color: yellow;
}