/**
 * PollForm.css
 *
 * Copyright 2008 RealPatterns, Inc. All rights reserved.
 */



.PollForm {

  height: 288px;
  margin: 0px auto;
  background: #d1e0f3;
  font: normal 10px sans-serif;
  text-align: center;
  border: 1px solid #b8c8df;
}
.PollForm h1 {

  color: #2e3b67;
  margin: 0px;
  padding: 6px;
  font: normal 1.5em sans-serif;
}
.PollForm form {

  margin: 0px 8px 8px;
  padding: 8px;
  background: #ffffff;
}
.PollForm form p {

  color: #cf6b39;
  margin: 0px 0px 28px;
  padding: 8px;
  font: normal 1.5em sans-serif;
  background: #f2eed3;
  position: relative;
  zoom: 1;
  line-height: 1;
}
.PollForm form p .Callout {

  position: absolute;
  width: 14px;
  height: 24px;
  bottom: -24px;
  right: 20px;
  background: #f2eed3 url('../../gfx/gadgets/PollForm_02.gif') no-repeat scroll 0px 0px;
}
.PollForm form ul {

  color: #666666;
  margin: 8px 0px;
  padding: 8px 0px;
  list-style: none;
  text-align: left;
  border: 1px dotted #bbbbbb;
  border-left: none;
  border-right: none;
  font: normal 1em sans-serif;
}
.PollForm form ul li {

  margin: 0px;
  padding: 0px;
}
.PollForm form ul li span {

  color: #cf6b39;
  float: left;
  width: 36px;
  text-align: right;
  margin-right: 4px;
}
.PollForm form button {

  width: 90px;
  height: 28px;
  margin: 0px;
  padding: 6px 0px;
  color: #666666;
  border: none;
  vertical-align: middle;
  font: bold 1em sans-serif;
  background: transparent url('../../../../images/button_01.gif') no-repeat 0px 0px;
  cursor: pointer;
}



/**
 * Round corners.
 */
.PollForm form p .TLC {

  position: absolute;
  width: 6px;
  height: 12px;
  top: 0px;
  left: 0px;
  background: transparent url('../../gfx/gadgets/PollForm_01.gif') no-repeat scroll 0px 0px;
}
.PollForm form p .TRC {

  position: absolute;
  width: 6px;
  height: 12px;
  top: 0px;
  right: 0px;
  background: transparent url('../../gfx/gadgets/PollForm_01.gif') no-repeat scroll 0px -50px;
}
.PollForm form p .BLC {

  position: absolute;
  width: 6px;
  height: 24px;
  bottom: 0px;
  left: 0px;
  background: transparent url('../../gfx/gadgets/PollForm_01.gif') no-repeat scroll 0px -100px;
}
.PollForm form p .BRC {

  position: absolute;
  width: 6px;
  height: 24px;
  bottom: 0px;
  right: 0px;
  background: transparent url('../../gfx/gadgets/PollForm_01.gif') no-repeat scroll 0px -150px;
}
