.reg_bodypart {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:900px;
}

.reg_bodypart > table {
    width:100%;
    text-align:center;
}

.reg_tab_content_left {
    width:50%;
    vertical-align:top;
}

.reg_tab_content_right {
    vertical-align:top;
    width:50%;
}

.reg_tab_content_right > form > div {
    background:#EFEFEF;
    width:350px;
    margin-left:150px;
}

.reg_tab_content_right > form > div > div {
    padding:25px;
    padding-top:1px;
}
.reg_left_headline {
    font-size:20px;
    font-weight:300;
    color:#696969;
    font-family:Segoe UI;
}

.reg_left_description {
    font-size:13px;
    color:#696969;
}

.reg_logobar {
    margin-top:40px;
    margin-bottom:80px;
    width:100%;
    max-width:400px;
    height:30px;
    background:grey;
}

.reg_tooslimg {
    margin-top:30px;
    width:95%;
    max-width:300px;
    height:200px;
    background:grey;
}

.reg_right_headline {
    font-weight:bold;
    color:black;
    font-size:13px;
    margin-bottom:0px;
    margin-top:20px;
}

.reg_input_once {
    width:100%;
    height:28px;
}

.reg_input_twice {
    width:45%;
    height:28px;
}

.reg_inp_mail_label {
    display:inline-block;
    font-size:12px;
    margin-left:-100px;
    color:#696969;
    position:relative;
    top:-2px;
}

.reg_input_day {
    width:50px;
    height:28px;
    margin-right:5px;
}

.reg_select_month {
    width:161px;
    padding-left:30px;
}

.reg_input_year {
    width:70px;
    height:28px;
    margin-left:5px;
}