ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

#overlay
{
	position:absolute;
	top:0;
	width:100%;
	background:black;
	height:1200px;
	padding-top:20px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 90;
}

#splash
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	padding-top:190px;
	z-index: 100;
}

#splash_poll
{
	position:relative;
	background:white;
	width:680px;
	/*height:300px;*/
	margin:auto;
	text-align:left;
	padding:0;
	color:#4797c0;
	font-size:11px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 200;
}

#poll_top
{
	height:4px;
	background:url('/layout/poll_window_top.png');
	overflow:hidden;
}

* html #poll_top
{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/poll_window_top.png', sizingMethod='crop');
}

#poll_content
{
	background:white url('/layout/splashBG.png') left top repeat-x;
	padding:20px;
	margin:0;
}

#poll_bottom
{
	height:5px;
	background:url('/layout/poll_window_bottom.png');
	overflow:hidden;
}

* html #poll_bottom
{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/poll_window_bottom.png', sizingMethod='crop');
}

#splash_poll h1
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#b10066;
	margin: 0 0 0 15px;
	position:relative;
}

#splash_poll .close
{
	float:right;
	width:18px;
	height:14px;
	background:url('/layout/close.png');
	overflow:hidden;
	margin:-10px -10px 0 0;
	cursor:pointer;
}

#splash_poll .divide
{
	background:#f4daeb;
	margin:15px 0;
	height:1px;
	overflow:hidden;
	clear:both;
}

#splash_poll ul.question
{
  list-style-image:none;
}

#splash_poll .question li
{
	float:left;
	width:149px;
	margin:0 4px;
	padding:0;
	/*background:url('/layout/answer_shadow.png') repeat-y;*/
	background:url('/layout/answerBG.png') left 15px no-repeat;
	/*background:none;*/
	list-style-type:none;
	text-align:center;
}

/*
#splash_poll .question li a
{
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#4797c0;
	font-weight:bold;
	margin:10px 0 0 0;
}
*/
#splash_poll .question li img
{
	margin:auto auto 10px auto;
}

#splash_poll .question li a:hover {color:#0d2473;}

#splash_poll .question .answer_top
{
	height:12px;
	/*background:url('/layout/answer_top.png');*/
	overflow:hidden;
}

#splash_poll .question .answer_bottom
{
	height:12px;
	background:url('/layout/answer_bottom.png');
	overflow:hidden;
	clear:both;
}

#splash_poll .question .answer_content
{
	margin:0 5px;
	padding:10px 5px;
	min-height:175px;
	background:url('/layout/answer_contentBG.png') repeat-x;
}

* html #splash_poll .question .answer_content {height:175px;}

#splash_poll form
{
	text-transform:uppercase;
}

#splash_poll form label
{
	float:left;
	margin:4px 0 0 5px;
	width:100px;
	font-weight:bold;
  font-size:11px;
  display:inline;
  text-align:left;
}

* html #splash_poll form label {margin-top:7px;}

#splash_poll form input
{
	margin:5px 5px 0 0;
	float:left;
	display:inline;
}

#splash_poll form input#submit
{
	float:right;
	width:108px;
	height:21px;
}

.clear
{
	clear:both;
}
