*{
	font-family: 'Merriweather Sans', sans-serif;
}

/*input[type="text"], input[type="url"] {
	display: block;
	width: inherit;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}*/


/*button {
	display: inline-block;
	margin: 0 0px 0 0;
	padding: 15px 45px;
	font-size: 48px;
	line-height: 1.8;
	appearance: none;
	box-shadow: none;
}*/

/*button:focus {
  outline: none
}*/


.formContainer {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 700px;
	height: auto;
	background-color: #f7f7f7;
	overflow-y: auto;
	/*border: solid 1px #707070;*/
}

.toolForm {
	/*min-height: 625px;*/
	background-color: #f7f7f7;
	/*border: solid 1px #969696;*/
	padding: 0px 20px 20px 20px;
}

#formHeading{
	margin-top: 0px;
	text-align: center;
	color: #009ddf;
}

#formSubHeading{
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #1f1f26;
}

.toolFormLabel {
	font-size: 18px;
	/*font-weight: bold;*/
	display: block;
	width: 95%;
	margin: auto;
}

.toolFormInput {
	resize: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	transition: box-shadow 0.3s, border 0.3s;
	border-radius: 5px;
	border-color: transparent;
	font-size: .9em;
	font-weight: normal;
	padding: 5px;
	display: block;
	width: inherit;
	appearance: none;
	box-shadow: none;
}

.toolFormInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bfbfbf;
}
.toolFormInput::-moz-placeholder { /* Firefox 19+ */
	color: #bfbfbf;
}
.toolFormInput:-ms-input-placeholder { /* IE 10+ */
	color: #bfbfbf;
}
.toolFormInput:-moz-placeholder { /* Firefox 18- */
	color: #bfbfbf;
}

.toolSubmit {
	padding: 15px 45px;
	line-height: 1.8;
	appearance: none;
	box-shadow: none;
	width: 93%;
	display: block;
	font-size: 0.9em;
	color: #fff;
	background-color: #009ddf;
	text-shadow: -1px 1px #417cb8;
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.toolSubmit:focus {
  outline: none
}

.toolSubmit:hover{
	background-color: #0079ac;
	text-shadow: -1px 1px #27496d;
}

.toolSubmit:active{
	background-color: #0079ac;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#reqNotice {
	margin-left: 20px;
	display: inline-block;
	text-align: left;
	line-height: 50px;
}

.toolFormResponse {
	margin-left: 20px;
	background-color: #009ddf;
	font-size: 1.25em;
	border-top: 1px solid #f0f0f0;
	word-wrap: break-word;
	padding: 20px;
}

#copyPasteMessage {
	text-align: center;
	display: block;
	margin-right: 10px;
	clear: none;
	float: left;
	left: 27%;
	position: relative;
}

.toolFormExport {
	display: block;
	width: 25%;
	margin-top: 5px;
	clear: none;
	float: right;
	right: 27%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
