.box { 
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 10px;
}
.box dl { 	
	list-style-type: none; 
	list-style-image: none;
	background-image: none;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #white;
	margin: 0px auto;
}
.box dl dt { 
    font-size: 12px; 
    padding: 2px; 
    margin-bottom: 5px;
    color: #457462; 
    font-weight: bold; 
    text-align: center; 
}
.box dl dd.error { color: red; text-align:center; padding: 5px; font-weight: bold;}
.box dl dd { font-weight: normal; padding-bottom: 2px; }
.box dl dd a { padding-left: 15px; font-weight: bold; }
.box dl dd a:hover { text-decoration:underline; }
.box dl dd.login  { padding: 5px; font-weight: bold;}
.box dl dd.center { text-align:center; margin-top:5px;}

dd.pager a { margin-right: 5px; font-weight: bold; }
dd.footer { 
    width: 100%;
    padding:5px;
    text-align: center;
}


.block dl dt { 
    font-size: 12px; 
    padding: 2px; 
    padding-bottom: 20px;
    margin-bottom: 5px;
    color: #457462; 
    font-weight: bold; 
    text-align: center; 
}
