﻿#quizBox
{
    width: 483px;
    border: 2px solid #FFF;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 1px 5px;
    -moz-box-shadow: #666 0px 1px 5px;
    box-shadow: #666 0px 1px 5px;
    background: url(/media/QuizOMatic/Generic/QUIZ-logo.png) no-repeat #014ba5;
    margin-top: 40px;
}
#quizBox .contentBox
{
    padding: 10px 10px 35px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0px 1px 3px;
    -moz-box-shadow: #666 0px 1px 3px;
    box-shadow: #666 0px 1px 3px;
    background: #FFF;
    margin-top: 65px;
}
.POM-content
{
    width: 90%;
    font: 15px Georgia, "Times New Roman" , Times, serif;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.POM-content .result-title-text-wrapper {
	background-color: #0156A7;
	border-style: Double;
}

.POM-content .result-title-text-wrapper .result-title-text {
	text-align: center;
	margin: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #e8f1fa;
}

#POM-header
{
    background: url(/media/QuizOMatic/Generic/POM-logo.gif) no-repeat top;
    width: 443px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
#POM-footer
{
    width: 464px;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}
/* this is the title for the landing page */
#quizBox h3
{
    font: 18px Georgia, "Times New Roman" , Times, serif;
    color: #003366;
    font-weight: lighter;
    margin-bottom: 5px;
    text-align: center; 
    font-family: Georgia, serif; 
    font-size: 24px; 
    color: #023D89;
    margin-top: 5px; 
    text-shadow: 0 0 0.7em #aad3fa;
}

.universalBtn-orange-large
{
    display:block;
    float: right;
    margin-left: 10px;
}

.universalBtn-orange-large a
{
    -moz-box-shadow: inset 0 0 1px #ffe8ab;
    -webkit-box-shadow: inset 0 0 1px #ffe8ab;
    box-shadow: inset 0 0 1px #ffe8ab;
    border: 1px solid #ae5300;
    padding: 5px 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFB700;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFB700), to(#FF7B00));
    background: -webkit-linear-gradient(#FFB700, #FF7B00);
    background: -moz-linear-gradient(#FFB700, #FF7B00);
    background: -ms-linear-gradient(#FFB700, #FF7B00);
    background: -o-linear-gradient(#FFB700, #FF7B00);
    background: linear-gradient(#FFB700, #FF7B00);
    font: 18px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: #333333 0 0 3px;
    text-decoration: none;
}
.universalBtn-orange-large a:hover
{
    -moz-box-shadow: inset 0 1px 5px #8e0600;
    -webkit-box-shadow: inset 0 1px 5px #8e0600;
    box-shadow: inset 0 1px 5px #8e0600;
    border: 1px solid #7f3d00;
    padding: 5px 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFB700;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f57500), to(#ff3e00));
    background: -webkit-linear-gradient(#f57500, #ff3e00);
    background: -moz-linear-gradient(#f57500, #ff3e00);
    background: -ms-linear-gradient(#f57500, #ff3e00);
    background: -o-linear-gradient(#f57500, #ff3e00);
    background: linear-gradient(#f57500, #ff3e00);
    font: 18px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: #333333 0 0 3px;
}
.POMShare
{
    display: inline;
}
/*-------------------------------------------------CUSTOM RADIOS-----------------------*/
a:hover, a:active
{
    outline: none;
}
form
{
    padding: 10;
    font: 16px Georgia, "Times New Roman" , Times, serif;
    color: #333;
}
fieldset
{
    border: 0;
    padding-bottom: 15px;
}
label
{
    display: block;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.radios
{
    padding-top: 18px;
}
.label_check input, .label_radio input
{
    margin-right: 5px;
}
#footer
{
    width: 100%;
    text-align: center;
    font-size: 12px;
}
#footer a
{
    padding: 2px 10px;
    margin: 0 2px;
    color: #999;
    background: #ddd;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#footer a:hover, #footer a:focus
{
    color: #fff;
    background: #333;
    background: rgba(0,0,0,.3);
}
.has-js .label_check, .has-js .label_radio
{
    padding-left: 34px;
}
.has-js .label_radio
{
    background: url(/media/QuizOMatic/Generic/radio-off.png) no-repeat;
}
.has-js .label_check
{
    background: url(/media/QuizOMatic/Generic/check-off.png) no-repeat;
}
.has-js label.c_on
{
    background: url(/media/QuizOMatic/Generic/check-on.png) no-repeat;
}
.has-js label.r_on
{
    background: url(/media/QuizOMatic/Generic/radio-on.png) no-repeat;
}
.has-js .label_check input, .has-js .label_radio input
{
    position: absolute;
    left: -9999px;
}
.quizDiv
{
    background: url(/media/QuizOMatic/Generic/quiz-div.png) repeat-x;
    height: 5px;
    width: 100%;
    margin: 10px 0;
}
/*-------------------------------------TEXT INPUT--------------------------------*/
.POMInput-wrapper
{
	float:left;
	width:100%;
}

.POMInput-FieldEntry
{
	float:left;
	width:100%;
}

.POMInput-wrapper-text
{
    line-height: 60px;
}

.textInput
{
    border: 2px solid #3399cc;
    background: #FFFFFF;
    color: #666666;
    font: 16px Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    float: right;
    width: 65%;
}

.POMBtn-GetStarted
{
	margin-left:150px;
	margin-top:150px;
}

    .POMBtn-GetStarted .buttons-wrapper {
        padding: 20px 0;
    }

.partner-mail
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #023D89;
    display: inline;
    font-style: italic;
}

    #quizBox .partner-mail p {
        margin: 0;
        line-height: initial;
        padding-top: 5px;
    }

.theme
{
    width: 400px;
    height: 100px;
    background: url(/media/QuizOMatic/Generic/QUIZ-electionTheme.png) no-repeat right;
    float: right;
    margin-top: -35px;
}
.warning
{
    width: 483px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    font-style: italic;
    padding-bottom: 10px;
}
table.radioWithProperWrap input
{
    float: left;
}
table.radioWithProperWrap label
{
    margin-left: 25px;
    display: block;
}

.pomKnowsImg
{
    visibility: hidden;
    display: none;
}


div.content h3.answer-text {
    font: 18px Georgia, 'Times New Roman', Times, serif;
    color: #003366;
    font-weight: lighter;
    margin-bottom: 5px;
}