/*============ 
form styles 
==============*/
/* ============ 
form styles 
==============*/
form fieldset {
	 border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;}
  
  
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
	background-color: #000000;
	color: #FFFFFF;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}

form fieldset legend {
	padding: 0.2em 0.5em;
	border: 1px solid #353c48;
	color: #ffffff;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
	background-color: #000000;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('form-bg.jpg');
	background-repeat: repeat;
}
input:focus {
	border: 2px solid #980E10;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	background-color: #000000;
	color: white;
}/*=======================================
error page formatting contact page script
========================================*/
.error-page-heading1 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.5em;
	font-weight: bold;
}
.error-page-heading2 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.2em;
	font-weight: bold;
}
.error-page-line-closing {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-page-line-opening {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-msg {
	font-family: "Times New Roman";
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
}
.error-page-footer {
	font-family: "Times New Roman";
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}
.huggins {
	font-size: small;
	font-style: italic;
}
