@charset "utf-8";
/* CSS Document */

.postbox .new_nodes .form-table, .postbox .current_nodes .form-table  {
	border-color: #DFDFDF;  
	border-spacing: 0; 
	border-style: solid; 
	border-width: 1px;
	border-collapse: separate;
  /*  margin: 10px 0px; */
    
	
}

.postbox .form-table, .postbox .form-table textarea {
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width: 100%;
}

.postbox .form-table thead th {
	-moz-border-radius:3px 3px 0 0;
	-khtml-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	font-size:11px;
	font-weight:bold;
	padding: 8px;
}

.postbox .form-table th
{
	
}

.postbox .form-table label
{
	font-weight:bold;
	font-size:11px;
}

div.tax-child
{
	display:hidden;
	padding-left:15px;	
}
.rw-images li {margin: 0 10px 10px 0; float: left; width: 100px; height: 100px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative}
.rw-images img {width: 100px; height: 100px}
.rw-images a {position: absolute; bottom: 0; right: 0; color: #fff; background: #000; font-weight: bold; padding: 5px}

.rw-att-img li {margin: 0 10px 10px 0; float: left; width: 100px; height: 100px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative}
.rw-att-img img {width: 100px; height: 100px}
.rw-att-img a {position: absolute; bottom: 0; right: 0; color: #fff; background: #000; font-weight: bold; padding: 5px}
.rw-att-img input {position: absolute; top: 0; left: 0; padding: 5px; }
