@font-face {
	font-family: pt-sans;
	src: url(PT_Sans-Web-Regular.ttf);
}

.submit {
	
	border:1px solid #0380BA; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 5px;
	font-size:15px; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	box-shadow:0px 0px 5px #ccc;
	font-weight:bold; 
	color:#fff; 
	cursor:pointer; 
	margin-bottom:5px;
 	background: #0380BA; /* Old browsers */
	background: -moz-linear-gradient(top, #0E284C 0%, #031227  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0E284C), color-stop(100%,#031227 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0E284C 0%,#031227  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0E284C 0%,#031227  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0E284C 0%,#031227  100%); /* IE10+ */
	background: linear-gradient(to bottom, #0E284C 0%,#031227  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E284C', endColorstr='#031227 ',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	transition: all 0.4s ease-in-out;
	 -webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	-ms-transition: all 0.4s ease-in-out;
  	cursor: pointer;
  	
	-pie-background: linear-gradient(#0380BA, #59210a);
	behavior: url(css/PIE.htc);
}

.submit:hover
{
    border: 1px solid #450111;
   /* background-color: #0380BA;
    -moz-box-shadow: 0 0 10px #0380BA;
    -webkit-box-shadow: 0 0 10px #0380BA;*/
    box-shadow: 0 0 10px #0380BA;
    cursor: pointer;
    text-decoration: none;
    behavior: url(css/PIE.htc);
   /* background-image: linear-gradient(to bottom, #77021d, #3a000d);*/
}
.submit:focus{-moz-box-shadow: 0 0 20px #0380BA inset;
    -webkit-box-shadow: 0 0 20px #0380BA inset;
    box-shadow: 0 0 20px #0380BA inset;}




.button {
	
	border:1px solid #A07300; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 5px;font-size:15px; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(220, 168, 31, 1);font-weight:bold; color:#732214; cursor:pointer; margin-bottom:5px; margin-left: 15px;
 	background: #FFD156; /* Old browsers */
	background: -moz-linear-gradient(top, #FFD156 0%,#E6AC24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD156), color-stop(100%,#E6AC24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFD156 0%,#E6AC24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFD156 0%,#E6AC24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFD156 0%,#E6AC24 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFD156 0%,#E6AC24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD156', endColorstr='#E6AC24',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	transition: all 0.4s ease-in-out;
	 -webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	-ms-transition: all 0.4s ease-in-out;
  	cursor: pointer;
  	
  	
	-pie-background: linear-gradient(#88231C, #502107);
	behavior: url(css/PIE.htc);
}

.button:hover {
 	background: #E6AC24; /* Old browsers */
	background: -moz-linear-gradient(top, #E6AC24 0%,#FFD156 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6AC24), color-stop(100%,#FFD156)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E6AC24 0%,#FFD156 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6AC24 0%,#FFD156 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E6AC24 0%,#FFD156 100%); /* IE10+ */
	background: linear-gradient(to bottom, #E6AC24 0%,#FFD156 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6AC24', endColorstr='#FFD156',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 10px #832219;
    -webkit-box-shadow: 0 0 10px #832219;
    box-shadow: 0 0 10px #832219;
	text-decoration: none;
	behavior: url(css/PIE.htc);
}.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: #85231B;
display: none;
font-size: 12px;
margin: 0;
max-width: 200px;
padding: 9px 13px;
position: absolute;
z-index: 100;
font-family: arial;
border: 1px solid #D1AF66;
}
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 #222222;
  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 #222222;
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 #222222;
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 #222222;
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: #FFEEC8; /* Old browsers */
	background: -moz-linear-gradient(top, #FFEEC8 0%, #F8D381 1000%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFEEC8), color-stop(100%,#F8D381)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFEEC8 -13%,#F8D381 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFEEC8 0%,#F8D381 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFEEC8 0%,#F8D381 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFEEC8 0%,#F8D381 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEC8', endColorstr='#F8D381',GradientType=0 ); /* IE6-9 */
}
aside.tooltip.field_tip:after, div.tooltip.field_tip:after {
border-right-color: #D1AF66;
}
aside.tooltip.field_tip.left:after, div.tooltip.field_tip.left:after {
border-right-color: transparent;
border-left-color: #ea5b54;
}
aside.tooltip.field_tip.right:after, div.tooltip.field_tip.right:after {
border-right-color: transparent;
border-right-color:  #D1AF66;
}
aside.tooltip.field_tip.bottom:after, div.tooltip.field_tip.bottom:after {
border-right-color: transparent;
border-bottom-color:  #D1AF66;
}
aside.tooltip.field_tip.top:after, div.tooltip.field_tip.top:after {
border-right-color: transparent;
border-top-color:  #D1AF66;
}
aside.tooltip.warning, div.tooltip.warning {
color: darkgoldenrod;
background: #ffe38e;
}
aside.tooltip.warning:after, div.tooltip.warning:after {
border-right-color: #ffe38e;
}
aside.tooltip.warning.left:after, div.tooltip.warning.left:after {
border-right-color: transparent;
border-left-color: #ffe38e;
}
aside.tooltip.warning.right:after, div.tooltip.warning.right:after {
border-right-color: transparent;
border-right-color: #ffe38e;
}
aside.tooltip.warning.bottom:after, div.tooltip.warning.bottom:after {
border-right-color: transparent;
border-bottom-color: #ffe38e;
}
aside.tooltip.warning.top:after, div.tooltip.warning.top:after {
border-right-color: transparent;
border-top-color: #ffe38e;
}
