/**
 * bankczasu.org
 *
 * @author Piotr Cichosz aka shpyo
 * @version 1.00 2008/07/14
 */

body,html {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	padding: 0 5px;
}

/******************************************************************
 * global styles
 */

a { -webkit-tap-highlight-color: #f0f0f0; }
div { float: none !important; width: auto !important; padding: 0 !important; }
label { width: 100% !important; float: none !important; }

#mainBox { width: 100%; }
#topBox { padding: 0 0 20px 0; }
#topBox h1 { line-height: 120% !important; }

#pathBox { margin: 0; padding: 5px 0; }
#pathBox a { color: #b34700; display: inline-block; }

#contentBox { width: 100%; float: none; border: 0; }
#contentBox div { border: 0 !important; }
#contentBox div a { display: block; }
#contentBox h2, h3 { margin: 5px 0; padding: 0; letter-spacing: -1px; }

#commentsForm p { padding: 2px 0 !important; text-align: left; width: 100% !important; margin: auto; }
#commentsForm p input, #commentsForm p textarea { width: 80% !important; float: none !important; }

#menuBox { display: none; }

#customBox { display: none; }
