span.css3button  {padding: 0px 10px;}
div.mlink {padding: 20px 0px;}

h3.btl a{
	color:#0f5cac;
	text-decoration:none;
	font-size:15px;
	line-height:15px;
}

h3.btl {
	color:#0f5cac;
	text-decoration:none;
	font-size:15px;
	line-height:15px;
}

div.maincont {
	padding-right: 20px;
}

span.css3button  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#40e0eb 0%,
		#0f3c5e);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#40e0eb),
		to(#0f3c5e));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #1f4c52;
	-moz-box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

span.css3button  a:hover   {
border: 1px solid #C0C0C0;
}

span.css4button  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#3deb43 0%,
		#3d6140);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3deb43),
		to(#3d6140));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #1f4c52;
	-moz-box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(025,073,087,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

span.css4button  a:hover   {
border: 1px solid #C0C0C0;
}


div.quiz_categories {
	padding: 15px;
}

div.quiz_categories ul.category_list {
	margin: 0;
	padding: 0;
}

div.quiz_categories ul.category_list li {
	list-style: none;
	display: inline-block;
	width: 25%;
	height: 100px;
	float: left;
}

div.quiz_categories ul.category_list li span {
	display: block;
	
}

div.question div.variant {
	display: block;
	border: 1px solid #eee;
	background: #fefefe;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 2px;
}

div.question div.variant input[name=variant] {
	position: relative;
	bottom: -2px;
	margin: 0 10px 0 0;
}

div.question div.title {
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	margin: 10px 0;
}

div#quiz-progress-line {
	display: block;
	width: 0;
	height: 20px;
	background-color: #9966cc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9966cc), color-stop(100%, #7a52a3));
	background-image: -webkit-linear-gradient(top, #9966cc, #7a52a3);
	background-image: -moz-linear-gradient(top, #9966cc, #7a52a3);
	background-image: -ms-linear-gradient(top, #9966cc, #7a52a3);
	background-image: -o-linear-gradient(top, #9966cc, #7a52a3);
	background-image: linear-gradient(top, #9966cc, #7a52a3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.time {
	border: 1px solid #cbdfe8;
	background-color: #ecf2f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 5px;
}

div.progress-bar {
	border: 1px solid #e6d3f9;
	background-color: #f4eef9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

div.time div.numeric, div.progress-bar div.question_position {
	display: block;
	margin-top: -20px;
	color: #333;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 20px;
	padding: 0;
	text-align: center;
}

div.quiz-line {
	display: block;
	width: 0;
	height: 20px;
	background-color: #57a6e6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57a6e6), color-stop(100%, #2a7cd4));
	background-image: -webkit-linear-gradient(top, #57a6e6, #2a7cd4);
	background-image: -moz-linear-gradient(top, #57a6e6, #2a7cd4);
	background-image: -ms-linear-gradient(top, #57a6e6, #2a7cd4);
	background-image: -o-linear-gradient(top, #57a6e6, #2a7cd4);
	background-image: linear-gradient(top, #57a6e6, #2a7cd4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.quiz_buttons {
	background-color: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	border: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #EEE;
	width: 150px;
}

button.quiz_buttons:hover {
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, #BBB));
	background-image: -webkit-linear-gradient(top, #DDD, #BBB);
	background-image: -moz-linear-gradient(top, #DDD, #BBB);
	background-image: -ms-linear-gradient(top, #DDD, #BBB);
	background-image: -o-linear-gradient(top, #DDD, #BBB);
	background-image: linear-gradient(top, #DDD, #BBB);
	border: 1px solid #BBB;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #DDD;
}

#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; width: 50%; float: left; }
#sortable1 .ui-state-default {
	padding: 5px 10px 5px 0;
	background: transparent url('../images/dot.png') center repeat-x;
	border: 0;
}

#sortable2 .ui-state-default {
	padding: 5px 0 5px 10px;
	background: transparent url('../images/dot.png') center repeat-x;
	border: 0;
}
#sortable1 .ui-state-default .item, #sortable2 .ui-state-default .item {
	background-color: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	border: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #EEE;
	display: block;
	cursor: pointer;
}

.quiz_navigation {
	display: block;
	margin: 10px;
	text-align: center;
}

.quiz_navigation a, .quiz_navigation span {
	background-color: #52A8E8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52A8E8), color-stop(100%, #377AD0));
	background-image: -webkit-linear-gradient(top, #52A8E8, #377AD0);
	background-image: -moz-linear-gradient(top, #52A8E8, #377AD0);
	background-image: -ms-linear-gradient(top, #52A8E8, #377AD0);
	background-image: -o-linear-gradient(top, #52A8E8, #377AD0);
	background-image: linear-gradient(top, #52A8E8, #377AD0);
	border-top: 1px solid #4081AF;
	border-right: 1px solid #2E69A3;
	border-bottom: 1px solid #20559A;
	border-left: 1px solid #2E69A3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 0 #72B9EB, 0 1px 2px 0 #B3B3B3;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72B9EB, 0 1px 2px 0 #B3B3B3;
	color: white;
	font: normal 11px "lucida grande", sans-serif;
	line-height: 1;
	padding: 3px 5px;
	text-align: center;
	text-shadow: 0 -1px 1px #3275BC;
	width: 112px;
	-webkit-background-clip: padding-box;
}

.quiz_navigation span {
	opacity: 0.5;
}

.quiz_navigation a:hover {
background-color: #3E9EE5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3E9EE5), color-stop(100%, #206BCB));
background-image: -webkit-linear-gradient(top, #3E9EE5 0%, #206BCB 100%);
background-image: -moz-linear-gradient(top, #3E9EE5 0%, #206BCB 100%);
background-image: -ms-linear-gradient(top, #3E9EE5 0%, #206BCB 100%);
background-image: -o-linear-gradient(top, #3E9EE5 0%, #206BCB 100%);
background-image: linear-gradient(top, #3E9EE5 0%, #206BCB 100%);
border-top: 1px solid #2A73A6;
border-right: 1px solid #165899;
border-bottom: 1px solid #07428F;
border-left: 1px solid #165899;
-webkit-box-shadow: inset 0 1px 0 0 #62B1E9;
-moz-box-shadow: inset 0 1px 0 0 #62b1e9;
box-shadow: inset 0 1px 0 0 #62B1E9;
cursor: pointer;
text-shadow: 0 -1px 1px #1D62AB;
-webkit-background-clip: padding-box;
text-decoration: none;
}