.Directtxt{
	height : 40px;
	width : 380PX;
	border: 1px solid #91C540;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 20px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.Directbtn{
	height : 40px;
	width : 100PX;
	border: 1px solid #91C540;
	background: #91C540;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #white;
	font-size: 20px;
	position: absolute;
	box-sizing: border-box;
	margin-left:-10px;
	color:white;
}

.selectbox{
	height : 40px;
	width : 180PX;

	border: 1px solid #91C540;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 20px;
	box-sizing: border-box;
}
