body {
	background-color: white !important;
}

.mainmenu {

}

.mainmenu ul {
	margin: 0;
	padding: 0;
}

.mainmenu ul li
{
	display: inline;
}


.big-btn,
.min-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.big-btn a,
.min-btn a {
	color:white;
}
.big-btn:hover,
.min-btn:hover {
	color:white;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.big-btn:active,
.min-btn:active {
	position:relative;
	top:1px;
}
.min-btn {
	font-size:80%;
	padding:0 6px;
}


.overlay {
	background-color: black;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.2;
	filter: alpha(Opacity=20);
	display:none;
}


.load-window {
	background-color:white;
	width: 500px;
	margin-left: -50%;
	padding: 30px;
}
.progress-bar {
    border:1px solid black;
    width:80%;
    margin:5px auto;
}
.progress-bar .bar {
    background-color:red;
    width: 1%;
    height:30px;
}


.zzap-box,
.middle-form {
	text-align:center;
	width:600px;
	margin:0 auto 1em;
	padding:10px;
	border:1px solid #aecaf0;
}

.rating-circle {
    display:inline-block;
    background-color:white;
    border:1px solid orange;
    color:orange;
    font-weight:bold;
    border-radius:50%;
    width:26px;
    height:26px;
    line-height:26px;
    text-align:center;
    font-size:16px;
    vertical-align:middle;
}