.jit_header{
	position: fixed;
    z-index: 9999;
    width: 100%;
}
h3{
	color: #FF8000;
	font-weight:bold;
}
.apply_div{
	margin-top: 40px;
	border:2px green solid;
	border-radius:15px;
	margin-left: 20px;
	padding: 15px;
}
em, sup{
	color:red;
}
sup{
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
footer{
	width:100%;
	position:relative;
	bottom:0px;
	right:0px;
}

*, body{
	margin: 0 auto;
	font-family: 'Cuprum', sans-serif;
}
.container{
	width:100%;
}
@font-face {
	font-family: Voltaire;
	src: url('../fonts/Voltaire.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Voltaire.woff') format('woff');
}
@font-face {
	font-family: Cuprum;
	src: url('../fonts/Cuprum.eot?#iefix') format('embedded-opentype'),
		 url(../fonts/Cuprum.woff) format('woff');
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
legend {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, input, textarea, p, blockquote, th, td { 
  padding:0;
  margin:0;}

ol, ul, li {list-style:none}

:focus {outline:none}

body,
input,
textarea,
select {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}