/* CSS Document */
 
 
div.confirmation{
 	height:auto;
 	line-height:21px;

	background-color:white;
	border: 1px solid #818386;
	font-size:13px;
	color:black;
	padding:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
 	text-align: left;

	}

 
 .confirmation  p{padding:0}
.confirmation  ol{
	list-style-type:decimal;
 	width:auto;
 	line-height: 21px;
 	margin:12px;
 	padding-left:15px;
 	white-space: normal;
 	}
.confirmation li{
 	display:list-item;
 	width:auto;

	margin-bottom: 12px;
	}
.confirmation table {
	margin:12px;
	border-collapse:collapse;
	background-color:#ececf4;
	background-image: url(http://www.nyrelaw.com/images/gradient-long.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	}
.confirmation  td{
	padding:12px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	white-space:nowrap;
	vertical-align: top;
	}
.confirmation a{
	text-decoration:none;
	border-bottom:1px dotted blue;
	padding-bottom:2px;
	}	
#userinfo{
	padding-bottom:0px;
	margin-bottom:0px;
	}

 