.box 
{
	width: 550px;
	height: 60px;
	background: silver;
}



.wrapper {
position:relative;
margin:-17px 0 0 30px;
font-style:oblique;
}

.QuestionHolder
{
	MARGIN-TOP:-190px; 
	MARGIN-LEFT:350px; 
	width:250px; 
	HEIGHT:10px; 
	position:absolute;
	text-align:center;
	font-weight:bold;
}

.questionLeft
{
	MARGIN-TOP:80px; 
	MARGIN-LEFT:25px; 
	WIDTH:50px;  
	HEIGHT:10px; 
	position:absolute;
	text-align:center;
	font-weight:bold;
}
.questionLeft a:link
{
	text-decoration:none;
}
.questionLeft a:hover
{
	text-decoration:none;
}
.questionLeft a:visited
{
	text-decoration:none;
}

.questionright
{
	MARGIN-TOP:80px; 
	MARGIN-LEFT:500px; 
	WIDTH:50px;  
	HEIGHT:10px; 
	position:absolute;
	text-align:center;
	font-weight:bold;
}
.questionright a:link
{
	text-decoration:none;
}
.questionright a:hover
{
	text-decoration:none;
}
.questionright a:visited
{
	text-decoration:none;
}

.QuestionBox
{
	padding-left:15px;
	line-height:15.0px;
	width:550px;
	text-align:justify;
	background: white;
	decoration:none;
}
.questionbox a:link
{
	text-indent:10px;
	padding-top:20px;
	decoration:none;
}

.questionbox a:visited
{
	text-indent:10px;
	color:#262626;
	decoration:none;
}
.questionbox a:hover
{
	text-indent:10px;
	color:Green;
	decoration:none;
}
.QuestionBoxStart
{
	

	background: white;
	decoration:none;
	MARGIN-TOP:-320px; 
	MARGIN-LEFT:180px; 
	WIDTH:300px; 
	POSITION:absolute; 
	HEIGHT:10px; 
	Scroll:None;
	background:white;
}

.QuestionBoxStart a:link
{
	text-indent:10px;
	padding-top:20px;
	decoration:none;
}

.QuestionBoxStart a:visited
{
	text-indent:10px;
	color:#262626;
	decoration:none;
}
.QuestionBoxStart a:hover
{
	text-indent:10px;
	color:Green;
	decoration:none;
}


.Nav a
{
	width: 150px;
	height: 10px;
	border: 1px solid black;
	background: silver;
	text-align:justify;
	border-left: 5px solid silver;
	border-right: 5px solid silver;
	background: silver;
	decoration:none;
}

.Nav a:hover
{
	color:White;
}
.Nav a:visited
{
	color:White;
}
.Nav a:active
{
	color:White;
}
.Nav a:link
{
	color:White;
}

.QuestionNumbers
{
	width: 150px;
	height: 10px;
	border: 1px solid black;
	background: silver;
	text-align:center ;
}


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
text-decoration: none; 
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
text-decoration: none; 
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
text-decoration: none; 
}

.pagination a.prevnext{
font-weight: bold;
text-decoration: none; 
}


