/* registration css */

.registration_form {
        color:#363332;
        width:605px;
}

#registrationForm table {
        width:100%;
        line-height:23px;
        font-size:12px;
}

#registrationFrom table td {
        vertical-align:middle;
}

#registrationForm input {
        width:240px;
}

#registrationForm .chk {
        width:16px;
        margin:0 0 0 100px;
}

#registrationForm .property {
        width:110px;
        text-align:right;
}

#registrationForm .footnote,
#registrationForm .note 
{
        font-size:10px;
}

.common .content .description {
        margin:0 20px 0 0;
        font-size:12px;
}

/* common box */

.common {
        width:700px;
        margin:0 0 0 10px;
        _margin:0 0 0 6px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-bg.gif') repeat-y;
        line-height:34px;
}

.common .title {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-top.gif') no-repeat top left;
        padding:0 20px;
        height:50px;
        font-size:16px;
        font-weight:bold;
}

.common .content {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-bottom.gif') no-repeat bottom left;
        padding:0 30px 20px 20px;
        line-height:20px;
        font-size:14px;
        text-align:justify;
}

.common .content .entry_text {
        margin:10px 0;
}

.common .content .entry_text span {
        display: inline-block;
        width:200px;
}

.common .content .entry_text input {
        width:250px;
        padding:2px 2px 3px 3px;
        height:20px;
        background:url('http://static2.datasrv.sikeres.hu/common/input.gif') no-repeat;
        background-position:  0 -150px;
        border:0;
}

.common .content .control {
        margin:10px 0;
        overflow:hidden;
}

.common .content .control .button {
        float:none;
        #float:left;
}

.common .content .error {
        font-weight: bold;
        color: #E31019;
        margin:10px 0 0;
}

.common .content .inner_box {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-bg.gif') repeat-y;
        padding:0;
        margin:10px 0;
        width:649px;
}

.common .content .inner_box .title {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-top.gif') no-repeat top left;
        line-height: 34px;
        height:34px;
}

.common .content .inner_box .content {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-bottom.gif') no-repeat bottom left;
        padding:0 20px 10px;
}

.common .content .inner_box .content .message .content
{
        background:none;
        padding:0;
        text-align: justify;
}

.common .content .inner_box .content .message .head {
        overflow:hidden;
}

.common .content .inner_box .content .message .head .name {
        font-size:14px;
        font-weight:bold;
        float:left;
        padding:0;
}

.common .content .inner_box .content .message .head .date {
        float:right;
        font-size:10px;
        padding:0;
}

/* common box end */
