body {
	font-family: Arial, sans serif; 
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #00aeef;
}

a:hover {
	text-decoration: none;
}

img { 
	border: none;
}

td {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px;
}

#topBanner {
	position: relative;
	overflow: hidden;
}

#bannerImage {
	position: relative;
	left: -7px;
}

#content {
	margin-left: 160px;
}

.question {
	display: block;
	color: #ec008c;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

.caption {
	display: block;
	color: #ec008c;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

.caption a {
	color: #ec008c;
}

.caption a:hover {
	color: #ec008c;
}

.divider {
	height: 42px;
	width: 100%;
	background: url('../images/horizontal_divider.gif') repeat-x bottom;
	margin: 15px 0px 15px 0px;
}

#submitBtn {
	margin-top: 20px;
	padding: 2px 16px 2px 16px;
	background: #ec008c;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border: none;
}

#leftBanner {
	float: left;
	width: 115px;
}

#leftBanner strong {
	display: block;
	margin-top: 15px;
}

#leftBanner ul {
	padding: 0px;	
	margin: 0px 0px 10px 0px;
}

#leftBanner ul li {
	padding: 2px 0px 0px 0px;	
	margin: 0px 0px 5px 20px;
}

.alreadyVoted {
	color: #ec008c;
	font-size: 13px;
	font-weight: bold;
}

.spacer {
	margin: 0px;
	padding: 0px;
}
