/* 	Cartmods.com - 2008
	Polling.css
	Alex MacDonald
*/

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.marginLeft{
	margin-left:5px;
}

.marginBottom{ margin-bottom:5px; }

.marginTopTen{ margin-top:10px; }

.errMessageBox{	width:100%; margin-bottom:10px; }

.errRed{ color:#a10000; font-weight:bold; }

div.newPollQuestion{
	font-weight:bold;
	width:100px;
}

textarea.newPollQuestion{
	width:600px;
	height:100px;
}

.answer{
	font-weight:bold;
	width:100px;
}

.answers{
	margin-top:10px;
}

.newPollAnswer{
	width:600px;
}

.addAnswerBtn{
	margin-top:10px;
}

.editPoll{
	display:none;
	margin-top:10px;
}

.editQuestion{
	margin-bottom:10px;
}

.editAnswers{
	margin-top:10px;
}

.errorMsg{
	padding:5px;
	border:solid 2px red;
	text-align:center;
	margin-bottom:5px;
}

.pollResults{
	font-weight:bold;
	margin-bottom:10px;
}

.pollBar{
	background:url(../../images/poll_bar.jpg);
	width:115px;
	height:15px;
}

.pollingEditImage{
	background:url(../../images/edit.gif);
	height:14px;
	width:14px;
}