/* Information block styling */

#info {
	background: #fff;
}
p#infotext {
	margin-left: 0;
}

/* Extra information styling */

#optioninfo { 
	width: 380px; 
	margin: 10px auto; 
	font-style: italic;
	font-size: 9pt;	
	text-align: center;
}

/* Option list styling */

ul#options {
	padding: 0 0 5px 0;
	margin: 0;
	display: block;
}
ul#options li a {
	color: #000;
	text-decoration: none;
} 
ul#options a:hover {
	background: url(img/optionshade.jpg) repeat-x top left;	
	display: block;
}
ul#options li {
	border: 1px solid #c7c7c7;
	margin: 5px auto 0 auto;
	width: 375px;
	background-color: #dedede;
	text-align: left;
	list-style: none;
}
ul#options div {
	padding: 4px 5px 4px 0;
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
ul#options div#enroll { 
	background-image: url(img/key1_add.gif) 
}
ul#options div#reset  {
	background-image: url(img/key1.gif) 
}
ul#options div#unlock  {
	background-image: url(img/key1.gif) 
}

/* Option list item content styling */

p.optiontitle {
	font-weight: bold;
	font-size: 8pt;
}
p.optiontext,p.optiontitle {
	margin-left: 44px;
	font-size: 8pt;
}
