.search_po {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 60px;
	height: 45px;
	position: relative;
}
		
.wrapper1, .wrapper2 {
	display: block;
	width: 300px;
	margin: 0 auto;
	-webkit-perspective : 1200px;
	-moz-perspective : 1200px;
	-ms-perspective : 1200px;
	perspective : 1200px;
}


.search_po input[type=submit] {
	margin-top: 0;
	z-index: 2;
	position: relative;
	vertical-align: top;
	height: 45px;
	min-width: 55px;
	min-width: 35px\9;
	max-width: 55px;
	cursor: pointer;
	background-color:#d5d7d8;
	border: 0 none;
}
.search_po input[type=submit].cancel {
		background-image:url(../images/close.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	}
.inputbg {
	background-color:#d5d7d8!important;
	height:26px;
	}

	.search_po input[type=submit]:active {
		
	}

.search_po img {
	position: absolute;
	top: 10px;
	left: 1.5em;
	z-index: 4;
	pointer-events: none;
}
	
		input::-webkit-input-placeholder {
			font-family: Arial;
			font-weight: bold;
			color: #1a3d51;
			text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
		}
		
		input:-moz-placeholder {
			font-family: Arial;
			font-weight: bold;
			color: #1a3d51;
			text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
		}
		
	
.search_po input[type=text] {
	position: absolute;
	width: 1px;
	z-index: 2;
	padding-left: 2em;
	margin-left: .2em;
	margin-top: 0;
	border:0 none;
	background-color:transparent;
	padding-top:8px;
	padding-bottom:11px;
	padding-left:34px;
	color:#4c4c4c;
	line-height:28px;
}
#nav-toggle {
	display:none\9;
	}
 input[type=submit].cancel1:focus {
	border:0 none;
	outline:none;}