.regForm
{
    width: 400px;
    height: 260px;
    background: url(/img/sprite.png) no-repeat 0 -364px;
}

.regForm .popupWindowCloseButton
{
    margin-top:6px;
    margin-right:6px;
}

.regForm .tabsContent
{
    padding:20px;
}

.regForm .tabsContent .tabContent
{
    width: 360px;
    height: 200px;
}

.regForm .errorTab
{
    display: table;
    _position: relative;
    overflow: hidden;
}

.regForm .errorTab div
{
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 360px;
}

.regForm .errorTab div p
{
    font-size: 15px;
    font-weight: bold;
    color: #FF114D;
    margin: 0;
    _position: relative;
    _top: -50%;
}

.regForm .errorTab div p a
{
    color: inherit;
}

.regForm .tabs
{
    margin-top:11px;
    margin-left:10px;
}

.regForm ul
{
    float:left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.regForm ul li
{
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
}

.regForm ul li label
{
    float:left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.regForm ul li input
{
    float:right;
    width: 280px;
    margin-top:7px;
    font-size: 14px;
}

.regFormSubsribe { clear:both; padding:0px 0 5px 0; }
.regFormSubsribe label { font-size: 14px; }