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

body {
	background: #121315 url(./images/background.png);
	color: #BEBEBE;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 1em;
}

a { color: #2365B0; text-decoration:none; }
a:hover { text-decoration: underline; }

div.content {
	background: #0f0f0f;
	border: 8px solid #202020;
	margin: 100px auto;
	text-align: center;
	width: 400px;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 10px #050505;
	-webkit-box-shadow: 1px 1px 10px #050505;
	box-shadow: 1px 1px 10px #050505;
}

div.poll_container {
	border-top: 1px solid #222;
	margin: 15px;
	padding: 5px 0;
}


/* 12 June 2011 17:55 EST (fiftysixer) */

