/** all devices and responsive browser windows **/@media screen and (max-width: 800px) {
body {
	padding: 10px 15px;
}
#container {
	width: 100%;
}
#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: 85%;
}
#prioritycase {
	float: left;
	display: block;
}
#recipientcase {
	float: left;
	display: block;
	margin-right: 55px;
}
}/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
#hongkiat-form .txtinput, #hongkiat-form textarea {
	width: 85%;
}
}/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
body {
	padding: 10px 0px;
}
select.selmenu {
	width: 180px;
}
#hongkiat-form .txtinput, #hongkiat-form textarea {
	width: 75%;
}
}/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
body {
	padding: 10px 0px;
}
#hongkiat-form .txtinput, #hongkiat-form textarea {
	width: 63%;
}
#hongkiat-form #aligned {
	overflow: hidden;
}
select.selmenu {
	width: 180px;
}
#recipientcase {
	margin-right: 30px;
}
}
