/*
Date: 9 aprilie 2009
Author: Bogdan Valentin Oasa
Project: Opiniepublica.ro - parerea ta conteaza!
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
a {
  text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS start! */
.clear { clear:both;
display:block;
line-height:0px;
}
.clear2 { clear:both;
display:block;
line-height:0px;
height: 20px;
}
.clear3 { clear:both;
display:block;
line-height:0px;
height: 10px;
}
body {
  font-family:  Tahoma, Arial, Verdana, sans-serif;
  background: #fff;
  font-size: 11px;
}
#page {width: 800px;
margin: 0 auto;}
#logo {float: left;
margin: 10px 0 0 20px;
width: 707px;
height: 167px;
background: url(images/opiniepublica.jpg) no-repeat;}
.align-center {
	width: 100%;
	float: left;
	text-align: center;
}
.sondaj {
	width: 250px;
	padding: 20px;
	border: 1px #000 dotted;
	margin: 0 auto;
}

.text_block {
	width: 400px;
	margin: 0 auto;
	text-align: justify;
	font-size: 11px;
	color: #333;
}
.text_block a {
	color: #333;
	text-decoration: underline;
}
.disclaimer {
  width: 400px;
  margin: 0 auto;
}
.disclaimer h1 {
  float: left;
  clear: left;
  width: 100%;
}


