/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {
	body {
		padding: 10px 15px;
	}
	#container {
		width: 100%;
	}
	select.selmenu1{
		width:89%;
	}
	#hongkiat-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#hongkiat-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 87%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		display: block;
	}
	.selmenu{
		width:100%;
	}
}


/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
 	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 94%;
	}
	select.selmenu1{
		width:97%;
	}
}
@media only screen and (max-width: 500px) {
 	.selmenu{
		width:94%;
	}
}

/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
	body {
		padding: 0px 25px;
	}
	select.selmenu {
		width: 100%;
	}
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
	body {
		padding: 10px 0px;
	}
 	#hongkiat-form .txtinput, #hongkiat-form textarea {
		width: 90% !important;
	}
	#hongkiat-form #aligned {
		overflow: hidden;
	}
	select.selmenu {
		width: 90%;
	}
	.registration{
		width:70% !important;
	}
	#Title-form{
		font-size:12px;
	}
	.savedata{
		width:100%;
		 margin-bottom: 10px !important;
	}
	.savedata1{
		width:100% !important;
	}
}