/* metro-cyan */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';

#dt {
  text-indent: -500px;
  height: 25px;
  width: 200px;
}

.formclass{
  margin:0 auto;
  max-width:100%;
  min-width:150px;
}
.formclass>div,
.formclass>.title{
  margin: 8px;
}
.formclass .error-field .required{
  color:#FF9999;
}

.formclass .large{
  max-width:99%;
  width: 640px;
  height: 30px;
  margin-bottom:10px;
  *width: 480px;  
}
.formclass .medium{
  max-width:99%;
  width: 485px;
  height: 30px;
  margin-bottom:10px;
  *width: 315px;
}
.formclass .small{
  max-width:99%;
  width: 320px;
  height: 30px;
  margin-bottom:10px;
  *width: 280px;
}
.formclass .xsmall{
  max-width:99%;
  width: 160px;
  height: 30px;
  margin-bottom:10px;
  *width: 160px;
}
.formclass textarea.large{
  max-width:99%;
  width: 640px;
  *width: 94%;
  height: 75px;
}
.formclass textarea.medium{
  max-width:99%;
  width: 480px;
  *width: 94%;
  height: 75px;
}
.formclass textarea.small{
  max-width:99%;
  width: 320px;
  *width: 94%;
  height: 75px;
}


.frmd{
  display:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}


.formclass{
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  font-size: 0.9em;
}
.formclass,
.formclass input[type=button],
.btn,
.formclass .btn,
.formclass input[type=submit],
.submitbtn {
  outline: none;
  border-radius: 0;
  font-family: inherit;
  padding-top:5px;
  padding-bottom:5px;
}
.formclass>div{
  /*position: relative;*/
  margin-left: 10px;
  margin-right: 10px;
  margin-top:4px;
  margin-bottom:4px;
}
.formclass h2 {
  margin: 0.2em 0;
  font-size: 1.2em;
  font-weight: bold;
}
.formclass h3.title {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.formclass h3.section-break-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.formclass label {
  display: inline-block;
  margin-bottom: 3px;
  clear: both;
  font-weight:bold;
  width:180px;
  vertical-align:middle;
}

.inputnote {
  margin-left: 180px;
}


.formclass label.qlabel {
  display: inline-block;
  margin-right:10px;
  margin-left:0px;
  clear: both;
  font-weight:bold;
  width:auto;
}



.formclass div, .formclass span, .formclass label, .formclass input, .formclass textarea, .formclass select, .formclass button, .formclass ul, .formclass li{
  font-size:12px;
  font-family:Arial;
}
/* Global Declaration */

/*
CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

/* submit + title */
.formclass div.submit
{
  margin: 0px;
  /*padding-top: 0.5em;*/
  padding-bottom: 0.5em;
  background-color: #f5f5f5;
  border-top: 1px solid #d0dada;
  margin-bottom:-5px;
}
.formclass div.title h2{
  margin-left: 10px;
}
.formclass div.submit{
  vertical-align: middle;
  text-align: center;
  padding-bottom:0.5em;
  padding-top:0.5em;
}


/* Button & submit*/
.formclass .btn,
.formclass input[type=button],
.btn,
.formclass input[type=submit],
.submitbtn,
.btn{
  display: inline-block;
  text-align: left;
  cursor: pointer;
  background: #fff;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border: 1px solid #e5e5e5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.formclass .btn:hover,
.formclass input[type=button]:hover,
.btn:hover {
  text-decoration: none;
}

.formclass .btn[disabled],
.formclass input[type=button][disabled],
.btn[disabled] {
  cursor: default;
  opacity: 0.65;
}

.formclass input[type=submit],
.submitbtn {
  font-size: 1em;
  text-align: center;
  /*opacity: 0.8;*/
  color: #ffffff;
  border: none;
  padding: 0.4em 1em;
}

.formclass input[type=submit]:hover,
.submitbtn:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
}
.formclass .btn{
  width: 100%;
  font-size: 1.1em;
}


/* Report Table */
.formclass .element-report div{
  display: block;
}
.formclass .element-report div span{
  /*position: relative;*/
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
}
.formclass .element-report div span.required{
  display: initial;
}


/* Select */
.formclass .element-select select,
.formclass .country {
  /*position: relative;*/
  cursor: pointer;
}
.formclass .element-select div{
  display: block;
}
.formclass .element-select div span{
  /*position: relative;*/
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%;
}
.formclass .element-select div span.required{
  display: initial;
}


/* File input */
.formclass .element-file label{
  position: relative;
}
.formclass .element-file .title{
  position: static;
}
.formclass .element-file .button {
  z-index: 1;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  float: none;
  padding: 1.5% 1em 0 1em;
  text-align: center;
  color: #fff;

  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;

}
.formclass .element-file .button:hover {
  box-shadow: none;
  opacity: 1;
}
.formclass .element-file .file_input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.formclass .element-file .file_text{
  overflow: hidden;
  cursor: pointer;
  bottom: 0;
}
* html .formclass .element-file .file_input,
*+html .formclass .element-file .file_input{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
* html .formclass .element-file .button,
*+html .formclass .element-file .button{
  display: none;
}
* html .formclass .element-file label,
*+html .formclass .element-file label,
* html .formclass .element-file .file_text,
*+html .formclass .element-file .file_text{
  border: none;
}
* html .formclass .element-file .title,
*+html .formclass .element-file .title{
  display: block;
}
/* Radio & checkbox */

/* Customize the label (the radiocheck) */
.radiocheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocheck input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 15;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.radiocheck:hover input ~ .checkmark {
  background-color: #00000;
}

/* When the radio button is checked, add a blue background */
.radiocheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocheck .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* END */


.formclass input[type=text],
.formclass input[type=tel],
.formclass input[type=password],
.formclass input[type=email],
.formclass input[type=url],
.formclass input[type=date],
.formclass input[type=number],
.formclass textarea,
.formclass .element-file .file_text,
.formclass  select,
.formclass button{
  font-size:13px;
  border: solid 1px #a5a4a4;
  border-radius: 0;
  background: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  resize: none;

  outline: medium none;
  padding: 0.4em;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formclass .element-file .file_text,
.formclass textarea{
  width: 100%;
  *width: 94%;
}
.formclass textarea{
  height: auto;
}
.formclass  select{
  cursor: pointer;
  text-align: left;
  width: 100%;
}

/* ERRORs */
.formclass .error,
.formclass .error #recaptcha_widget_div{
  background-color: #cc3d3d;
  color: #fff;
  border-radius: 0;
  text-shadow: none;
  border: none;
  margin-left: 25px;
  margin-right: 25px;
}
.tooltip {
  position: relative;
  margin-top: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bottom .tooltip-arrow {
  top: -8px;
  left: 17px;
  margin-left: -8px;
  border-bottom-color: #cc3d3d;
  border-width: 0 8px 8px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}


.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}



@media all and (max-width:400px){
  .formclass .element-radio .column,
  .formclass .element-checkbox .column,
  .formclass .element-name .nameFirst,
  .formclass .element-name .nameLast,
  .formclass .element-address .city,
  .formclass .element-address span.state,
  .formclass .element-address .zip,
  .formclass .element-address .country{
    width: 100%;
    display: block;
    margin-right: 0;
  }
}/* .formclass color scheme begin */
.formclass input[type=button]:hover,
.btn:hover,
.btn:active,
.btn[disabled],
.formclass .btn:hover,
.formclass input[type=button]:active,
.formclass input[type=button][disabled],
.formclass input[type=text]:hover,
.formclass input[type=tel]:hover,
.formclass input[type=password]:hover,
.formclass input[type=email]:hover,
.formclass input[type=url]:hover,
.formclass input[type=date]:hover,
.formclass input[type=number]:hover,
.formclass textarea:hover,
.formclass .element-file .file_text:hover,
.formclass  select:hover{
  border-color: #8dc9e5;
}
.formclass input[type=button]:focus,
.btn:focus,
.formclass .btn:focus,
.formclass input[type=button]:active,
.btn:active,
.formclass input[type=button][disabled],
.btn[disabled],
.formclass input[type=text]:focus,
.formclass input[type=tel]:focus,
.formclass input[type=password]:focus,
.formclass input[type=email]:focus,
.formclass input[type=url]:focus,
.formclass input[type=date]:focus,
.formclass input[type=number]:focus,
.formclass textarea:focus,
.formclass .element-file .file_text:active,
.formclass  select:focus{
  border-color: #2da5da;
}
.formclass input[type=submit],
.submitbtn,
.formclass .element-file .button{
  background-color: #7b767f;
  margin-top:0px;
  line-height:20px;
}
.formclass input[type=checkbox]:hover+span:before,
.formclass input[type=radio]:hover+span:before,
.formclass .rating:hover .rating-star:hover:after,
.formclass .rating:hover .rating-star:hover ~ .rating-star:after{
  color: #8dc9e5;
}
.formclass input[type=checkbox]:checked+span:before,
.formclass input[type=radio]:checked+span:before,
.formclass .rating-input:checked ~ .rating-star:after{
  color: #2da5da;
}


/* bootstrap select */
.formclass .btn.btn-primary,
.formclass .dropdown-menu li.active > a,
.formclass .dropdown-menu li.selected > a,
.formclass .dropdown-menu li.active > a.highlighted,
.formclass .dropdown-menu li.selected > a.highlighted,
.formclass .dropdown-inverse li.active > a,
.formclass .dropdown-inverse li.selected > a {
  border-color: #e5e5e5;
}
.formclass .btn.btn-primary:hover,
.formclass .btn-group:focus .btn.btn-primary.dropdown-toggle,
.formclass .dropdown-menu li.active > a:hover,
.formclass .dropdown-menu li.selected > a:hover,
.formclass .dropdown-menu li.active > a.highlighted:hover,
.formclass .dropdown-menu li.selected > a.highlighted:hover {
  border-color: #8dc9e5;
}
.formclass .btn.btn-primary:active,
.formclass .btn-group.open .btn.btn-primary.dropdown-toggle,
.formclass .btn.btn-primary.active,
.formclass .btn.btn-primary:focus,
.formclass .dropdown-menu li.active > a:focus,
.formclass .dropdown-menu li.selected > a:focus,
.formclass .dropdown-menu li.active > a.highlighted:focus,
.formclass .dropdown-menu li.selected > a.highlighted:focus {
  border-color: #2da5da;
}
.formclass .dropdown-inverse {
  border: 1px solid #2da5da;
  padding-top: 4px;
}
.formclass .dropdown-arrow {
  border-color: transparent transparent #F3F4F5;
  border-bottom-color: #2da5da;
  border-top-color: #2da5da;
}
.formclass .dropdown-inverse li.active > a,
.formclass .dropdown-inverse li.selected > a,
.formclass .dropdown-inverse li > a:hover,
.formclass .dropdown-inverse li > a:active,
.formclass .dropdown-inverse li > a:focus {
  color: HighlightText;
  background-color: #2da5da;
}
.formclass .dropdown-menu li > a:hover,
.formclass .dropdown-menu li > a:active,
.formclass .dropdown-menu li > a:focus,
.formclass .dropdown-submenu:hover > a {
  background-image: none;
  color: HighlightText;
  background-color: #8dc9e5;
  outline: none;
}


/* datepicker */
.datepicker {
  border: 1px solid #2da5da;
}
.datepicker:before {
  border-bottom: 7px solid #2da5da;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled]{
  color: #ffffff;
  background-image: none;
  background-color: #2da5da;
}

/* .formclass color scheme begin end *//* 

bootstrap 

*/
.formclass .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.formclass .dropdown-menu > li > a:hover,
.formclass .dropdown-menu > li > a:focus,
.formclass .dropdown-submenu:hover > a,
.formclass .dropdown-submenu:focus > a {
  text-decoration: none;
}

.formclass .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.formclass .btn-group > .dropdown-menu{
  font-size: 1em;
}

.formclass .btn{
  text-align: left;
  border: 0;
  cursor: pointer;

  width: 100%;
  height: 100%;
  padding: 7px 10px;
  
  outline:none;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;    
  
  border: 1px solid #e5e5e5;

  font-size: 1em;
}
.formclass .btn:active,
.formclass .btn-group.open .btn.dropdown-toggle,
.formclass .btn.active {
  box-shadow: none;
}
.formclass .btn.disabled,
.formclass .btn[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.formclass .select {
  width: 100%;
}

.formclass .select .btn .filter-option {
  position: absolute;
  left: 13px;
  right: 30px;
  overflow: hidden;
  text-align: left;
}

.formclass .select .btn .dropdown-toggle {
  border-radius: 6px;
}
.formclass .select .btn .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.formclass .select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}

.formclass .select .btn > .disabled,
.formclass .select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.formclass .select .caret {
  position: absolute;
  
  border-top: 3px solid #000;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;

  right: 10px;
  top: 50%;
}

.formclass .dropdown-menu {
  overflow-x: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 99%;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.formclass .dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
}
.formclass .open > .dropdown-menu {
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
}
.formclass .dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.formclass .dropdown-menu li.active > a,
.formclass .dropdown-menu li.selected > a,
.formclass .dropdown-menu li.active > a.highlighted,
.formclass .dropdown-menu li.selected > a.highlighted,
.formclass .dropdown-menu li.active > a:hover,
.formclass .dropdown-menu li.selected > a:hover,
.formclass .dropdown-menu li.active > a.highlighted:hover,
.formclass .dropdown-menu li.selected > a.highlighted:hover,
.formclass .dropdown-menu li.active > a:focus,
.formclass .dropdown-menu li.selected > a:focus,
.formclass .dropdown-menu li.active > a.highlighted:focus,
.formclass .dropdown-menu li.selected > a.highlighted:focus {
  color: #ffffff;
}
.formclass .dropdown-menu li > a {
  padding: 6px 15px 6px;
  text-decoration: none;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  display: block;
  clear: both;
  white-space: nowrap;
}
.formclass .dropdown-menu li > a:before,
.formclass .dropdown-menu li > a:after {
  display: table;
  content: "";
}
.formclass .dropdown-menu li > a:after {
  clear: both;
}
.formclass .dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.formclass .dropdown-menu li > a.highlighted:hover,
.formclass .dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.formclass .dropdown-menu li > a:before {
  margin-top: 3px;
}

.formclass .dropdown-menu li dt {
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
.formclass .dropdown-inverse {
  padding-top: 4px;
}
.formclass .dropdown-inverse li {
  margin: 0 4px -2px;
}
.formclass .dropdown-inverse li:first-child > a,
.formclass .dropdown-inverse li:last-child > a {
  border-radius: 0;
  padding-bottom: 7px;
}
.formclass .dropdown-inverse li.active > a,
.formclass .dropdown-inverse li.selected > a {
  position: relative;
  z-index: 1;
}
.formclass .dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.formclass .dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.formclass .dropdown-inverse li > a.highlighted {
  background: #526476;
}
.formclass .dropdown-inverse li > a.highlighted:hover,
.formclass .dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.formclass .dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
.formclass .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.formclass .dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  left: 13px;
  top: 100%;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  width: 0;
  z-index: 10;
}
.formclass .open > .dropdown-arrow {
  margin-top: 0;
  opacity: 1;
}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  width: 14em;
  font-size: 1em;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 8px;
  border-radius: 0;
  display: none;
  z-index: 10;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -9px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 2.9em;
  border-radius: 0;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span {
  display: block;
  width: 1.5em;
  height: 1.7em;
  line-height: 1.6;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker .datepicker-months td span,
.datepicker .datepicker-years td span {
  width: 3.5em;
  height: 3em;
  line-height: 3;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.old {
  color: #999999;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


div.title{
  display: inline-block;
  text-align:left;
  margin:2px;
  padding-top:10px;
  padding-bottom:10px;
  background-color: #ffffff;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  min-width:65%;
  /*
  border-top: 1px solid #d0dada;
  border-bottom: 1px solid #d0dada;
  */
}
div.titlelinkholder{
  display: inline-block;
  text-align:right;
  margin:0px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  min-width:33%;
  /*
  border-top: 1px solid #d0dada;
  border-bottom: 1px solid #d0dada;
  */
}
.noticesuccess{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

.noticefailure{
	color:#E62C2C;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

.titlelink{
	padding-left:0px;
	padding-right:0px;
	color:#2569AE;
	font-weight:bold;
	text-align:right;
}
.titlebutton{
	padding:6px;
	background-color:#2569AE;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
}