/*------------------------------------------------------------------------------
  Theme created by Oleg Stepura for http://duma.kaliningrad.org/
  License http://creativecommons.org/licenses/LGPL/2.1/
  All questions and feedback at http://www.cdstudio.org/
  Stylesheet for Handheld
------------------------------------------------------------------------------*/

@import url(layout.css);

body .rail,
body .content,
body .text,
body .header,
body .footer,
body .left,
body .right,
body .wrapper,
body .wrapper-inside {         
	margin:0;  
	clear:both;
	float:none;
	width:auto;
	}
body {
	font:0.8125em/1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	padding:0;
	margin:0;
	}
body .content form dt {
	width:auto;
	float:none;
	clear:both;
	text-align:left;
	}
body .content form dd { 
	margin:0;
	} 