.regmenu {
    background: url("https://static.imgsrv19.blogger.hu/reg/rounded_box.gif") no-repeat;
    height: 70px;
    margin: 0 0 20px -7px;
    width: 931px;
}
.regmenu_arrow {
    background: url("https://static.imgsrv19.blogger.hu/reg/arrow.jpg") no-repeat;
    height: 30px;
    width: 50px;
    float: left;
    display: inline;
    margin-top: 20px;
}

.regmenu_box {
    width: 114px;
    height: 40px;
    float:left;
    display: inline;
    position: relative;
    padding: 27px 0 0 80px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
}
.regmenu_box .icon{
    width: 61px;
    height: 51px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 13px 0 0 3px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: arial;
}
.regmenu_box.selected {
    color: #713C84;
}
.regmenu_box.on .icon{
    background-image: url("https://static.imgsrv19.blogger.hu/reg/step_on.jpg");
    color: #ffffff;
}
.regmenu_box.off .icon{
    background-image: url("https://static.imgsrv19.blogger.hu/reg/step_off.jpg");
    color: #AAAAAA;
}
.regmenu_box.selected .icon {
    background-image: url("https://static.imgsrv19.blogger.hu/reg/step_selected.jpg")!important;
}



.regstep1 {
    width: 500px;
    margin: 0px auto;
}
.regstep1 .input {
    height: 20px;
    background: #C2C2C2 url("https://static.imgsrv19.blogger.hu/reg/input_background2.gif") repeat-x;
    border: 1px solid #333333;
    width: 200px;
    padding: 3px;
}
.regstep1 table {
    width: 325px;
    margin: 0px auto;
}
.regstep1 td{
    padding: 2px;
}
.property {
    font-weight: bold;
    font-size: 14px;
}
.note {
    font-size: 10px;
    color: #666666;
}
.error {
    color: #BF2F2F;
    line-height: 15px;
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
}



.regstep3 {
    width: 500px;
    margin: 0px auto;
}
.regstep3 .input {
    height: 20px;
    background: #C2C2C2 url("https://static.imgsrv19.blogger.hu/reg/input_background2.gif") repeat-x;
    border: 1px solid #333333;
    width: 250px;
    padding: 3px;
}
.regstep3 .error {
    display: block;
}

.regstep4 {
    width: 500px;
    margin: 50px auto;
    text-align: center;
    line-height: 20px;
}