html {
    overflow-y: scroll
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    background: url(../images/bg-body.png);
    color: #fff;
    width: 100%;
}
a {
    color: #FF751A;
    text-decoration: none;
}
a:hover {
    color: #000
}
p {
    line-height: 180%
}
input,
select,
textarea {
    font-family: Tahoma, Georgia, Trebuchet MS, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #9C9EA5;
}
label {
    vertical-align: 3px
}
.tl {
    position: absolute;
    top: 0;
    left: 0;
}
.tr {
    position: absolute;
    right: 0;
    top: 0;
}
.bl {
    position: absolute;
    left: 0;
    bottom: 0;
}
.br {
    position: absolute;
    right: 0;
    bottom: 0;
}
.clear {
    height: 0;
    font-size: 0;
    line-height: 0px;
    clear: both;
}
.left {
    float: left
}
.right {
    float: right
}
.center {
    margin: 0 auto
}
.noborder {
    border-width: 0 !important
}
.nopadding {
    padding: 0 !important
}
.pad {
    padding-top: 10px
}
div.info {
    padding: 10px 10px 10px 34px;
    background: #E7F1FA url("../images/ico/info.gif") no-repeat 10px 10px;
    border: 1px solid #AEC5E3;
    line-height: 18px;
    margin-top: 10px;
}
div.error {
    background-image: url("../images/ico/error.gif");
    background-color: #FFE3E3;
    border-color: #E38282;
}
div.ok {
    background-image: url("../images/ico/ok.gif");
    background-color: #D8F8CB;
    border-color: #B8DFA8;
}
.overlayed {
    position: relative
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DDE3C3 url("../images/loading.gif") no-repeat 50% 50%;
    z-index: 500;
}
em {
    font: normal normal 11px "Trebuchet MS";
    color: #fff;
}