﻿.progressLoader
{
	position: absolute;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/25p_white.png');
}
.progressLoader[class]
{
	background-image: url(../images/25p_white.png);
}
.progressLoader img
{
	position: relative;
	top: 50%;
	margin-top: -9px;
}
.question .answer
{
    display:block;
}
.question .correct
{
    background-color:#22FF22;
}
.question .wrong
{
    background-color:#FF2222;
}
.info-box .item.add-item
{
    background:url("../images/img-police02.gif") no-repeat scroll 0 15px transparent;
}
.game-info .question
{
    font-size:20px;
    color:#FFFFFF;
}