
/* webkit, opera, IE9 */
::selection { background:lightblue; }
/* mozilla firefox */
::-moz-selection { background:lightblue; }

::-webkit-input-placeholder  { color:#999; }
input:-moz-placeholder { color:#999; }


div.g-recaptcha {
	/*height:120px;*/
	margin:20px 0 0 0;
}

#form-container {
	font:400 1em/1.125 "Helvetica Neue",Roboto,sans-serif;
	color:rgba(1,2,3,0.88);
	max-width: 480px;
	border:1px solid rgba(1,2,3,0.5);
	border-radius:4px;
	margin: 5vh auto 0 auto;
}

h1#msg_form_hdr {
	padding: 0.4em 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	/*background-color: #333;*/
	border-bottom:1px solid grey;
}

#msg_form {
	width:100%;
	margin: 0 auto;
	padding: 7.5% 10% 7.5% 10%;
	/*font-size: 11px;*/
	/*background-color: #eee;*/
	/*border:1px solid grey;
		border-top: none;*/
}
#msg_form form {
	width:100%;
	margin:auto;
}

#submit {
	/*float: none;
		width: auto;*/
	background-color: #eee;
	border-width: 1px;
	padding: 0.2em 1em;
	font-weight: 600;
	color:rgba(1,2,3,0.88);
}

label {
	float: left;
	/*width: 300px;*/
	margin-left: 2px;
	text-align: left;
	font-weight: 400;
	color:rgba(1,2,3,0.88);
	/*border: #666 thin solid;*/
}

input, textarea {width:100%;font-size:1em;}

input[type=text], textarea {border:1px solid rgba(1,2,3,0.25);border-radius:2px;padding:0.25em;}

/*input[type=submit] {font-size:12px; color:#00c; width:100%; margin-top:1em; cursor:pointer;}*/
input[type="submit"],
input[type="button"] {
	font:400 1em/1 "Helvetica Neue",Roboto,sans-serif;
	padding:0.5em 2em;
	background-color:rgba(1,2,3,0.05);/*background-color:#5c87db;*/
	color: rgba(1,2,3,0.82);
	border:1px solid rgba(1,2,3,0.5);
	border-radius:4px;
	cursor:pointer;
}

input[type="submit"]:hover {
	background-color:rgba(1,2,3,0.1);
	/*border:1px solid #606366;*/
}

p#required {
	font-size:10px;
	color:rgba(1,2,3,0.4);
	margin:0 0 2em 0;
}

span.required {
	margin-left: 0.5em;
	font-size: 0.834em;
	color:rgba(1,2,3,0.4); 
}

span.error_msg {
	margin-left: 0.5em;
	font-size: 9px;
	font-weight: normal;
	color: #c00;
}

#info {
	/*width:1px;
		visibility:hidden;*/
	position: absolute;
	left: -9999px; 
	top: -9999px;
}


fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #1f1f1f;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 1.5em 0;
	padding: 0;
}