
a.popup {
  color: #00909B;
  text-decoration:none;
  position:relative;
  display:block;
}
a.popup:hover {
	color: #e7b16b;
	font-weight: bold;
  border:none;
}
a.popup img {
  border:none;
}
a.popup span {
  visibility:hidden;
  opacity:0;
  transition:opacity 0.25s linear;
  position:absolute;
  top:0px;
  left:-210px;
}
a.popup:hover span {
  visibility:visible;
  opacity:1;
}


body {
font-family: Arial, sans-serif;
color: #000;
font-size:16px;
background: #FFF;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #ffddb1;
	font-weight: bold;
}

p {
font-family: Arial, sans-serif;
color: #000;
font-size:16 px;
}

h1 {
font-family: Arial, sans-serif;
color: #00909B;
font-size:24px;
font-weight: bold;
text-align: justify;
}

h2 {
font-family: Arial, sans-serif;
color: #e7b16b;
font-size:12px;
text-align: justify;
}

h3 {
font-family: Arial, sans-serif;
color: #FFF;
font-size:18px;
font-weight: bold;
text-align: center;
}

h4 {
font-family: Arial, sans-serif;
color: #FFF;
font-size:12px;
font-weight: bold;
text-align: center;
}


div {

}

.vis{

}


.box{
        width: 250px;
        background: #00909B;
        padding: 20px;
}

.myButton {

	background-color:#e1f1f1;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	border-radius:5px;

	border:2px solid #00919b;

	display:inline-block;

	cursor:pointer;

	color:#000000;

	font-family:Arial;

	font-size:10px;

	font-weight:bold;

	padding:8px 44px;

	text-decoration:none;

}


.myButton:hover{

	background-color:#00919b;
 color:#ffffff

}


.myButton:active{

	position:relative;

	top:1px;

}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	background-color:#e1f1f1;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	border-radius:5px;

	border:2px solid #00919b;

	display:inline-block;

	cursor:pointer;

	color:#000000;

	font-family:Arial;

	font-size:10px;

	font-weight:bold;

	padding:8px 34px;

	text-decoration:none;


}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color:#00919b;
 color:#ffffff


}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}