form#message {
	display:  flex-box;
	background-color: #98AFC7;
	padding: 40px;
	width: 90%;
	margin: 10px auto;
}
form#message fieldset {
	border: none;
	margin-bottom: 10px;
}
form#message fieldset:last-of-type {
	margin-bottom: 0;
}
form#message legend {
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 10px;
}
form#message ol li {
	background: rgba(250,250,250, .05);
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#message ol ol li {
	background: none;
	border: none;
	float: left;
	display: none
}
form#message label {
	float: left;
	font-size: 1rem;
	width: 110px;
	color:  #000000;
}
/*form#payment fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
*/

form#message input,
form#message textarea {
	background: #ffffff;
	border: 1px solid #1b1b1b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: 1rem arial, sans-serif;
	outline: none;
	padding: 5px;
	width: 300px;
	margin-bottom: 20px;
}
/*form#payment input:not([type=submit]):focus,
form#payment textarea:focus {
	background: #eaeaea;
}
form#payment input[type=radio] {
	float: left;
	margin-right: 5px;
}*/

form#message button {
	background: #112;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 1.5rem arial, sans-serif;
	letter-spacing: 2px;
	margin: auto;
	padding: 7px 20px;
	text-transform: uppercase;
}
form#message button:hover {
	background: #555;
	cursor: pointer;
}

@media only screen and (max-width:  600px) {

	form#message {
	display:  flex-box;
	background-color: #BCC6CC;
	padding: 10px;
	width: 100%;
	margin: 25px auto;
}
form#message fieldset {
	border: none;
	margin-bottom: 5px;
}
form#message fieldset:last-of-type {
	margin-bottom: 0;
}
form#message legend {
	color: #000000;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 10px;
}
form#message input,
form#message textarea {
	background: #ffffff;
	border: 1px solid #1b1b1b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: 1rem arial, sans-serif;
	outline: none;
	padding: 5px;
	width: 300px;
	margin-bottom: 10px;
}
form#message ol li {
	background: rgba(250,250,250, .05);
	line-height: 35px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#message ol ol li {
	background: none;
	border: none;
	float: left;
	display: none
}
form#message label {
	float: left;
	font-size: 1rem;
	width: 100%;
	color: #000000;
}
form#message button {
	background: #111122;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: .80rem arial, sans-serif;
	letter-spacing: 2px;
	margin: auto;
	padding: 10px;
	text-transform: uppercase;
}
form#message button:hover {
	background: #555;
	cursor: pointer;
	}