/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
.zt-poll{
	margin:0;
	position:relative;
	float:left;
	font-size:12px;
	line-height:2em;
	width:100%;
}

.zt-poll-inner { }

#joom { 
	list-style:none; 
	padding-top:30px;
}

#joom li { 
	margin-bottom:45px; 
	background:#000; 
	height:5px; 
	border-radius:3px; 
	border-left:1px solid #111; 
	border-top:1px solid #111; 
	border-right:1px solid #333; 
	border-bottom:1px solid #333;  
	padding-left:0;
	padding-right:0;
}

#joom li em { 
	position:relative; 
	top:-30px;
}

.expand { 
	height:1px; 
	margin:2px 0; 
	background:#2187e7; 
	position:absolute;
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.4);
}

.joom1       { width:70%;  -moz-animation:joom1 2s ease-out;       -webkit-animation:joom1 2s ease-out;       }
.joom2        { width:90%;  -moz-animation:joom2 2s ease-out;        -webkit-animation:joom2 2s ease-out;        }
.joom3      { width:50%;  -moz-animation:joom3 2s ease-out;      -webkit-animation:joom3 2s ease-out;      }
.joom4   { width:10%;  -moz-animation:joom4 2s ease-out;   -webkit-animation:joom4 2s ease-out;   }
.joom5 { width:95%; -moz-animation:joom5 2s ease-out; -webkit-animation:joom5 2s ease-out; }

@-moz-keyframes joom1       { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes joom2        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes joom3      { 0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes joom4   { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes joom5 { 0%  { width:0px;} 100%{ width:95%;} }

@-webkit-keyframes joom1       { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes joom2        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes joom3      { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes joom4   { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes joom5 { 0%  { width:0px;} 100%{ width:95%;} }