#settings {
	position:   absolute;
	padding:    20px;
	background: #fff;
	color:      #555;
	border:     1px solid #aaa;
	top:        60px;
}

#settings-close {
	top:      5px;
	right:    5px;
	position: absolute;
	cursor:   pointer;
	border:   none;
}

#user-settings {
	min-width: 100px;
}


table.file {
	margin-top:30px;
}


table tr {
	margin-bottom: 10px;
}


table td.file {
	padding-left: 10px;
}

/* jquuery ui problematic rendering fix */
div.ui-dialog {
	background-color: #fff;
	padding: .6em;
	border: .3em inset #ccc;
	border-radius: .3em;
}

div.ui-dialog .ui-dialog-titlebar {
	background-color: #eee;
}

div.ui-dialog i.dialog-close {
	position: absolute;
    right: .45em;
    top: 30%;
}

div.ui-dialog .green {
	color: #2f1;
}

div.ui-dialog .red {
	color: #f31;
}

div.ui-dialog .bold {
	font-weight: bold;
}