/* Form Styles */

#contactForm {
	background-color: #323a3c;
	margin-bottom: 20px;
	padding: 10px;
}


p { margin-bottom: 1.5em; }

.clearing { clear: both; }
.alert, .error { color: #d90009; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 20%;
}

ol.forms input { 
	width: 39%; 
	background-color: #fff
}

ol.forms textarea {
	height: 20em; 
	width: 64%; 
	background-color: #fff
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 21%;
}

ol.forms li.buttons {
	padding-left: 21%;
	padding-top: 4px;
}

#submit {
	padding: 4px;
}

#loading {
}

#thanks {
	margin-top: 6px;
	line-height: 24px;
	padding: 10px;
	font-size: 16px;
	color: #4295b0;
}
.device_fieldset{
	border-color: #525252;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 12px;
	background-color: #30383a;

}
.device_fieldset legend{
	padding: 4px;
}
ol.forms .narrow{
	width: 150px;
}
ol.forms .medium{
	width: 175px;
}
#addButton{
	text-align: right;
	margin-left: 0px;
	padding-bottom: 10px;
}
#addButton a{
	text-decoration: underline;
}
#remove a{
	text-decoration: underline;
}
#remove{
	text-align: right;
}
#items{
	margin-top: 6px;
}