/*
---------------------------
Styling for Polls
---------------------------
*/
.Polls {

	width: 157px;
	height: auto;
	line-height: 20px;
margin-top: 0;

}

.Polls .line-container {
    width: 137px;
    margin: 10px;
}

.Polls .header {
	
	width: 140px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}

.Polls .line {
	width: 140px;
	height: auto;
	background-color: #ddd; 
	

}

.Polls .info {
	background: #ccc;
	width: 140px;
	height: auto;
}

.Polls .submitbutton {
	background: #fff;
	width: 140px;
	margin-bottom: 5px;
}

.Polls .headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;

}

.Polls .linetext input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

.Polls .infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.Polls input.submit {
	width:140px;
	height: 30px;
	background: #fff url(/images/poll_button.jpg);
	border: 0px solid #989AB3;
	color: white;
	cursor: hand;
	margin-top: 4px;
	cursor:pointer;
}

.Polls a {
	text-decoration: none;
text-align: center;
}

.Polls a:hover {
	text-decoration: underline;
}

