﻿/**
 * IT Zeker Enquete
 * @version: $Id$
 */

body{
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   width:80%;
   margin:0 auto 20px auto;
   background:#1A2732;
   padding-bottom:20px;
} 
 
/* General styles
*****************************************************************************/
 
#wrapper{
   background:#fff;
   width:80%;
   position:relative;
   min-height:100%;
   margin:0 auto;
   padding: 20px;
   bottom:20px;
   top:20px;
   -moz-border-radius: 10px; /* FF1+ */
   -webkit-border-radius: 10px; /* Saf3+, Chrome */
   border-radius: 10px; /* Opera 10.5, IE 9 */
}
.voortgang img{
   float:left;
}
.next{
   float:right;
}
.enqnav{
   padding:3px;
   width:150px;
}
.fotovraag{
   position:relative;
}

ul.sortable {
  padding: 10px 0;
  list-style: none;
}
ul.sortable li {
  margin: 4px 0;
  padding: 6px;
  border: 1px solid #666;
  cursor: move;
}

table.distribute {
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #AAA;
}
table.distribute th, table.distribute td {
  border-right: 1px solid #AAA;
}
table.distribute th {
  border-bottom: 1px solid #AAA;
  background-color: #EEE;
}
table.distribute td.radio {
  text-align: center;
  width: 40px;
  padding: 6px 0;
}
table.distribute td.label {
  padding-right: 10px;
}
table.distribute tr.even td {
  background-color: #DDD;
}
table.distribute td.disabled {
  background-color: #666 !important;
}
table.distribute td.disabled input {
  opacity: .25;
}

