div.signup_form {
	position: relative;
	display: none;
}

td.steps a {
	color: #333;
}

td#step1 a,
td#step1 a:link,
td#step1 a:hover {
	font-weight:bold;
	text-align: left;
	padding: 0 4px 0 0;
	font-size: 14px;
	text-decoration: none;
}

td#step1 a:hover {
	color: #ff9900;
}

td#step2 a {
	display: block;
	width: 124px;
	height: 18px;
	line-height: 18px;
	background: transparent url('step2.gif') top left no-repeat;
}

td#step2 a.sel,
td#step2 a:hover {
	background: transparent url('step2.gif') bottom left no-repeat;
}

td#step3 a {
	display: block;
	width: 82px;
	height: 18px;
	line-height: 18px;
	background: transparent url('step3.gif') top left no-repeat;
}

td#step3 a.sel,
td#step3 a:hover {
	background: transparent url('step3.gif') bottom left no-repeat;
}

td#step4 a {
	display: block;
	width: 89px;
	height: 18px;
	line-height: 18px;
	background: transparent url('step4.gif') top left no-repeat;
}

td#step4 a.sel,
td#step4 a:hover {
	background: transparent url('step4.gif') bottom left no-repeat;
}

td#step5 a {
	display: block;
	width: 67px;
	height: 18px;
	line-height: 18px;
	background: transparent url('step5.gif') top left no-repeat;
}

td#step5 a.sel {
	background: transparent url('step5.gif') bottom left no-repeat;
}

span.roll {
	cursor:pointer;
	background: transparent url('arrow.gif') top left no-repeat;
	padding: 0 0 0 16px;
}

span.rollmsg {
	font-size:10px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color:#333;
	cursor:pointer;
}

td.group_title {
	position: relative;
	font-weight: bold;
	color:#ff9900;
	font-size:11px;
}

span.seltitle {
	/* display: none; */
}

span.group_count {
	font-weight: normal;
	color:#666;
	font-size:10px;
}

td.steps a.sel {
	color: #ff9900;
}

div.groups {
	position: relative;
	height: 110px; 
	width: 260px; 
	border: 1px solid #bdbdbd; 
	overflow-x:hidden;overflow-y:auto;
	/* display:none; */
}

ul.groups_sel {
	position: relative;
	list-style-type: none;
	padding: 8px 2px 8px 8px;
	margin: 0;
	/* display:none; */
}

.sep {
	/* display:none; */
}

ul.groups_sel li {
	margin: 0 0 6px 0;
	padding: 4px;
	background: #efefef;
}

.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url('filebut.gif') 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet:hover
{
	background: url('filebut.gif') bottom left no-repeat;
	cursor:pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor:pointer;
}