﻿/* PollDaddy CSS Document "Simple Grey"           */
/* For a full explanation of how the survey page  */
/* is built`please refer to our help section      */

body#reorder
{
  margin: 0px; padding:0px;
  color: #333;
  font-family: arial;
  font-size: 12px;
  background-color: #eee;
}

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

.PDF_pageInner   
{
 margin: auto;
 width: 97%;
 padding: 0px;
}


.PDF_question, .PDF_questionErr    
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    padding: 5px 5px 5px 5px;
    border: solid 1px #B4BBCD;
    background:#FFFFFF;
    margin-bottom: 7px;
    border-left: none;
}

.PDF_questionErr
{
  border: 3px double #3B5998;
  background-color: #FEE; 
}

.qContent
{
  float: left;
  width: 500px; 
}

.qNumber
{
  color: #D00;
  background: url(drag_me_bg.png) no-repeat center left #f7f7f7;
  background-position: 0px -1px;
  font-weight: bold;
  float: left !important; 
  font-size:14px;
  padding: 3px 0px 4px 85px;
}

.qText
{
  font-weight: normal;
  background: #FFFFFF;
  font-size: 14px;
  padding: 3px 5px 4px 0px;
  text-shadow: 1px 1px 1px #fff;
}

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

.PDF_mand    /* Mandatory span */
{
  color: #D00;
}

.PDF_questionDivide
{
 height: 10px;
}

.sBut
{
  	background-image: url(/S_But.gif);
  	width: 154px;
  	height: 33px;
    text-align: center;
}
.sBut P
{
    padding-top: 6px;
    margin: 0px;
}

.sBut A
{
    font-family: 'Trebuchet MS';
    font-size:18px;
    color:#FFF;
    text-decoration: none;
    display: block;
}


/*-----------System Styles --------------------*/
.cf
{
  margin:0px;
  padding: 0px;
  clear: both;  
}

