
#cgf-contact-wizard-create {
	background:#fff url(/images/global/gradient/h600.png) repeat scroll 0 0;
	border:5px solid #789;
	font-size:12px;
	height:450px;
	margin: auto;
	width:670px;
	overflow:hidden;
	position:relative;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

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

/* single item */
#cgf-contact-wizard-create .page {
	padding: 5px 10px;
	width:650px;
	float:left;	
}

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

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

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

#cgf-contact-wizard-create li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#cgf-contact-wizard-create .clearfix {
	clear:left;
	padding-top:10px;	
}

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

#cgf-contact-wizard-create #cgf-contact-status-create {
	margin:0px;
	height:35px;
	background:#123 url(/images/global/gradient/h30.png) repeat-x;
	padding-left:20px !important;
	_background:#123;
}

#cgf-contact-status-create li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 15px;
}

#cgf-contact-status-create li.active {
	background-color:#b8128f;
	font-weight:normal;		
}

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

#cgf-contact-wizard-create table td
{
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

#cgf-contact-wizard-create #cgf-contact_genre_1
{
	width: auto;
	margin-top: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
}

#cgf-contact-wizard-create #cgf-contact_genre_2
{
	width: auto;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5px;
}


