@charset "utf-8";


head {
		background: #414141;
}


body {
		background: #414141;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial;
		color: #FFFFFF;	
}


h1  {font-size: 20px;
	color: #414141;
	}
	

h3  {
	font-size: 16px;
	color: #414141;
}

p   {
	font-size: 18px;
	color: #A0A0A0;
	padding: 20px 25px;
		
}

a:link {
  color:  #A0A0A0;
	
}

a:visited {
  color: #A0A0A0;
}

a:hover {
  color: #5f3092;
}


.button {
  position: relative;
	height: 100px;
}

.button img {
  width: 162px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.button .hover {
  display: none;
	
}

.button:hover .hover {
  display: block; 
}


.rbutton {
  position: relative;
	height: 100px;
	display: block;
	  margin-left: auto;
  margin-right: auto;
	  width: 15%;
}

.rbutton img {
  width: 200px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}

.rbutton .hover {
  display: none;
	
}

.rbutton:hover .hover {
  display: block; 
}




.round {
  border-radius: 50%;
}

.etable {
	border-collapse: collapse;
	font-size: 18px;
	color:#414141;
	margin: 0px 50px;
	
}
	
input[type=text]  {
   padding: 10px;
   margin:0px 0;
	width:70%;
	border: 2px solid #5f3092;
	border-radius:15px;
   box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
color:#414141;
	
}


input[type=email]  {
   padding: 10px;
   margin:10px 0;
	width:70%;
	border: 2px solid #5f3092;
	border-radius:15px;
   box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
color:#414141;
	
}

input[type=checkbox]  {
   padding: 10px;
   margin:10px 0;
	width:10%;
	border: 2px solid #5f3092;
	border-radius:15px;
   box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
color:#414141;
	
}

input[type=submit] {
padding:10px;
	margin:10px 0;
  border:none;
  background-color:#5f3092;
  color:#fff;
  border-radius:15px;
  width:23%;
 
	 
	
}
