iframe {
	display: none !important;
}
body {
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}
#inputFrame {
	width: 284px;
}
#pageFrame {
	width: 320px;
  margin: auto;
}
#sidebar1 {
	display: none;
}
/*
This is the way to define different styles for portrait/landscape if needed
body[class="portrait"] #inputFrame {
	width: 294px;
}
body[class="portrait"] #pageFrame {
	width: 320px;
}
body[class="landscape"] #pageFrame {
	width: 320px;
}
body[class="landscape"] #inputFrame {
	width: 294px;
}
*/
INPUT TEXTAREA {
	-webkit-border-radius:25px;
}
.textbox {
	font-size:10pt;
}
.textarea {
	font-size:10pt;
	width: 230px;
}
.radio {
	width: 26px;
	height: 26px;
	-webkit-border-radius:13px; 
	background-color:#C03030;
}
.menuItem {
	/*
  padding-top: 3px;
  padding-bottom: 3px;
  */
}
#progress{
  margin: 0px;
  padding: 8px 12px 0px 12px;
}
#progressBar{
	height:8px;
}
#legal{
  padding:26px 12px 0px 12px;
}
#powered{
	padding:26px 12px 0px 12px;
}
#poweredByImg {
	width:107px;
	height:22px;
}
#pageFooter2 {
  height:58px;
}