html, body, input, select, textarea, button, .ui-btn, pre {
	font-weight: normal;
	font-family: 'Open Sans', Arial, Sans-Serif;
}

html, .ui-page-theme-a, body.ui-mobile-viewport.ui-overlay-a {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 105%;
	background-color: #fafafa;
	/*background-image: url('../img/background.png');*/
}

pre { 
	white-space: pre-wrap; 
	word-wrap: break-word;
}

fieldset {
	border: solid gray 1px !important; 
	border-radius: 5px !important; 
}

fieldset > legend {
	font-weight: bold;
}