
.placeholder {
	border:           1px dashed black;
	height:           1.2em;
	background-color: white;
}

div#ajaxquery {
	height:           2em;
}

div#mass_edit_filter {
	width:            98%;
	padding:          5px;
	margin:           0 auto 2em auto;
	background-color: white; /* #F9F9F9;*/
	border:           1px solid  #CCC; 
}

ul.egseries-sortable {
	min-height: 1.5em;
}


ul.egseries-sortable li {
	border:           1px solid #CCC;
	background-color: white; /* #F9F9F9;*/
	padding:          2px;
	margin-bottom:    5px;
}

div#egseries-stuff table {
	background-color: white; /* #F9F9F9;*/
	border:           1px solid #DFDFDF;
	width:            100%;
}

div#egseries-stuff th,
div#egseries-stuff td.left {
	vertical-align:	  top;
	width:            40%;
}

div#ajax-wait,
div#ajax-response {
	display: none;	
}

#nav h2 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0;
}

table.eg-forms td {
	padding: 0;
	border:0;
}

div.egs_series_upgrade dd {
	margin-left: 5px;
	padding: 5px 10px ;
}

div.egs_series_upgrade dt {
	background-color: #DDD;
	padding: 5px 10px ;
}

div.egs_series_upgrade dl {
	float: left;
	margin-right: 20px;
	background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
}