@CHARSET "ISO-8859-1";

#reg_form {
	margin:0px;
}
#reg_form form {
	margin-left:20px;
}

#reg_form .title {
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:underline;
}

#reg_form td {
	padding:5px;
}

#reg_form .label {
	font-weight:bold;
}

#reg_form .float-r {
	float:right;
	margin:7px;
}

#form_error {
	border:1px dashed #999;
	background-color:#eee;
	padding:5px;
	margin:0px 400px 0px 50px;
}
#form_error em {
	color:#000;
}
#form_error ul li.errors {
	list-style:none;
	margin:0px;
	padding:0px;
}
#reg_progress {
	margin-top:20px;
	margin-left:10px;
	color:#ccc;
	text-transform:capitalize;
}
#reg_progress ul li.chosen {
	color:#000;
	padding:5px;
	display:inline;
	list-style:none;
}
#reg_progress ul li.reg {
	display:inline;
	list-style:none;
	margin:10px;
}
.form-spacer {
	border-bottom:1px dashed #ccc;
}

/* Seller Registration */

#s_r_i_output {
	background-color:#fefefe;	
}

#s_r_i_output ul li {
	display:inline;
	list-style:none;
	padding:5px;
}

#s_r_i_output .border {
	border:1px solid #000;
	margin:2px;
}

/* Cost table in sell_item.tpl.php */

#cost-table {display: table;}
#cost-table p {padding:5px;}
#cost-row  {display: table-row;}
#cost-left, #cost-right, #cost-middle {display: table-cell;padding:10px;width:200px;}
.cost-title {font-weight:bold;}

/* Listing OVerview */

#listing-overview {padding: 0px;}
#listing-overview p {padding:2px;}
