@charset "utf-8";

div#schenker-collection-point {margin: 10px 0 20px;}

div#schenker-collection-point input.zipcode,
div#schenker-collection-point input[type=button],
div#schenker-collection-point select {
	border: 1px solid #ccc;
	display: inline;
	margin: 0;
	width: auto;
}

div#schenker-collection-point input.zipcode,
div#schenker-collection-point input[type=button] {height: 32px;}

div#schenker-collection-point input.zipcode {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 3px 5px;
}

div#schenker-collection-point input[type=button],
div#schenker-collection-point select {border-left: 0;}

div#schenker-collection-point input[type=button] {padding: 2px 10px;}
div#schenker-collection-point select {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 6px;
	min-width: 125px;
}

div#schenker-collection-point input[disabled=disabled] {color: #ddd;}
div#schenker-collection-point input.placeholder {color: #999;}

div#schenker-collection-point label.shenkerZip {display: block; margin-bottom: 2px;}