﻿#preview
{
    position: absolute;
    border: 1px solid #333;
    background: #222;
    padding: 10px;
    display: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
#preview img
{
    width: 200px;
}
.mainpageBanner
{
    width: 760px;
    height: 170px;
    background-image: url(images/mainpageBannerBackground.png);
    margin: 0 auto 10px auto;
}
.error
{
    display: block;
    background-color: #cc0000;
    color: #fff;
    width: 490px;
    font-weight: bold;
    font-size: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px;
}
h2
{
    clear: both;
    margin-bottom: 1em;
}
.formBody
{
    float: left;
    width: 500px;
    overflow: hidden;
}
.sideFormBody
{
    float: left;
    width: 240px;
    overflow: hidden;
    text-align: center;
}
.sideFormRow
{
    border: 1px solid #222;
    background-color: #111;
    padding: 5px;
    margin-bottom: 2px;
    clear: both;
    overflow: hidden;
    text-align: right;
}
.formRow
{
    border: 1px solid #222;
    background-color: #111;
    padding: 5px;
    margin-bottom: 2px;
    clear: both;
    overflow: hidden;
    text-align: left;
}
.formRow label
{
    font-weight: bold;
    display: block;
    width: 100px;
    text-align: left;
    float: left;
    padding-left: 10px;
}
.formRowWanted
{
    background: url(images/girlDemo.jpg) right no-repeat;
    width: 200px;
    height: 130px;
    padding-right: 300px;
}
.formRowGirlShowCase
{
    padding: 2px !important;
    overflow: hidden;
}
.formRowGirlShowCase img
{
    float: right;
    width: 240px;
    padding: 2px;
    margin: 2px;
    border: #333 solid 1px;
}
.formRowGirlShowCaseButtons
{
    text-align: center;
    width: 760px;
    overflow: hidden;
}
.formRowGirlShowCaseButtons img
{
    margin: 0 60px;
}
.clearUList
{
    list-style-type: square;
    margin: 2em;
}

.registerBtnImg
{
    background-image: url(images/regButton.png);
    width: 200px;
    height: 60px;
}
.registerBtn
{
    background: none;
    border: none;
    display: block;
    float: right;
    height: 60px;
    width: 200px;
    cursor: pointer;
}
.btnSendImg
{
    background-image: url(images/btnSend.png);
    width: 100px;
    height: 40px;
    border: none;
}
.btnSend
{
    background: none;
    border: none;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    cursor: pointer;
    padding-left: 5px;
}
.btnLoginImg
{
    background-image: url(images/btnLogin.png);
    width: 100px;
    height: 40px;
    border: none;
    cursor: crosshair important!;
    display: block;
}
.btnLoginImg_ar
{
    background-image: url(images/lang/ar/btnLogin.png);
    width: 100px;
    height: 40px;
    border: none;
}
.btnLogin
{
    background: none;
    border: none;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    cursor: pointer;
    padding-left: 5px;
}
.btnOrderImg
{
    background-image: url(images/btnOrder.png);
    width: 100px;
    height: 40px;
    border: none;
}
.btnOrder
{
    background: none;
    border: none;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
    cursor: pointer;
    padding-left: 5px;
}

.registerStep2
{
    background-color: #222;
    border: groove thin #222;
    width: 770px;
    height: 60px;
    float: left;
    margin: 20 0 20 10;
}

.btnPurchaseImg
{
    background-image: url(images/btnPurchase.gif);
    width: 200px;
    height: 60px;
    border: none;
    float: left;
    margin-left: 285px;
    cursor: auto;
}
.btnPurchase
{
    background: none;
    border: none;
    display: block;
    float: left;
    height: 60px;
    width: 200px;
    cursor: pointer;
    cursor: auto;
}

