@font-face {
	font-family: pt-sans;
	src: url(PT_Sans-Web-Regular.ttf);
}

.submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.3);
    color: #fff;
    margin-bottom: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89231c', endColorstr='#59210a', GradientType=0 );
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    cursor: pointer;
    background: linear-gradient(135deg, #dc2626, #1e40af);
    color: white;
    border: none;
}
.submit:hover {
	transform: translateY(-2px);
    border: 1px solid #337ab7;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#337ab7, endColorstr=#2b9dcc);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
    cursor: pointer;
    background: linear-gradient(135deg, #dc2626, #1e40af);
    color: white;
}

.submit:focus{-moz-box-shadow: 0 0 20px #320303 inset;
    -webkit-box-shadow: 0 0 20px #320303 inset;
    box-shadow: 0 0 20px #320303 inset;
    text-decoration:none !important;
    color:#ffffff;
    }

.button:focus{
	
	text-decoration:none !important;
	color:#832219;
}


.button {
	background: white;
    color: #1e40af;
    border: 2px solid #1e40af;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    text-shadow: -1px -1px 0 rgba(170,222,241,1);
    margin-bottom: 5px;
    margin-left: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD156', endColorstr='#E6AC24', GradientType=0 );
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    cursor: pointer;
    padding: 10px;

}

.button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6AC24', endColorstr='#FFD156', GradientType=0 );
    -moz-box-shadow: 0 0 10px #1b75bc;
    -webkit-box-shadow: 0 0 10px #1b75bc;
    box-shadow: 0 0 10px #1b75bc;
    background: #1e40af;
    color: white;
}

/* .button:focus{-moz-box-shadow: 0 0 20px #320303 inset;
    -webkit-box-shadow: 0 0 20px #320303 inset;
    box-shadow: 0 0 20px #320303 inset;}
 */

aside.tooltip, div.tooltip {
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background: #222222;
  color: #10578d;
display: none;
font-size: 12px;
margin: 0;
max-width: 200px;
padding: 9px 13px;
position: absolute;
z-index: 100;
font-family: arial;
border: 1px solid #10578d;
}
aside.tooltip h1, div.tooltip h1 {
font-size: 18px;
font-weight: bold;
}
aside.tooltip strong, div.tooltip strong {
font-weight: bold;
}
aside.tooltip em, div.tooltip em {
font-style: italic;
}
aside.tooltip ul, div.tooltip ul {
list-style: disc inside none;
}
aside.tooltip ul li, div.tooltip ul li {
padding: 0 5px;
}
aside.tooltip:after, div.tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1764a0;
  content: " ";
  display: block;
  height: 0;
  left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0;
}
aside.tooltip.left:after, div.tooltip.left:after {
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #1764a0;
border-right: 0;
content: " ";
height: 0;
left: auto;
position: absolute;
right: -7px;
top: 50%;
width: 0;
}
aside.tooltip.bottom:after, div.tooltip.bottom:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #1764a0;
border-top: 0;
content: " ";
height: 0;
left: 50%;
margin: 0 0 0 -7px;
position: absolute;
top: -7px;
width: 0;
}
aside.tooltip.top:after, div.tooltip.top:after {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #1764a0;
border-bottom: 0;
bottom: -7px;
content: " ";
height: 0;
left: 50%;
margin: 0 0 0 -7px;
position: absolute;
top: auto;
width: 0;
}
aside.tooltip.field_tip, div.tooltip.field_tip {
background: #d7eff9; /* Old browsers */
	background: -moz-linear-gradient(top, #d7eff9 0%, #a8dcf1 1000%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7eff9), color-stop(100%,#a8dcf1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7eff9 -13%,#a8dcf1 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7eff9 0%,#a8dcf1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7eff9 0%,#a8dcf1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d7eff9 0%,#a8dcf1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eff9', endColorstr='#a8dcf1',GradientType=0 ); /* IE6-9 */
}
aside.tooltip.field_tip:after, div.tooltip.field_tip:after {
border-right-color: #a8dcf1;
}
aside.tooltip.field_tip.left:after, div.tooltip.field_tip.left:after {
border-right-color: transparent;
border-left-color: #a8dcf1;
}
aside.tooltip.field_tip.right:after, div.tooltip.field_tip.right:after {
border-right-color: transparent;
border-right-color:  #a8dcf1;
}
aside.tooltip.field_tip.bottom:after, div.tooltip.field_tip.bottom:after {
border-right-color: transparent;
border-bottom-color:  #a8dcf1;
}
aside.tooltip.field_tip.top:after, div.tooltip.field_tip.top:after {
border-right-color: transparent;
border-top-color:  #a8dcf1;
}
aside.tooltip.warning, div.tooltip.warning {
color: darkgoldenrod;
background: #d7eff9;
}
aside.tooltip.warning:after, div.tooltip.warning:after {
border-right-color: #d7eff9;
}
aside.tooltip.warning.left:after, div.tooltip.warning.left:after {
border-right-color: transparent;
border-left-color: #d7eff9;
}
aside.tooltip.warning.right:after, div.tooltip.warning.right:after {
border-right-color: transparent;
border-right-color: #d7eff9;
}
aside.tooltip.warning.bottom:after, div.tooltip.warning.bottom:after {
border-right-color: transparent;
border-bottom-color: #d7eff9;
}
aside.tooltip.warning.top:after, div.tooltip.warning.top:after {
border-right-color: transparent;
border-top-color: #d7eff9;
}
