/* PD01 CSS Document "Grey Plastic Standard" */


/* ----------- Background Box Div styles ----------- */

.pds-box {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #990099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	width: 190px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	min-height:298px;
}
.pds-box-outer {
}
.pds-box-inner {
}
.pds-box-top {
	padding: 20px 20px 20px 20px;
}
/* ----------- Question Box Div styles ----------- */

.pds-question {
	background-color: inherit;
}
.pds-question-outer {
}
.pds-question-inner {
}
.pds-question-top {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
}
/* ----------- Answer Box Div styles ----------- */

.pds-answer {
	/*line-height: 20px; */
	color: #fff;
	font-size: 13px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.pds-answer label {
	padding-left: 4px;
/* currently left unstyled to maximise compatibilty */
	}
.pds-radiobutton {
/* currently left unstyled to maximise compatibilty */
	}
.pds-checkbox {
/* currently left unstyled to maximise compatibilty */
	}
.pds-textfield {
	width: 100%;
	font-size: 13px;
	color: #444444;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ----------- Vote Box Div styles ----------- */

.pds-vote {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.pds-votebutton-outer {
	height:61px;
}
.pds-votebutton-outer a {
	display: none;
}
.pds-vote a {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color: #666;
	border-bottom-color: #666;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 2px 0px 2px 0px;
	display: none;
}
input.pds-votebutton {
	width: 61px;
	height: 61px;
	outline: none;
	float: right;
	background-image: url(http://www.bigtithut.com/images/pd00-votebutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
input.pds-votebutton:hover {
	background-image: url(http://www.bigtithut.com/images/pd00-votebutton.gif);
	background-repeat: no-repeat;
	background-position: left -60px;
	height: 61px;
	width: 61px;
}
.pds-totalvotes-outer {
}
.pds-totalvotes-inner {
	font-size: 10px;
	color: #ffb400;
	background-color: #666;
	padding: 3px 6px 3px 3px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
