﻿#mcqbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#mcqheader
{
	height: 80px;
}
.mcqcksLogo
{
	position: absolute;
	top: -40px;
}
#mcqappContainer
{
	position: relative;
	margin: 0 auto;
	width: 700px;
	border: solid 1px #0B79BF;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
}
#mcqtl
{
	width: 15px;
	height: 14px;
	position: absolute;
	top: -1px;
	left: -1px;
	background:	url(/App_Themes/Cks/Images/bg-tl.gif);
}
#mcqtr
{
	width: 15px;
	height: 14px;
	position: absolute;
	top: -1px;
	right: -1px;
	background:	url(/App_Themes/Cks/Images/bg-tr.gif);
}
#mcqbl
{
	width: 15px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background:	url(/App_Themes/Cks/Images/bg-bl.gif);
}
#mcqbr
{
	width: 15px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background:	url(/App_Themes/Cks/Images/bg-br.gif);
}

/* Footer */
#mcqFooter
{
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 5px 10px;
	text-align: center;
}
#mcqFooter ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mcqFooter li
{
	display: inline;
	padding: 0 10px 0 10px;
	color: #0B79BF;
	font-size: 11px;
	border-left: solid 1px #0B79BF;
}
#mcqFooter .firstItem
{
	border-left: none;
}
#mcqFooter a
{
	color: #0B79BF;
}

