#formValidateMessage {
    margin: 10px 5px;
    color:#D66D7B;
    font-size:1.7em;
    background-color:#fff;
    width:350px;
}
.ajax #back {
  display:none;
}
.loading {
    background: url(../img/ajax-loader.gif) no-repeat center center;
}
.ajax .tabs {
    margin:10px auto 0;
    width:70px;
}
.ajax .tabs ul {
    display:none;
}
.ajax .tabs a, .ajax .tabs li {
    float:left;
}
.ajax .tabs a {
    display:block;
    width:13px;
    height:13px;
    margin: 0 10px;
    font: 0/0 arial;
}
.ajax .tabs a.next {
    background:url(../img/arrow_icon.png) no-repeat top right;
}
.ajax .tabs a.previous {
    background:url(../img/arrow_icon.png) no-repeat top left;
}
.ajax .tabs a.next:hover {
    background:url(../img/arrow_icon.png) no-repeat bottom right;
}
.ajax .tabs a.previous:hover {
    background:url(../img/arrow_icon.png) no-repeat bottom left;
}

.ajax h2 {
    display:none;
}
.modal {
    background: #b4d66d url("../img/window_background.png");
    padding:10px;
    border:1px solid #333;
}

.tooltip {
    border:1px solid #000;
    background-color:#fff;
    height:25px;
    width:200px;
    color:#333;
}

.simple_window {
    width:250px;
    height:50px;
    border:1px solid #000;
    background-color:#fff;
    padding:10px;
    text-align:left;
    color:#333;
}

.window {
    background-image:url("../img/window_background.png");
    background-position:top left;
    padding:10px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    min-width:150px;
    min-height:100px;
}
.window h3 {
    color: #000;
    margin: 10px 0;
}

.window a {
    color: #fff;
    font-size: 1.5em;
    text-decoration:underline;
}
.window ul {
    padding: 0;
}
.window li {
    margin: 5px 20px;
}
.window .window_contents {
    margin-top:10px;
    width:100%;
    height:100%;
}

.window .window_header {
    text-align:center;
    height:10px;
}

.window .window_title {
    margin-top:-7px;
    margin-bottom:7px;
}

.window .window_close {
    background-image:url(../img/cross_icon.png);
    cursor:pointer;
    display:block;
    height:15px;
    position:absolute;
    right:15px;
    top:4px;
    width:15px;
    cursor:hand;
}

.window .window_close:hover {
    background-position:bottom;
}