/**
 *
 * @package Jquery Survey system													
 * @version 1.0 Final $Aneeshtan  4:18 PM 2/10/2010	
 * @copyright (c)Nukelearn Group  http://www.nukelearn.com	Copyright (c) 2009 Anant Garg (anantgarg.com | inscripts.com)										
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 *
 */
#container {width:400px;border:1px solid #eee;margin:100px auto}
#container h1 {margin:0;padding:5px;font-weight:normal;color:#333}
#container p {color:#333;margin:0;line-height:2em}
#pollcontainer {margin:5px;border:1px solid #f3f3f3;background:#f9f9f9;padding:5px}
#loader {display:none;text-align:center}
.option {margin:5px 0}
.option p {line-height:1.1em;font-size:1em}
.bar {height:12px;background:#007CC9;-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.yourvote {height:12px;background:#009900;-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
