/*SDS*/

#sdsInfo {
	width: 90%;
	margin: auto;
	text-align: left;
}

.enlarge {
	font-weight: bold;
	border-top: 2px solid #383838;
	border-bottom: 2px solid #383838;
	padding: 30px 0;
}

#sdsInfo ol {
	font-size: 1.25em;
	padding: 5px 0;
	margin-left: 50px;
}

/*SDS Form*/

#sdsForm {
	width: 90%;
	margin: auto;
	text-align: left;
}

#sdsForm form {
	width: 50%;
	border: 2px solid #383838;
	padding: 0 40px 0 40px;
}

#sds fieldset {
	border-top: 1px solid #383838;
	margin: 30px 0;
}

#sds legend {
	font-size: 1.25em;
	font-weight: bold;
	padding: 0 10px 5px 0;
}

#sds input {
	background: #F9F9F9;
	border: 1px solid #383838;
	border-radius: 2px;
	padding: 1px 2px;
	font-size: 0.9em;
	width: 50%;
}

#sds input:focus {
	outline: #000;
}

#products input {
	width: 10%;
}

/*Submit Button*/

#submitContainer input {
	width: 275px;
	background: #383838;
	border: 2px solid #383838;
	border-radius: 2px;
	padding: 20px 0;
	margin: -5px auto 40px auto;
	font-size: 1.25em;
	color: #F7F7F7;
	text-align: center;
}

#submitContainer input:hover {
	background: #F7F7F7;
	color: #383838;
	cursor: pointer;
}

/*Status Message*/

#statusMessage {
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 1.25em;
}

/*Product search button*/

.searchButton {
	width: 20%;
	border: 2px solid #383838;
	background: #383838;
	border-radius: 2px;
	padding: 15px 0;
	font-size: 1.5em;
	margin: 40px auto 50px auto;
	color: #383838;
	text-decoration: none;
	text-align: center;
}

.searchButton a {
	color: #F7F7F7;
	text-decoration: none;
	display: block;
	width: 100%;
}

.searchButton:hover,
.searchButton:hover a {
	background: transparent;
	color: #383838;
}

.sdsHeader
{
	font-size:2.25em;
	border-bottom: 2px solid #383838;
}