/*

Vintage by Hugo Baeta & Automattic v1.0

*/

body {
	margin: 0px;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	background: #222 url(/css/survey-style/vintage/polldaddy-vintage-leatherbg.jpg) repeat fixed;
}

.rank-label{
	background: url(/images/ico-move.png) no-repeat 14px 12px;
	padding: 10px 10px 10px 38px;
	border: 1px #ccc dotted;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	-webkit-transition: all 0.25s ease-in-out 0s;
}

.rank-label:hover{
	cursor: move;
	background-color: #EFEFEF;
	background-color: rgba(255,255,255,0.5);
}

.rank-label:active{
	box-shadow: 0px 0px 10px #aeae3c;
}


a:link, a:visited { color: #999900; }
a:hover, a:active { color: #000; }


.PDF_pageOuter {
	margin: 0px;
	padding: 30px;
}

.PDF_pageInner {
	margin: 30px auto;
	width: 680px;
	padding: 0;
	background: #efefef url(/css/survey-style/vintage/polldaddy-vintage-paperbg.jpg) repeat;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.PDF_questionDivide {
	height: 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.PDF_question,.PDF_questionErr {
	position: relative;
	padding: 30px 0;
	text-shadow: 0 1px 0 #fff;
}

.PDF_question p:last-child,.PDF_questionErr p:last-child {
	margin-bottom: 0;
}

.PDF_questionErr .qText {
	color: #990000;
}

.qContent {
	width: 560px;
	padding: 0 60px;
}

.qNumber { 
	padding: 5px 10px;
	margin-top: -5px;
	position: absolute;
	color: #fff;
	text-shadow: 0 1px 0 #999900;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #999900;
	background: rgba(153,153,0,.75);
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.PDF_questionErr .qNumber {
	background-color: #990000;
	background-color: rgba(153,0,0,.75);
	text-shadow: 0 1px 0 #990000;
}

.qText { 
	font-weight: bold;
}

.qNote {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

.qNote p {
	margin: 0;
}

.PDF_mand  {
	color: #990000;
    margin-left: 5px;
}

.PDF_questiondivide  {
	height: 10px;
}

.sBut  { 
	width: 154px;
	height: 33px;
	text-align: center;
}

.sBut P  {
	padding-top: 6px;margin: 0px;
}

.sBut A  {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.PDF_err,.PDF_errMain  { 
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 #660000;
	background-color: #990000;
	background-color: rgba(153,0,0,.75);
	padding: 15px 60px;
	text-transform: uppercase;
}

.PDF_errMain {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.PDF_err {
	background-image: url(/css/survey-style/vintage/polldaddy-vintage-errorarrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.PDF_noteMain {
	border: 3px double #F4CE66;
	font-size: 12px;
	color: #333;
	padding: 4px 4px 4px 48px;
	background: #FDFFD9 url(/images/surveys/note.gif) no-repeat 20px center;
}

input, textarea, label, select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input, textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 14px !important;
}

textarea {
	padding: 10px;
}

.PDF_QT100,.PDF_QT200,.PDF_QT400,.PDF_QT800,.PDF_QT900,.PDF_QT1000,.PDF_QT1200,.PDF_QT1400,.PDF_QT1500 {
	margin: 10px 0px 0px 0px;
}

.PDF_QT1900 H2 {
	font-size: 21px;
	line-height: 26px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}


.PDF_QT100 .small,.PDF_QT100 .medium, .PDF_QT100 .large {
	font-size: 14px;
	padding: 4px;
	width: 150px;
}

.PDF_QT100 .medium {
	width: 300px;
}

.PDF_QT100 .large {
	width: 538px;
}

.PDF_QT200 .small,.PDF_QT200 .medium, .PDF_QT200 .large {
	font-size: 12px;
	padding: 4px;
	width: 450px;
	height: 50px;
}

.PDF_QT200 .medium {
	height: 100px;
}

.PDF_QT200 .large {
	height: 200px;
	width: 538px;
	padding: 10px;
}

.PDF_QT400 UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.PDF_QT400 LI {
	margin: 10px 0px;
}

.PDF_QT400 input {
	margin: 0px 10px 0px 0px;
}

.PDF_QT400 select {
	font-size: 14px;
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #FFF;
	min-width: 200px;
}

.PDF_QT400 select[multiple='true'] {
	min-height: 100px;
}

.PDF_QT400 label {
	font-size: 12px;
}

.PDF_QT400 .other {
	padding: 3px;
	width: 150px;
}

.PDF_QT800 div {
	float: left;
	padding: 0px 10px 0px 0px;
}

.PDF_QT800 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT800 .title,.firstName,.lastName,.suffix {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
}

.PDF_QT800 .title {
	width: 40px;
}

.PDF_QT800 .firstName {
	width: 130px;
}

.PDF_QT800 .lastName {
	width: 130px;
}

.PDF_QT800 .suffix {
	width: 40px;
}

.PDF_QT900 div {
	float: left;
	padding: 0px 10px 0px 0px;
}

.PDF_QT900 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT900 .a,.b,.c,.d,.e,select {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	font-size: 14px;
}

.PDF_QT900 select {
	padding: 4px;
	width: 154px;
}

.PDF_QT900 .a,.b {
	width: 306px;
}

.PDF_QT950 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT950 select {
	font-size: 10px;
	height: 2.5em;
	margin-bottom: 5px;
}

.PDF_QT950 {
	margin-top: 10px;
}

.PDF_QT950 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 2px;
	font-size: 14px;
	width: 200px;
	padding: 5px;
}

.PDF_QT1000 div {
	float: left;
}

.PDF_QT1000 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.PDF_QT1000 .mm,.dd,.yyyy,.h,.mins {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
	font-size: 14px;
	width: 60px;
}

.PDF_QT1000 .yyyy {
	margin: 0px 10px 0px 0px;
	padding: 3px;
	width: 40px;
}

.PDF_QT1000 .h,.mins {
	width: 50px;
}

.PDF_QT1000 IMG {
	padding: 0px 0px 0px 5px;
}

.PDF_QT1200 TABLE {
	width: 100%;
}

.PDF_QT1200 TH {
	font-Size: 11px;
	text-align: center;
    width:20%;
}

.PDF_QT1200 TD {
	font-Size: 11px;
	text-align: center;
	padding: 4px;
    width:20%;
}

.PDF_QT1200 .alt {
	background-color: #dfdfdf;
}

.PDF_QT1200 .title {
	text-align: left;
}

.PDF_QT1400 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	width: 300px;
}

.PDF_QT1400 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}


.PDF_QT1500 input {
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	width: 300px;
}

.PDF_QT1500 label {
	font-size: 10px;
	color: #666;
	line-height: 20px;
}

.cf {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.button {
	text-align: right;
}

.button input {
	padding: 8px 10px;
	margin: 0;
	font-size: 16px !important;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #999900;
	background: #999900;
	background: rgba(153,153,0,.75);
	border: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.button input:hover {
	background: #999900;
	cursor: pointer;
}

.button input:active {
	background: #999900;
	background: rgba(153,153,0,.5);
	cursor: pointer;
	text-shadow: 0 0 0 #fff;
}

.PDF_progress {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 0 1px 0 #000;
	padding: 5px 10px;
	color: #888;
	position: absolute;

}

.PDF_progress:first-child {
	top: -30px;
	right: 0;
}
.PDF_progress:last-child {
	bottom: -30px;
	right: 0;
}


