@charset "utf-8";
/* CSS Document */

/* http://www.freshdesignweb.com/beautiful-registration-form-with-html5-and-css3.html */

.form{
	display: block;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	padding: 7% 0;
	width: 80%;
	height: auto;
}
.form fieldset{
	border: 0;
	border: none;
	padding: 0;
	padding-bottom: 1%;
	margin: 0;
}
.form p.contact {
	font-size: 100%;
	margin: 0 0 5% 0;
	line-height: 100%;
}
.form .text-muted{
	margin: 0;
	padding: 0;
	color: #50b946;
}
.form .text-muted a{
	margin: 0;
	padding: 0;
	color: #50b946;
}
.form input[type="text"] {width: 100%;}
.form input[type="email"] {width: 100%;}
.form input[type="password"] {width: 100%;}
.form input[type="radio"] {width: auto; margin-right: 1%; padding: 0; padding-bottom: 1%;}
.form input[type="checkbox"] {width: auto; margin-right: 1%; padding: 0; padding-bottom: 1%}

.form label {
	color: #222222;
	font-weight: bold;
	font-size: 90%;
	/*font-family: 'Orienta', sans-serif;*/
}
.form input, textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(50, 50, 50, 0.1);
	padding: 1%;
	font-family: Arial;
	color: #4b4b4b;
	font-size: 100%;
	-webkit-border-radius: 5px;
	margin: 1% 0;
}
.form input:focus, textarea:focus {
	border: 1px solid #111111;
	background-color: rgba(255, 255, 255, 1);
}
.form select[type="option"]{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(50, 50, 50, 0.1);
	padding: 1%;
	font-family: Arial;
	color: #4b4b4b;
	font-size: 100%;
	-webkit-border-radius: 5px;
	margin: 1% 0;
	/*hide the dotted outline*/
	color: transparent;
    text-shadow: 0 0 0 #000;
}
.form select[type="option"]:focus {
	border: 1px solid #111111;
	background-color: rgba(255, 255, 255, 1);
}
.form select option[disabled] {
	display: none;
}
button{
	display: inline-block;
	outline: 0;
	font-size: 100%;
	padding: 0.75%;
	margin-top: 1%;
}
button::-moz-focus-inner {
  border: 0;
}


/*
playback timings (ms):
  captures_list: 0.453
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 46.281
  LoadShardBlock: 186.354 (3)
  PetaboxLoader3.datanode: 220.813 (5)
  PetaboxLoader3.resolve: 130.508 (3)
  load_resource: 220.329 (2)
*/

