/* page layout */
/*
div#pageWrapper
{
	text-align: left;
	width: 70%;
	margin: 10px auto;
	
	background-color: #fff;
	color: #333;
	line-height: 130%;
	border: 1px solid gray;
}*/
div#pageFormWrapper
{
	width:730px;
}
div#leadgenForm
{
	text-align:left;
}

.popupQuestion{
	display: none;
}

div#topIntroText
{
    margin-top: 10px;
    text-align: left;
}

/* Other page elements */
.questionText, .questionAnsertDescription
{
	font-size: 12px;
}

ol.numericList
{
	list-style: decimal;
	font-size: 14px;
}

ol.numericList li
{
	margin: 10px 0 10px 0;
}

ol.alphaList
{
	list-style: lower-alpha;
	font-size: 12px;
}

ol.alphaList li
{
	margin: 0 0 0 0;
	list-style: lower-alpha;
}

label
{
	margin-left: 5px;
}

.questionExtraInfo
{
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

.hr
{
	border-bottom: 1px solid black;
}

.topScorerFirstLine
{
    overflow: hidden;
    clear: both;
}

div.questionCurrect, div.questionIncorrect
{
	float: right;
	margin-right: 10px;
	color: #00ff00;
}
div.questionIncorrect
{
	color: #ff0000;
}

.correctAnswer
{
	color: #2E8B57;
	font-weight: bold;
}
.incorrectAnswer
{
	text-decoration: line-through;
	color: #ff0000;
}

/* Right Side Bar Content */
/* div#banner1
{
	background: url(../../../../../meta/tests/daycamp/include/images/promoBackground.jpg) repeat-x bottom;
	padding: 5px;
} */

.banner1Promos
{
	display: none;
	overflow: hidden;
}

.buyNow
{
	text-align: center;
}

/* Top Scorers */

div#topScoresWrapper
{
	display: block;
	padding-bottom: 0;
	border: none;
}

div#topScoresHeader
{
	margin: 5px 5px 10px 5px;
	border-bottom: 1px solid black;	
}

a#topScorersToggle
{
	text-decoration: none;
	color: #1273A0;
}

div#topScoresHeader h2
{
	font-size: 13px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
}

span#topScoresDesc
{
	float: right;
	width: 85px;
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	padding: 0 0 5px 10px;
}

div.scorer
{
	margin-left: 5px;
	font-size: 12px;
}

div.scorerInterestedIn, span.testimonialSName
{
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
}

div#scorersAllTimes
{
	display: block;
}

div#scorersToday, #topScorersHeaderToday
{
	display: none;
}

.nameAndScore
{
    float: left;
}

.topScorerQuizDateTaken
{
    float: right;
}

#feedBack
{
	border: none;
}

div#quizSubmitButtom
{
	text-align: center;
	margin: 30px;
}

#action_btn
{
	text-align: center;
}
#quizSubmit
{
	padding: 0.3em;
}
#saveScore
{
	font-size: 12px;
	margin: 10px 0 0 0;
}

#quizResults
{
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
}

/* registration section */
#ErrorMsg
{
	margin: 15px 0 0 25px;
	color: #990000;
	font-weight: Bold;
	font-size: 12px;
}

#registrationFields
{
	margin: 15px;
	font-size: 12px;
	border-top: 1px solid black;
}
#registrationFields h3.introText
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.floatLeft
{
	float: left;
}

.clearBoth
{
	clear: both;
}

.inline
{
	display: inline !important;
}

.bold
{
	font-weight: bold;
}

#registrationFields div.leadgenField
{
	padding-right: 5px;
	/*border: 1px solid black;*/
}

#registrationFields span.smFieldLabel
{
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	color: black;
	margin-bottom:10px !important;
}

#registrationFields font.RequiredField
{
	color: #b61b00;
	padding-right: 3px;
}

#standaloneFormExtra
{
	overflow: hidden;
	margin-left:15px;
}

div#standaloneFormExtra input, div#standaloneFormExtra select
{
	height: 22px;
	font-size: 12px;
	vertical-align: middle;
}
div#standaloneFormExtra input
{
	height: 20px;
}

#standaloneFormExtra h3
{
	margin-left: 0px;
	font-size: 11px;
}

#standaloneFormExtra div.leadgenField
{
	float: left;
	padding-right: 5px;
	height: 50px;
}

#standaloneFormExtra div.leadgenField .smFieldLabel
{
	font-size: 11px;
}

#standaloneFormExtra div.shortL input, #standaloneFormExtra div.shortL select
{
	width: 100px;
}

#standaloneFormExtra div.mediumL input, #standaloneFormExtra div.mediumL select
{
	width: 165px;
}

#standaloneFormExtra div.longL input, #standaloneFormExtra div.longL select
{
	width: 220px;
}

