.clear {
    clear: both;
}
.b {
    font-weight: bold;
}
#personalbar {
    margin: 10px 0;
}
#personalbar ul {
    margin: 0;
    padding: 0;
}
#personalbar li {
    list-style: none;
    padding: 3px 3px 5px 3px;
}
#personalbar li:hover {
    background-color: #e6e6e6;
}
#personalbar a {
    color: blue;
}
#personalbar a:visited {
    color: blue;
}

.error_block, .success_block {
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.error_block {
    background-color: #ffcccc;
    border: 2px solid #cc0000;
}

.success_block {
    background-color: #ccffcc;
    border: 2px solid #00cc00;
}

.error_block:before, .success_block:before {
    content: "!";
    float: left;
    color: white;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 20px;
    margin-right: 10px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    display: block;
    vertical-align: middle;
    box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .3);
}

.error_block:before {
    background-color: #dd0000;
}

.success_block:before {
    background-color: #00dd00;
}

.error_block:after, .success_block:after {
    content: "";
    clear: both;
    display: block;
}

input.captcha_input {
    width: 60px;
}

img.captcha {
    cursor: pointer;
}

.preloading {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    margin-left: -100000px;
}

.long_input {
    width: 100%!important;
}

.medium_input {
    width: 170px!important;
}

.right {
    float: right;
}

.cke_notification {
    background-color: yellow;
    padding: 5px 28px 5px 5px;
    border-radius: 35px;
    border: 4px solid green;
    box-shadow: 5px 5px 15px #444;
}

.cke_notification_message {
    padding: 0;
    display: inline;
    font-family: Arial;
    color: green;
}

.cke_notification_close {
    display: inline-block;
    background-color: #cc0000;
    color: white;
    padding: 3px 5px;
    text-decoration: none;
    font: 10px Helvetica bold;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 8px;
}

.cke_notification_close:focus {
    outline: none;
}

.green {
    color: green;
}

.red {
    color: red;
}

.center {
    text-align: center;
}