#page

{

margin-top: 14px;

}


#continueButton {
		border: none;
		color: #FFFFFF;
		padding: 5px;
		font-size: 1em;
		cursor: pointer;
}



/* --------------------------------------------- */
/* 1. Article   		                         */
#article{
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 434px;
	float: left;
}


#article h2 {
	background: url(/a/img/question/hdr_importantNotice.gif) no-repeat 0 0;
	width: 198px;
	height: 31px;
	margin:15px 0 0px 8px;
}

#article p{
	padding-left:10px;
}


/* List of contact points*/
#article ul{
	border: 1px solid red;
	list-style:none;
	width:450px;
	margin: 0 0 0 10px;
	background-color:#fad0d0;
}

#article ul li{
	padding:5px 0 5px 5px;
	font-weight: bold;
}


#article ul li h3{
	height:21px;
	float:left; /* needed for IE5.5 */
}


#article ul li.option3 p input.submit{
	margin-left:205px;
}



.jsHidden{
	display:none !important;
}

.jsVisible{
	display:block !important;
}





