
	/* 
	Flipper Poll Main CSS File 
	Created By: Arlind Nushi
	*/
	
	body {
		background:#222430;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFF;
		line-height:1.5;
	}
	
	h1 {
		font-family:'Josefin Slab', arial, serif;
		font-size:25px;
		font-weight:700;
		margin:8px 0px 15px 0px;
		padding:5px 0px;
		text-align:center;
	}
	
	a {
		font-weight:bold;
		color:#FFF;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	a:active {
		color:#CCC;
	}
	
	.fp_wrapper {
		width:800px;
		margin:0 auto;
		padding:50px 0px;
		background:url(../imgs/bg_splash.png) no-repeat top;
	}
	
	.logo {
		background:url(../imgs/flipper_poll.png) no-repeat;
		width:270px;
		height:105px;
		display:block;
		outline:none;
		text-indent:-99999px;
	}
	
	.separator {
		background:url(../imgs/separator.png) repeat-x;
		height:14px;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	}
	
	.fp_env {
		background:url(../imgs/trans_bg.png);
		padding:5px;
		margin-top:20px;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	}
	
	.fp_inner_cdiv {
		background:#218ae3 url(../imgs/style1_gradient.png) repeat-x bottom;
		min-height:251px;
		padding:10px;
	}
	
	.fp_results_table td {
		font-size:13px;
		padding-top:4px;
		padding-bottom:3px;
	}
	
	.fp_table td {
		padding-top:4px;
		padding-bottom:3px;
	}
	
	.fp_table label {
		font-size:13px;
		position:relative;
		top:1px;
	}
	
	.fp_table input {
		outline:none;
	}
	
	.fp_button {
		position:relative;
		padding:0px;
		margin:0px;
		border:none;
		display:block;
		background:url(../imgs/button_bg.png) no-repeat left top;
		height:37px;
		line-height:37px;
		padding-left:3px;
		outline:none;
	}
	
	.fp_button span {
		position:relative;
		padding:0px;
		margin:0px;
		border:none;
		display:block;
		background:url(../imgs/button_bg.png) no-repeat right top;
		height:37px;
		padding-left:6px;
		line-height:37px;
		padding-right:12px;
		top:-1px;
	}
	
	.fp_button:active {
		top:1px;
		left:1px;
	}
	
	.fp_poll_button {
		float:left;
	}
	
	.fp_poll_results_link {
		float:left;
		padding-left:8px;
		line-height:37px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
	}
	
	.fp_poll_results_link a {
		text-decoration:none;
	}
	
	.fp_poll_results_link a:hover {
		text-decoration:underline;
	}
	
	.fp_table td.top_padding {
		padding-top:10px;
	}
	
	.fp_progress_bar {
		background:#174b77;
		height:17px;
		width:244px;
		padding-top:2px;
		padding-left:3px;
		padding-right:3px;
		border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
		-webkit-box-shadow:1px 1px 2px rgba(200,200,200,0.5);
		-moz-box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
	
	.fp_progress_bar .fill {
		width:100%;
		background:url(../imgs/progress_bar_filled.png);
		height:15px;
		border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
	}
	
	.percentage {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	
	.copyrights {
		font-size:10px;
		font-family:Tahoma, Geneva, sans-serif;
		color:#61677d;
		padding-top:5px;
	}
	
	.copyrights a {
		color:#61677d;
		text-decoration:none;
		font-weight:bold;
	}
	
	.copyrights a:hover {
		color:#9fa9cc;
	}
	
	.copyrights .right {
		float:right;
	}
	
	.clear {
		clear:both;
	}
	
	.fp_results {
	}
	
	.success_msg {
		background:url(../imgs/trans_bg2.png);
		margin-top:10px;
		padding:5px 10px;
		font-weight:bold;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		position:relative;
		top:5px;
	}
	
	.success_msg h1, .warning_msg h1 {
		margin:0px;
		text-align:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#2e9dff;
	}
	
	.warning_msg h1 {
		color:#f4cf00;
	}
	
	.warning_msg {
		background:url(../imgs/trans_bg3.png);
		margin-top:10px;
		padding:5px 10px;
		font-weight:bold;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		position:relative;
		top:5px;
	}
	
	.fp_styles_changer {
		position:absolute;
		background:#FFF;
		border-radius:0px 0px 0px 10px;
		-webkit-border-radius:0px 0px 0px 10px;
		-moz-border-radius:0px 0px 0px 10px;
		width:130px;
		height:220px;
		top:0px;
		right:0px;
		padding:10px;
		-webkit-box-shadow:-2px 1px 5px rgba(255,255,255, .6);
	}
	
	.fp_styles_changer h1 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		padding:0px;
		margin:0px;
		text-align:left;
		color:#333;
	}
	
	.fp_styles_changer .style {
		float:left;
		margin-right:10px;
		margin-top:10px;
	}
	
	.style img {
		border:1px solid #777;
		padding:1px;
		background:#FFF;
	}
	
	
	.style:hover img {
		border-color:#222;
	}
	
	.fp_styles_changer a {
		color:#369;
	}