﻿body {
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #5D7B9D;
    font-weight: bold;
}

.textbox {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #CBCBCB;
}
.textbox:focus {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #3498db;
}
.text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #393939;
}

.label_form {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #5690CA;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600;
    letter-spacing: 1px;
}

.label_form_no_bold {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
}

.watermark {font-family: 'Roboto', sans-serif;font-size: 12px;color: #C0C0C0;padding: 8px 5px 8px 5px;border: 1px solid #CBCBCB;
}

.validator {
    font-size: 20px;
    color: #FF0000;
}
.btn_register {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn_register:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.menu_current
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #CE0017;
    text-transform: uppercase;
    text-decoration: none;
}
.menu_link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3A3A3A;
    text-transform: uppercase;
    text-decoration: none;
}
.menu_link:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #CE0017;
    text-transform: uppercase;
    text-decoration: none;
}
.message
{
    padding: 5px 10px 5px 25px;
    background-position: 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #F4FFE5;
    border: solid 1px #D5F5A3;
    vertical-align: middle;
    background-image: url('images/icon-info.gif');
    background-repeat: no-repeat;
}
.text_red {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #CE0017;
    text-transform: none;
    text-decoration: none;
}

