body{
    background-color: #edeee7;
    margin: 0px;
    padding: 0px;
    font-family:verdana,arial,helvetica;
    font-size:11px;
}

td
{
    vertical-align: top;
}

table{
    border-collapse:collapse;
}
body, form, table, div, ul, li, img, .cancel{
    border:0 none;
    margin:0;
    padding:0;
}

.field {
    margin:10px;
    white-space:nowrap;
}

table.login-form td.forgot {
    padding-top:0;
}

table.box-content td.forgot {
    color:#000000;
    font-size:9px;
}

td.forgot a
{
    color: #6ba5d6;
    text-decoration: none;
}

td.forgot a:hover
{
    text-decoration: underline;
}

table.login-form .text-input {
    height:13px;
}

.text-input {
    border: 1px solid #666;
    padding: 2px;
    width: 96%;
}

.right {
    text-align:right;
}

img
{
    border: none;
}

div.site {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 15px;
    width: 960px;
}

div.header
{
    position: relative;
    width: 960px;
    height: 340px;
    margin-bottom: 48px;
}

div.header img#bg-header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 340px;
    background-color: #dedede;
    z-index: 0;
}

div.header ul
{
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 0;
    list-style: none;
}

div.header ul li
{
    display: inline;
}

table td.col-1
{
    width: 534px;
    border-right: 1px dotted #999999;
    line-height: 1.6em;
    color: #000;
    padding: 35px;
    background: url(../_media/en/intro_home_bg.jpg) no-repeat left top;
}
table td.col-2
{
    width: 205px;
    border-right: 1px dotted #999999;
    padding-right: 7px;
    padding-left: 10px;
}
table td.col-3
{
     width: 194px;
     text-align: center;
     padding-left: 10px;
}

table td.col-3 table
{
    width: 198px;
    
}
table td.col-2 table
{
    width: 204px;
}
table td.col-2 table.box-content
{
    width: 184px;
    margin: 10px;
}
table td.col-3 table thead .left-corner, table td.col-3 table thead .right-corner, table td.col-2 table thead .left-corner, table td.col-2 table thead .right-corner
{
    width: 10px;
    text-align: top;
}
table td.col-3  .title, table td.col-2 .title
{
    background: url(../_media/en/section_bg_middle.gif) repeat-x left top;
    width: 178px;
    text-align: left;
    color: #528fd0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 21px;
    vertical-align: bottom;
    padding-top: 5px;
}

table td.col-3 table thead, table td.col-2 table thead
{
    height: 21px;
}
table td.col-3 table tbody img
{
    padding-top: 10px;
}

div.footer img
{
    float: right;
}
div.footer
{
    color: #6ba5d6;
    border-top: 1px dotted #999999;
    padding-top: 7px;
    margin-top: 20px;
    line-height: 28px;
    vertical-align: middle;
}

div.footer a{
    text-decoration: none;
    color:  #6ba5d6;
}

.error {
    color: red;
    font-weight: bold;
}

body.popup {
    background-color: white;
    margin: 0;
}

