.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.blueButton:active {
	position:relative;
	top:1px;
}

.skillbuilder_descr a, .db_post a {
        background-color: #286090;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 12pt !important;
	font-family:open sans !important;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
        background-color: #337ab7;
        border-color: #2e6da4;
}
.skillbuilder_descr a:hover, .db_post a:hover {
        background-color: #2e6da4;
}
.skillbuilder_descr a:active, .db_post a:active {
	position:relative;
	top:1px;
}

.skillbuilder_descr span, .skillbuilder_descr div { font-family: open sans !important; }


.blueButtonSmall {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.blueButtonSmall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.blueButtonSmall:active {
	position:relative;
	top:1px;
}




.whiteButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
	background:-moz-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d6d6d6;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #a1a1a1;
}
.whiteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #e8e8e8 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0);
	background-color:#e8e8e8;
}
.whiteButton:active {
	position:relative;
	top:1px;
}

.whiteButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
        padding:6px 24px;
}
.whiteButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.whiteButton2:active {
	position:relative;
	top:1px;
}



.whiteButtonSmall, .button_large {
	-moz-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	box-shadow:inset 0px 1px 0px 0px #e3e3e3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
	background:-moz-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d6d6d6;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #a1a1a1;
}
.whiteButtonSmall:hover, .button_large:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #e8e8e8 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0);
	background-color:#e8e8e8;
}
.whiteButtonSmall:active, .button_large:active {
	position:relative;
	top:1px;
}


.buyButton {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
}
.buyButton:hover {
	background-color:#e9e9e9;
	color: #000;
}
.buyButton:active {
	position:relative;
	top:1px;
}

.buyButtonRed {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
}
.buyButtonRed:hover {
	background-color:#49acff;
	color: #fff;
}
.buyButtonRed:active {
	position:relative;
	top:1px;
}



.buyButtonBlock {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,fbfeff+95 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(251,254,255,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(251,254,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(251,254,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fbfeff',GradientType=0 ); /* IE6-9 */

}
.buyButtonBlock:hover {
	border: 2px solid #ccc;
	color: #000;
}
.buyButtonBlock:active {
	position:relative;
	top:1px;
}


.answerList input[type=radio]{ display:none; }
.answerList input[type="radio"]:checked + label { 
  background: #fff; color: #000; border: 2px solid green; box-shadow: 1px 1px 3px #ccc; 
}


.OrangeButton {
  background:#ef7400;
  color:#fff;
  border-color:#ef7400;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:700;
  padding:8px 20px;
  border-radius:3px;
  text-transform: uppercase;
  text-decoration:none;
  transition: all .3s ease-in-out;
}

.OrangeButton:hover {
  background:#de7512;
  color:#fff;
  border-color:#de7512;
  box-shadow: 0 3px 5px rgba(0,0,0,.5);
}


.OrangeButtonSml {
  background:#ef7400;
  color:#fff;
  border-color:#ef7400;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-weight:700;
  padding:6px 12px;
  border-radius:3px;
  text-transform: uppercase;
  text-decoration:none;
  transition: all .3s ease-in-out;
}

.OrangeButtonSml:hover {
  background:#de7512;
  color:#fff;
  border-color:#de7512;
  box-shadow: 0 3px 5px rgba(0,0,0,.5);
}
