#wizzardWindow {
    width: 505px;
    font-family: verdana, arial, helvetica
}

#wizzardWindow header {
    display: none
}

#wizzardWindow .steps ul {
    position: absolute;
    top: 50%;
    right: 10px
}

#wizzardWindow .steps ul .disabled {
    display: block
}

#wizzardWindow .steps ul li {
    list-style: none;
    margin-bottom: 10px
}

#wizzardWindow .actions {
    margin-top: 20px
}

#wizzardWindow .actions ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px
}

#wizzardWindow .actions ul li:first-child {
    margin-left: 0
}

#wizzardWindow .steps ul li a {
    background: url('../img/wizzard/step_green.png') no-repeat right center;
    opacity: 0.3;
    cursor: default;
    width: 12px;
    height: 12px
}

#wizzardWindow .steps ul li[aria-selected="true"] a {
    background-image: url('../img/wizzard/step_blue.png');
    cursor: pointer;
    opacity: 1
}

#wizzardWindow .steps ul li[aria-selected="false"] a {
    background-image: url('../img/wizzard/step_green.png');
    cursor: pointer;
    opacity: 1
}

#wizzardWindow .note_title, #wizzardWindow .bottom_bg, #wizzardWindow .message_container {
    width: inherit;
    overflow: hidden
}

#wizzardWindow .note_title {
    height: 32px;
    font-weight: bold
}

#wizzardWindow .message_container .content {
    height: 300px
}

#wizzardWindow .message_container p {
    font-size: 11px;
    color: #808080;
    margin-bottom: 10px;
    padding: 0 20px
}

#wizzardWindow .message_container h2 {
    font-size: 23px;
    margin-bottom: 20px;
}

#wizzardWindow .message_container h3 {
    font-size: 18px;
    margin: 20px 0 10px;
}

#wizzardWindow .note_conteiner {
    width: 453px;
    text-align: center
}

#wizzardWindow .note_title {
    background-image: url('img/alerts/head_wizzard.png')
}

#wizzardWindow .bottom_bg {
    background-image: url('img/alerts/bottom_wizzard.jpg')
}
