@charset "UTF-8";
/* CSS Document */

/******** buttons **********/

.bt-see-more {
	background:url(../images/bt-see-more.gif) no-repeat top left;
	margin:0 20px 0 0;
	float:right;
	width:78px;
	height:31px;
	display:block;
}

#msds_search_button {
	background:url(../images/msds-search.gif) no-repeat top left;
	position:absolute;
	margin-left:370px;
	margin-top:19px;
	
	width:104px;
	height:31px;
	display:block;
	z-index:1000;
}
#msds_search_button span{
	display:none;
}




.bt-see-more:hover, .bt-add-samples:hover, .bt-add-more-samples:hover, .bt-request-samples:hover, #msds_search_button:hover  {
	background-position:0 -31px;
}
.bt-see-more span, .bt-add-samples span, .bt-add-more-samples span, .bt-request-samples span  {
	display:none;
}

.bt-add-samples {
	background:url(../images/bt-add-samples.jpg) no-repeat top left;
	margin:0 20px 0 0;
	width:180px;
	height:31px;
	display:block;
}


.bt-add-more-samples {
	background:url(../images/bt-add-more-samples.jpg) no-repeat top left;
	float:right;
	margin:0 20px 0 0;
	width:180px;
	height:31px;
	display:block;
}

.bt-request-samples {
	background:url(../images/bt-request.jpg) no-repeat top left;
	margin:0 20px 0 0;
	width:180px;
	height:31px;
	display:block;
}


.bt-represent {
	background:url(../images/bt-reprsentative.gif) no-repeat top left;

border:medium none;
display:block;
height:31px;
width:180px;
cursor:pointer;
}
.bt-represent:hover {
	background-position:0 -31px;
}
.bt-submit{
	background:url(../images/bt-submit.gif) no-repeat top left;

border:medium none;
display:block;
height:31px;
width:78px;
cursor:pointer;
}

.bt-request{
	background:url(../images/bt-request.jpg) no-repeat top left;

border:medium none;
display:block;
height:31px;
width:180px;
cursor:pointer;
}

.bt-submit:hover, .bt-request:hover {
	background-position:0 -31px;
}
button span{
	display:none;
}

/******** header drop downs and search box **********/

#choose-your {
	margin:17px 0 0 385px;
	_margin-left:365px;
	float:left;
	display:inline;
}
.select-header {
	margin:0 20px 0 0;
	float:left;
}
.select-header select {
	width:184px;
	display:inline;
}
.select-header p {
	margin:0 7px 0 0;
	_margin:0 0 0 0;
	float:left;
	line-height:2em;
	color:#6283a4;
}
#search {
	margin:10px 0 0 540px;
	_margin-left:32px;
	/*float:left;*/
}
#search input.field {
	margin:2px 7px 0 0;
	float:left;
	border:1px solid #ccc;
	width:155px;
}
.button-search {
	background: url(../images/bt-go.jpg) no-repeat left top;
	cursor:pointer;
	height:24px;
	width:24px;
	float:left;
	border:none;
}
.button-search:hover {
	background-position: 0 -24px;
}

/*contact from*/

#page_content form label{
	display:block;
	padding-top:10px;
	
	
	font-size:12px;
}

#page_content form label.error{
	display:inline;
	color:#c30000;
	padding-left:5px;
}


#page_content form input{
	margin-top:3px;
	
	
	
}

/*side-by-side*/

form label.field-first
{
	clear: left;
}


form label.field-first,
form label.field-last
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

#zip{
	width:90px;
	display:block;
}
form li input{
	margin-right:5px;
}
form textarea{
	width:500px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#statePlaceholder{
	height:0;
}


/* msds search form */
#msds_search{
	height:59px;
}
#msds_search input{
	display:block;
	
}

#msds_search select{
	display:block;
	margin-top:3px;
}


#msds_search .partnum{
	display:block;
	position:absolute;
	margin-top:0px;
}


#msds_search .region{
	display:block;
	position:absolute;

	margin-left:256px;
	
}


#msds_search .lang{
	display:block;
	position:absolute;
	margin-left:157px;


}


#msds_search .submit{
	display:block;
	position:absolute;

	margin-left:372px;
	margin-top:21px;
}

