@charset "utf-8";

/* V10 ENVIRONMENTAL COMPLIANCE V2 STYLES */
/* Document Version 1.0 */




/* Environment RoHS2 form styles */

#rohs_form { 
	text-align:left;
	min-height:80px;
	/*background: url(../../_images/divider_bg_bottom.gif) center bottom no-repeat;
	background-size:100% 17px; 
	padding-bottom:27px;*/
	}
	#rohs_form div 	{display:inline-block; margin-bottom:10px; }	
/*	#rohs_form div:nth-of-type(2) {margin-bottom:40px; }	*/
	#rohs_form label 	{display:none;}	
	#rohs_form a 		{vertical-align:middle;}	/* needed of the sumbit button in dynamic build */
	#rohs_form input 	{
			display:inline-block;
			margin-right:20px; 
			margin-left:0px;
			vertical-align:middle;
			width: 25px;
    		height: 23px;
			background:url(../../_images/buttons/generic_submit.gif) no-repeat;
			border:0;
			cursor:pointer;
			}
			#rohs_form input[type="text"]:focus {outline: none;}
		
	#rohs_form select {
		/*background: transparent;*/
		width: 300px;
		padding: 5px;
		font-size: 16px;
		line-height: 1;
		/*border: 1px;*/
		border: 	1px solid #d1d1d1;
		border-radius: 4px;
		height: 34px;
		/*-webkit-appearance: none;*/
		}
		@media only screen and (max-width: 650px) {	#rohs_form select {width: 210px; font-size: 12px;} }

