#pm_form {
	position: relative;
	text-align: center;
}

#pm_name_field {
	display: inline-block;
}

/*#pm_send input[type="text"] {*/
#pm_input, #pm_name_field{
	width: 220px;
	padding: 10px;
	font-size: 14px;
	margin-right: 5px;
	color: #6d6d6e;
	background-color: #f5f5f5;
	border: solid 1px #cecece;
}

@media only screen and (min-width : 768px) and (max-width : 1023px) { 
	#pm_input, #pm_name_field{
		width: 179px !important;
		padding: 9px !important;
		font-size: 12px !important;
		margin-top: 21px;
	}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
	#pm_input, #pm_name_field{
		width: 179px !important;
		padding: 9px !important;
		font-size: 12px !important;
		margin: 15px auto auto auto !important;
	}

}

@media only screen and (min-width : 320px) and (max-width : 479px) { 

	#pm_featurebox {
		max-width: 300px !important;
		height: auto;
		margin: 15px auto !important;
	}

	#pm_input, #pm_name_field{
		width: 90% !important;
		padding: 7px !important;
		font-size: 12px !important;
		margin-top: 15px;
	}
}

@media only screen and (min-width : 240px) and (max-width: 319px){
	#pm_featurebox {
		height: 690px !important;
	}

	#pm_input, #pm_name_field{
		font-size: 12px !important;
		margin-top: 13px;
		padding: 5px !important;
		width: 180px !important;
	}
}