body {
	padding: 50px 100px;
	font-size: 13px;
	font-style: Verdana, Tahoma, sans-serif;
}

#formContainer {
	min-width: 300px;
}

.error {
	color: red;
	font-size: 160%;
}

.accepted {
	color: green;
}

h2 {
	margin-bottom: 20px;
	color: #474E69;
}


input, textarea, select {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

select {
	width: 222px;
}



textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

#submit {
	text-align: center;
  cursor: pointer;
  background: rgb(0, 0, 0);
  /* fall-back if transparency is not supported*/
  background: rgb(0, 0, 0, 0.8);
  color: silver;
	font-size: 14px;
  padding: 12px;
  box-shadow: 0px 0px 10px rgb(0, 51, 204);
  -webkit-box-shadow: 0px 0px 10px rgb(0, 51, 204);
  -moz-box-shadow: 0px 0px 10px rgb(0, 51, 204);
  -o-box-shadow: 0px 0px 10px rgb(0, 51, 204);
  -ms-box-shadow: 0px 0px 10px rgb(0, 51, 204);
	width: 120px;
}

#submit:hover {
  color: orange;
}

#verifyInfo {
	color: blue;
	font-size: 14px;
	padding-top: 15px;
	margin-top: 20px;
}

#comment {
	resize: none;
}


#linkInput {
	text-align: center;
	line-height:25px;
	text-shadow: 0px 0px 10px silver;
	box-shadow: 0px 0px 5px darkgreen;
	-webkit-box-shadow: 0px 0px 5px darkgreen;
	-moz-box-shadow: 0px 0px 5px darkgreen;
	-o-box-shadow: 0px 0px 5px darkgreen;
	-ms-box-shadow: 0px 0px 5px darkgreen;
}

#linkCopyButton {
	background-color: white;
	border: none;
	border-radius: 5px;
	margin-top: 16px;
	margin-left: 70px;
	margin-right: 90px;
	padding: 3px 10px 3px 10px;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0px 0px 5px darkgreen;
	-webkit-box-shadow: 0px 0px 5px darkgreen;
	-moz-box-shadow: 0px 0px 5px darkgreen;
	-o-box-shadow: 0px 0px 5px darkgreen;
	-ms-box-shadow: 0px 0px 5px darkgreen;
	vertical-align: top;
}

#linkCopyButton:hover {
	box-shadow: 0px 0px 10px darkgreen;
	-webkit-box-shadow: 0px 0px 10px darkgreen;
	-moz-box-shadow: 0px 0px 10px darkgreen;
	-o-box-shadow: 0px 0px 10px darkgreen;
	-ms-box-shadow: 0px 0px 10px darkgreen;
}

/* Popup container */
.popup {
 position: relative;
 cursor: pointer;
}

/* Copie popup tooltip on the left */
.popup .tooltiptext {
 visibility: hidden;
 background-color: #555;
 color: #fff;
 text-align: center;
 border-radius: 6px;
 padding: 8px 15px 8px 15px;
 left: 10px;
 top: 20px;
 position: relative;
 z-index: 1;
}

/* Popup left arrow */
.popup .tooltiptext::after {
 content: "";
 position: absolute;
 top: 50%;
 right: 100%;
 margin-top: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent #555 transparent transparent;
}

/* Key frames in main_style.css */
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
 visibility: visible;
 -moz-animation: fadeIn 1s, fadeOut 2s ease-in 2s forwards;
 -webkit-animation: fadeIn 1s, fadeOut 2s ease-in 2s forwards;
 -ms-animation: fadeIn 1s, fadeOut 2s ease-in 2s forwards;
 -o-animation: fadeIn 1s, fadeOut 2s ease-in 2s forwards;
 animation: fadeIn 1s, fadeOut 2s ease-in 2s forwards;
}

@keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}


.pulse {
	-webkit-box-shadow: 0 0 0 rgb(0, 51, 204);
	   -moz-box-shadow: 0 0 0 rgb(0, 51, 204);
	        box-shadow: 0 0 0 rgb(0, 51, 204);
	-webkit-animation: pulse 2s infinite;
	   -moz-animation: pulse 2s infinite;
	     -o-animation: pulse 2s infinite;
	        animation: pulse 2s infinite;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
            box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
              box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
              box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
  }
}



@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
         box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
           box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
           box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
  }
}



@-o-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
  }
  70% {
      box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
  }
}



@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
       -moz-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
            box-shadow: 0 0 0 0 rgb(0, 51, 204, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
         -moz-box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
              box-shadow: 0 0 0 11px rgb(0, 51, 204, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
         -moz-box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
              box-shadow: 0 0 0 0 rgb(0, 51, 204, 0);
  }
}
