﻿#steps_holder{
	position: relative;
	visibility: visible;
	height: 0px;
	width: 480px;	
	background: #DDD;
}
#section_foother{
	border-top: 1px dotted #09C;
}

#section_foother input.submit_btn{
	height: 15px;
	width: 75px;
	background-color: none;
	background-image: url('/img/btn_submit.gif');
	background-repeat: no-repeat;
	border: 0px;
	color: white;
	text-align: center;
	font-size: 9px;
	padding: 0px;
	
}
div.step{
	overflow: hidden;
}
div.step h1{
	color: #09C;
	font-size: 12px;
	border-bottom: 1px dotted;
}
.green-theme div.step  h1{
	color: #5AA600;
}
span.help{
	display: block;
	position: absolute; 
	right:3px; 
	top:7px;
	width: 20px; 
	cursor: pointer; 
	color: #09C; 
}
div.properties{
	width: 478px; 
}
table.fields-table{
		margin: 0px;
		padding: 0px;
		border-spacing: 0px;
		width: 464px;
}
table.fields-table tr{
	
}
table.fields-table tr.config-row{
	height: 0px;
}
table.fields-table tr.config-row td{
	height: 0px;
	width: 58px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
table.fields-table td{
	padding: 0px 0px 10px 7px;
	margin:  0px;
	font-size:10px;
}
table.preview td{
	font-size:12px;
}

div.properties label{
	cursor: pointer;
}
div.properties input{
	height: 16px;
	width: 100%;
	border: #DDD 1px solid;
	font-size: 10px;
}
div.properties select{
	height: 18px;
	width: 100%;
	border: #DDD 1px solid;
	font-size: 10px;
}
div.properties textarea{
	width: 100%;
	border: #DDD 1px solid;
	font-size: 10px;
}
