body {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: black;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
#page {
    width: 595px;
    margin: 0 auto;
}
.box {
    border: 3px solid #E0E0E0;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.box-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box-top-rounded {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.padded {
    padding: 8px 15px;
}
.box h2 {
    color: #FFA500;
    background-color: #F3F3F3;
    border-bottom: 3px solid #E0E0E0;
    padding: 5px 15px;
    margin: 0;
}
.warning-message {
    list-style: none;
    background-color: #f40000;
    color: white;
    font-size: 1.2em;
}

#taby {
    list-style: none;
    display:block;
    padding: 0;
    margin: 0;
    width: 595px;
    overflow: hidden;
}

#taby li {
    float: left;
    font-weight: bold;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    border: 3px solid #E0E0E0;
    border-left: none;
    text-align: center;
    color: #CCC9C9;
    background-color: #F3F3F3;
    width: 194px;
    padding: 0;
    margin: 0;
}
#taby li:first-child {
    border-left: 3px solid #E0E0E0;

    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;

    width: 195px;
}
#taby li:last-child {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
#taby li.active {
    color: white;
    background-color: #FFA500;
}

.form-formatted .input {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    overflow: hidden;
}
.form-formatted .input label.label {
    float: left;
    width: 290px;
    line-height: 20px;
    text-align: right;
    padding: 0 20px 0 0;
}
.form-formatted .input label.label-checkbox {
    float: left;
    text-align: justify;
    width: 240px;
    margin-left: 10px;
}
.form-formatted .input-textarea label {
    display: block;
    padding: 0 5px 5px 5px;
}
.form-formatted .input select,
.form-formatted .input textarea,
.form-formatted .input input.text {
    float: left;
    border: 1px solid #B3B3B3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-formatted .input input.text {
    width: 190px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
}
.form-formatted .input select {
    width: 210px;
    height: 18px;
    line-height: 18px;
    padding: 0 1px 0 10px;
    position: relative;
    top: 2px;
}
.form-formatted .input textarea {
    width: 567px;
    height: 60px;
    padding: 5px;
    margin-left: 5px;
}
.form-formatted .input-checkbox input {
    float: left;
}


.form-formatted .tooltip-text {
    position: absolute;
    z-index: 9999;
    padding: 5px 0 0 0;
    /*background: transparent url(img/bg_tooltip_top.png) no-repeat right top;*/
}
.form-formatted .tooltip-text .in {
    background-color: #90F0FD;
    font-size: 12px;
    text-align: left;
    width: 200px;
    border: 2px solid #00ACEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
.form-formatted a.tooltip-trigger {
    float: right;
    top: 2px;
    right: 10px;
    position: relative;
}
.form-formatted .two-cols .input {
    float: left;
    width: 50%;
}
.form-formatted .two-cols .input-textarea {
    width: 100%;
}
.green-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:Tahoma;
    font-size:15px;
    font-weight:bold;
    padding:8px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
    float: right;
    cursor: pointer;
    margin: 0;
}
.green-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}
.gray-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #9e9e9e) );
    background:-moz-linear-gradient( center top, #bdbdbd 5%, #9e9e9e 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#9e9e9e');
    background-color:#bdbdbd;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#ffffff;
    font-family:Tahoma;
    font-size:15px;
    font-weight:bold;
    padding:8px 24px;
    text-decoration:none;
                    float: left;
                    text-shadow:1px 1px 0px #4D4D4D;


}
.gray-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #bdbdbd) );
    background:-moz-linear-gradient( center top, #9e9e9e 5%, #bdbdbd 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#bdbdbd');
    background-color:#9e9e9e;
                    text-decoration: none;
}