.notified {
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    background-color:blue;
    text-align:center;
}

.cancelled {
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    background-color:red;
    text-align:center;
}

.new_order_info {
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    background-color:#9933CC;
    text-align:justify;
    padding:8px 16px;
}

.test_mode {
    -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, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:auto;
    color:#666666;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    text-align:justify;
}

.update {
   -moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
   -webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
   box-shadow:inset 0px 1px 0px 0px #e184f3;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd));
   background:-moz-linear-gradient(top, #c123de 5%, #a20dbd 100%);
   background:-webkit-linear-gradient(top, #c123de 5%, #a20dbd 100%);
   background:-o-linear-gradient(top, #c123de 5%, #a20dbd 100%);
   background:-ms-linear-gradient(top, #c123de 5%, #a20dbd 100%);
   background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd',GradientType=0);
   background-color:#c123de;
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
   border-radius:6px;
   border:1px solid #a511c0;
   display:inline-block;
   cursor:pointer;
   color:#ffffff;
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
   padding:6px 21px;
   text-decoration:none;
   text-shadow:0px 1px 0px #9b14b3;
}
.update:hover {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de));
   background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
   background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
   background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
   background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
   background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de',GradientType=0);
   background-color:#a20dbd;
}
.update:active {
   position:relative;
   top:1px;
}

select.delivery {
    color                  : black;
    font-family            : arial;
    font-size              : 11px;
    background-color       : #FFFFFF;
    border                 : 1px solid;
    border-top-color       : black;
    border-left-color      : black;
    border-right-color     : black;
    border-bottom-color    : black;
    width                  : 100px;
    height                 : 25px;
    padding-left           : 5px;
}

.no_items {
    -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
    -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
    background-color:#c62d1f;
    -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    border:1px solid #d02718;
    display:inline-block;
    cursor:auto;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:7px 25px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}

.btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color:#3d94f6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
.btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color:#1e62d0;
}
.btn:active {
    position:relative;
    top:1px;
}

.no_adverts {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color:#3d94f6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:auto;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
.no_adverts:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color:#1e62d0;
}
.no_adverts:active {
    position:relative;
    top:1px;
}

.delete_ad {
    -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
    -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
    background-color:#c62d1f;
    -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    border:1px solid #d02718;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}
.delete_ad:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
    background-color:#f24437;
}
.delete_ad:active {
    position:relative;
    top:1px;
}

.view_produce {
    -moz-box-shadow: 3px 4px 0px 0px #3dc21b;
    -webkit-box-shadow: 3px 4px 0px 0px #3dc21b;
    box-shadow: 3px 4px 0px 0px #3dc21b;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color:#44c767;
    -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.view_produce:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
    background-color:#5cbf2a;
}
.view_produce:active {
    position:relative;
    top:1px;
}

.no_threads {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 18px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
    text-decoration: none;
    cursor:auto;
}
.no_threads:hover,
.no_threads:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.no_threads:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}

.produce_spaces {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
    background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
    background-color:#b8e356;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #83c41a;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #86ae47;
}
.produce_spaces:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
    background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
    background-color:#a5cc52;
}
.produce_spaces:active {
    position:relative;
    top:1px;
}

.msg {
    -moz-box-shadow        : inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow     : inset 0px 1px 0px 0px #97c4fe;
    box-shadow             : inset 0px 1px 0px 0px #97c4fe;
    background             : -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background             : -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background             : -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background             : -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background             : -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background             : linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter                 : progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    -moz-border-radius     : 6px;
    -webkit-border-radius  : 6px;
    border-radius          : 6px;
    border                 : 1px solid #337fed;
    display                : inline-block;
    cursor                 : auto;
    color                  : #ffffff;
    font-family            : Arial;
    font-size              : 14px;
    font-weight            : bold;
    padding                : 12px 24px;
    text-decoration        : none;
    text-shadow            : 0px 1px 0px #1570cd;
}

td.produce_list_title {
    color            : white;
    font-size        : 14px;
    font-family      : arial;
    height           : 28px;
    text-align       : center;
    background-color : #FF6633;
    font-weight      : bold;
}

td.test {
    border           : 1px solid black;
    color            : black;
    font-size        : 10px;
    font-family      : arial;
}

td.reg_subtitle {
    color            : white;
    font-size        : 14px;
    font-family      : arial;
    height           : 28px;
    text-align       : center;
    background-color : #FF6633;
    font-weight      : bold;
}

td.antispam {
    border           : 2px solid black;
    color            : white;
    font-size        : 12px;
    font-family      : arial;
    width            : 30px;
    text-align       : center;
    background-color : blue;
}

table.background_picture {
    background-image: url('resume.jpg')
}

table.top_line {
    border:2px solid;
    border-top-color:black;
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
}

tr.main_title {
    height: 75px;
    background-color:#E0FFFF;
}

hr.subjects {
    border: none;
    border-top: dashed 2px #00CC33;
    color: #ffffff;
    background-color: #ffffff;
}

p.read_more {
    color           : black;
    font-size       : 12px;
    font-family     : arial;
    font-weight     : bold;
}

p.post_info {
    color       : black;
    font-size   : 12px;
    font-family : arial;
    font-style  : italic;
    font-weight : bold;
}

p.welcome {
    color: white;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
}

p.thread_header {
    color: white;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}

p.thread_username {
    color: #993300;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.thread_organisation {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-style: italic;
}

p.main_subject_header {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.main_subject_title {
    color: green;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.main_topic_title {
    color: #FF6633;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.login_request {
    color: white;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

p.new_thread_title {
    color: white;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

p.username_title {
    color: white;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}

p.different_user_title {
    color: white;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.topic_creator_username {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.main_subject_info {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.last_post_title {
    color: #FF6600;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.last_post_username {
    color: black;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}

p.last_post_date {
    color: #FF6600;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}

p.login_header {
    color: white;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

p.privacy {
    color: black;
    font-size: 11px;
    font-family: helvetica;
}

p.main_title {
    color: black;
    font-size: 35px;
    font-family: arial;
    font-weight: bold;
}

p.main_title_plus {
    color: black;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
}

p.main_title_less{
    color: black;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

p.field_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

p.registration_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

p.register_title {
    color: black;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

p.register_info {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.register_info_index {
    color       : black;
    font-size   : 12px;
    font-family : arial;
    font-weight : bold;
    text-align  : justify;
}

p.index_about_info {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

p.register_info_subtitle {
    color: blue;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

p.register_subtitle {
    color: black;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
}

p.password_title {
    color: black;
    font-size: 10px;
    font-family: arial;
}

p.delete_password_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

p.delete_subtitle {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

p.info {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}

p.cv_link_info {
    color: black;
    font-size: 12px;
    font-family: arial;
}

p.contact {
    color: blue;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

input.antispam_field {
    color       : black;
    font-size   : 10px;
    font-family : arial;
    width       : 35px;
    text-align  : center;
}

input.verify_field {
    color       : black;
    font-size   : 10px;
    font-family : arial;
    width       : 50px;
    text-align  : center;
}

input.btn_reset {
    color: white;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    width: 60px;

    border:0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FF6633;
}

input.btn_section_cfs {
    color: black;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    width: 200px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color:cyan;
}

input.btn_update {
    color: white;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    width: 70px;
    height: 25px;
    background-color:green;
}

input.login_field {
    color: black;
    font-size: 11px;
    font-family: arial;
    width: 165px;
}

input.registration_field {
    color        : black;
    font-size    : 11px;
    font-family  : arial;
    width        : 320px;
    height       : 25px;
    padding-left : 5px;
}

input.btn_login {
    color: white;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 90px;
    height: 23px;
    background-color:green;
}

input.btn_register {
    color: white;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 80px;
    height: 23px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color:green;
}

input.continue {
    color: white;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    width: 100px;
    height: 30px;
    background-color:green;
}

input.btn_submit {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 90px;
}

input.forum_login {
    color: white;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    width: 100px;
    background-color:green;
}

input.btn_cvaddress {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 180px;
}

input.next {
    background-image  : url('images/signup_next.bmp');
    background-repeat : no-repeat;

    color             : white;
    font-family       : helvetica;
    font-size         : 14px;
    font-weight       : bold;

    border-width      : 0px;
    height            : 39px;
    width             : 91px;
}

input.last_post {
    color: black;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    width: 60px;
    background-color: #FFFF99;
}

input.latest_post {
    color: black;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    width: 40px;
}

input.home {
    color            : black;
    font-size        : 10px;
    font-family      : arial;
    font-weight      : bold;
    width            : 90px;
    padding-top      : 1px;
    padding-bottom   : 1px;
    background-color : #66FF33;
}

input.login {
    color            : white;
    font-size        : 10px;
    font-family      : arial;
    font-weight      : bold;
    width            : 50px;
    padding-top      : 1px;
    padding-bottom   : 1px;
    background-color : blue;
}

input.topic_threads {
    color            : black;
    font-size        : 10px;
    font-family      : arial;
    font-weight      : bold;
    width            : 125px;
    padding-top      : 1px;
    padding-bottom   : 1px;
    background-color : #66FF33;
}

input.password_reset {
    color            : black;
    font-size        : 10px;
    font-family      : arial;
    font-weight      : bold;
    width            : 150px;
    padding-top      : 2px;
    padding-bottom   : 2px;
    background-color : #66FF33;
}

input.refresh {
    color            : black;
    font-size        : 14px;
    font-family      : arial;
    font-weight      : bold;
    width            : 100px;
    padding-top      : 4px;
    padding-bottom   : 4px;
    background-color : #66FF33;
}

input.logout {
    color            : black;
    font-size        : 12px;
    font-family      : arial;
    font-weight      : bold;
    width            : 60px;
}

button.delete {
    color: white;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 100px;
    height: 21px;
    background-color:green;
}

form.nomargin {
    margin: 0;
    padding: 0px;
    border-bottom: 0px;
}

a.password_title {
    color: black;
    font-size: 10px;
    font-family: arial;
}

p.topic_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

input.new_subject_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 300px;
}

input.subject_title {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    width: 590px;
}

textarea.subject_info {
    color: black;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    padding:5px;
    width: 590px;
}

td.agency_info {
    color            : black;
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 13px;
    font-style       : normal;
    font-weight      : bold;
}

img.logo {
    width  : 270px;
    border : none;
}

.no_orders {
    box-shadow: 0px 10px 14px -7px #9fb4f2;
    background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color:#7892c2;
    border-radius:4px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}