form
{
	background: white;
	padding:0px;
	margin:0px;
}

.logo-row
{
	margin-bottom: 10px;
	border-bottom: gray 3px groove;
	background-color: #eaeeca;
	margin-right:4px;
	text-align: left;
}

#pnl_content
{
	width: 100%;
	padding-right: 6px;
}

.xbar
{
	background-color: #f8fcd8;
	padding-top: 4px;
}
.xbar a.xbar-link
{
	border-left: 1px solid #005D63;
}

.xbar-header
{
	background-color: #005D63;
	color: White;
	border: 1px outset #002D33;
}

.xbar-header img
{
	display:none;
}
body
{
}

.xbar .box
{
	border: 1px outset #002D33;
}
.xbar .box1
{
	width: 17px;
}
.xbar .box1, .xbar .box2, .xbar .box3
{
	height: auto;
	padding:3px;
	color: White;
	background: #005D63;
	filter:;
}
.xbar .box4, .xbar .box5, .xbar .box6
{
	padding:2px;
	filter:;
	background-color:#eaeeca;
}
.xbar .box7, .xbar .box8, .xbar .box9
{
	padding:0px;
	height:1px;
	filter:;
	background-color:#eaeeca;
}
.xbar input
{
	border: 1px solid gray;
}

.poll_table
{
	margin-top: 10px;
	border: 1px solid gray;
	border-collapse:collapse;
	width: 600px;
	margin-bottom: 30px;
}
.poll_table td
{
	text-align: center;
}
.poll_table th
{
	text-align: center;
}
.poll_table td.td-a
{
	text-align: left;
}
.poll_table .poll_question
{
	font-weight:bold;
	font-size: 12px;
}
