
#cgf-contact-wizard-delete {
	font-size:12px;
	height:200px;
	margin: auto;
	width:350px;
	overflow:hidden;
	position:relative;
}  

/* scrollable items */
#cgf-contact-wizard-delete .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#cgf-contact-wizard-delete .page {
	width:350px;
	float:left;	
}

/* title */
#cgf-contact-wizard-delete h2 {
	border-bottom:1px dotted #ccc;
	font-size:14px;
	font-weight:normal;
	/*margin:10px 0 0 0;*/
	padding-bottom:15px;
	text-align: left;
}

#cgf-contact-wizard-delete h2 em {
	display: block;
	font-size: 12px;
	color: #666;
	font-style: normal;
}

/* input fields */
#cgf-contact-wizard-delete ul {
	padding: 0px;
	margin: 0px;
}

#cgf-contact-wizard-delete li {
	list-style-type: none;
	list-style-image: none;
}

#cgf-contact-wizard-delete .clearfix {
	clear:left;
}

#cgf-contact-wizard-delete .right {
	float:right;		
}

.page li {
	list-style-type:none;
	list-style-image:none;
	display: block;
	width: auto;
	height: auto;
	position: relative;
}

#cgf-contact-wizard-delete table td
{
	vertical-align: middle;
	text-align: left;
}



