html, body {
    background-color:white;
    padding:0;
    margin:0
}

table.standardblock{
    width: 100%;
	background-image: url(/rc/images/standardblock_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.standardblock_header{
	background-image: url(/rc/images/standardblock_headerbkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	color: #404040;
	font-weight: bold;
	font-size: 13px;
}

td.standardblock_left{
	background-image: url(/rc/images/standardblock_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}

td.standardblock_content{
	background-image: url(/rc/images/standardblock_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 10px 20px 10px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565656;
    width:100%;
}


td.pollcontent{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.pollcontent tr{
	background-image: url(/rc/images/lightdivider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
}

td.pollcontent td{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


td.standardblock_bottom{
	background-image: url(/rc/images/standardblock_bottom.gif);
	background-repeat: repeat-x;
	height: 9px;
}

input.answerbtn{
	background: url(/rc/images/answerbtn.gif);
	height: 22px;
	width: 76px;
	background-repeat: no-repeat;
	border: none;
}


