form fieldset {
	border: none;
	padding: 0;
	margin: 10px 0;
	display: block;
	clear: left;
}

form fieldset label {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

form fieldset input,
form fieldset textarea {
	width: 96%;
	padding: 5px 2%;
	border: none;
	outline: 1px solid #ccc;
	font-size: 14px;
	box-shadow: inset 0 2px 6px 0 #ddd;
	-webkit-appearance: none;
	border-radius: 0;
	clear: both;
	display: block;
}

form fieldset input:focus
{
    outline: 3px solid #ccc;    
}

/*
form input.submit, form fieldset input[type="submit"] {
	background: #0087bf;
	border: none;
	width: auto;
	display: block;
	padding: 5px 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
	font-family: 'MuseoSlab500Regular', Arial, serif;
	float: left;
}
*/