body {
    top: 0px;
/*    margin-top: 10px ; */
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

#errors ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

#errors ul li{
    /*  text-align: right; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FA1616;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

p.small{
    font-size: 10px;
    color: #666;
}

a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

a.selected{
    color: #0080C7;
    font-weight: bolder;
}

span.selected{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0080C7;
    font-weight: bolder;
}

a.small{
    font-size: 10px;
    color: #666;
    padding: 0px;
    margin: 0px;
}

b{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #0080C7;
}

b.black{
    color: #000;
}

b.big{
    font-size: 18px;
}

b.biggest{
    font-size: 24px;
}


b.white{
    color: #fff;
}

#container{
    margin-right: auto;
    margin-left: auto;
    width: 768px;
}

#content {
    background-image: url(./images/bg.gif);
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: auto;
    margin-left: auto;
}


.her_menu {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    margin: 0px;
}

.rtl_menu_field {
    float: right;
    list-style-type: none;
    vertical-align: bottom;
    border-right: 1px #7c7c7d dotted;
    padding-left: 5px;
    padding-right: 5px;
}

.ltr_menu_field {
    float: left;
    list-style-type: none;
    vertical-align: bottom;
    border-left: 1px #7c7c7d dotted;
    padding-left: 5px;
    padding-right: 5px;
}


.main{
    padding-right: 0px;
    margin-top: 0px;
}


.footer_menu {
    display: inline;
    width: 350px;
}


.textField {
    font-family: Arial, Helvetica, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    height: 15px;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    /*	text-align: right; */
}
.areaTextField{
    border-style: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}




