/*Stile Quiz*/

.wpquiz_question h3 {
font-size:18px;
color: #4D6A8A;
font-family:Arial;
font-weight:bold;
}
#wpquiz_form{
min-height:300px;
}
.wpquiz_next_question {
float:right;
display: inline-block;
border: 0px solid #ffffff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 16px Arial;
text-transform: uppercase;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow:0px 0px 0px #444444;
-moz-box-shadow: 0px 0px 0px 0px #444444;
-webkit-box-shadow: 0px 0px 0px 0px #444444;
box-shadow: 0px 0px 0px 0px #444444;
color: #ffffff;
background: #d31515;
background-image: -webkit-gradient(linear, left top, left bottom, from(#d31515), to(#8f0e0e));
background-image: -moz-linear-gradient(top, #d31515, #8f0e0e);
background-image: -ms-linear-gradient(top, #d31515, #8f0e0e);
background-image: -o-linear-gradient(top, #d31515, #8f0e0e);
background-image: linear-gradient(top, #d31515, #8f0e0e);
filter: progid:DXImaGETransform.Microsoft.gradient(startColorstr=Õ#d31515?, endColorstr=Õ#8f0e0eÕ);
text-decoration: none !important;
}
.wpquiz_next_question:hover {
background: #d31515;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8f0e0e), to(#d31515));
background-image: -moz-linear-gradient(top, #8f0e0e, #d31515);
background-image: -ms-linear-gradient(top, #8f0e0e, #d31515);
background-image: -o-linear-gradient(top, #8f0e0e, #d31515);
background-image: linear-gradient(top, #8f0e0e, #d31515);
filter: progid:DXImaGETransform.Microsoft.gradient(startColorstr=Õ#8f0e0eÕ, endColorstr=Õ#d31515?);
text-decoration: none !important;
color: #ffffff;
}
.wpquiz_next_question:active {
color: #ffffff;
position: relative;
top: 1px;
}

 

#wpquiz_submitform {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #d31515;
padding: 10px 20px;
background: -moz-linear-gradient(
top,
#ffffff 0%,
#ffffff 50%,
#b5b5b5);
background: -webkit-gradient(
linear, left top, left bottom,
from(#ffffff),
color-stop(0.50, #ffffff),
to(#b5b5b5));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 3px solid #d31515;
-moz-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);
-webkit-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);
box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 3px rgba(255,255,255,1);
text-shadow:
0px -1px 0px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,1);
}


#quiz-tps {float:right;font-size:11px;}