* {	margin: 0px;padding: 0px; }

body { width: 100%;height: 100%;margin: 1em;padding: 0; }

.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.epost, .print, .hover, .hidden { display: none; }

span.epost {}

img { border: none; }

ul { margin: 0 2em;padding: 0; }
li { margin-bottom: 0.2em;padding: 0;list-style-type: square; }

br.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
br.clear:after { /* EJ IE */
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

* html br.clear { height: 1%; } /* Bara IE6 */

p { margin: 0 0 0.5em 0;padding: 0; }

hr {
	clear: both;
	width: 99%;
	margin: 0;
	padding: 0.5em 0;
	height: 1px;
	border-top: 1px dashed #e1e1e1;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #fff;
}

#top, #main, #bottom { float: left;width: 100%; }

.wrapper { /* ALLA */
  	position: relative;
  	max-width: 990px;
  	margin: 0 auto;
}
* html .wrapper { width: expression(document.body.clientWidth > 990 ? "990px" : "100%"); }  /* Bara IE6 */
.wrapper[id] { width: 100%;height: 100%; } /* EJ IE < 7 */

DIV.row { float: left;display:inline;position: relative;width: 100%;margin: 0.5em 0 1em 0; }

DIV.fourColumns,
DIV.threeColumns { width: 96%;padding-left: 2%; }
DIV.twoColumns { width: 98%;padding-left: 1%; }

DIV.column { float: left;display: inline;position: relative;width: 100%; }

DIV.twoColumns .two { float: right; }

DIV.twoColumns DIV.column { width: 49%; }
DIV.threeColumns DIV.column { width: 32%; }
DIV.fourColumns DIV.column { width: 23%; }

DIV.one,
DIV.threeColumns .two,
DIV.fourColumns DIV.one,
DIV.fourColumns DIV.two,
DIV.fourColumns DIV.three  { margin-right: 1%; }

DIV.bg_right,
DIV.bg_left,
DIV.row,
DIV.text,
DIV.leftTop,
DIV.rightTop,
DIV.leftBottom,
DIV.rightBottom { display: block;min-height: 20px; }

* html DIV.bg_right,
* html DIV.bg_left,
* html DIV.row,
* html DIV.text,
* html DIV.leftTop,
* html DIV.rightTop,
* html DIV.leftBottom,
* html DIV.rightBottom { display: block;height: 20px; }

table { width: 99%;margin: 1em 0;padding: 0; }
th { font-weight: bold; }
th, td { padding: 0 0 0.1em 0;vertical-align: top;text-align: left; }

form { width: 99%;margin: 0;padding: 0;border: none; }

input, select {
	margin: 0;
	padding: 0 0.1em;
	border: 1px solid #ecebec;
	background-color: #fff;

	font-size: 11px;
}
