/* JQuery UI Dialog */


.ui-dialog-titlebar {
	height: 35px;
}

.ui-resizable-handle {
	display: none !important;
}

.ui-dialog-container {
	border: 4px solid transparent;
	width: 592px !important;
	height: 522px !important; 
}

.ui-dialog-content,
.ui-tabs-panel {
	padding: 0; 
}

.ui-dialog-titlebar-close {
	background: url(../icons/close.png) no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 100;
}

.ui-dialog-titlebar-close span {
	display: none;
}


/* Store */


#store-container {
	padding: 5px;
}

#store-dialog form {
	float: left;
	width: 280px;
}

#store-dialog #store-path {
	width: 215px;
	float: left;
}

#store-dialog #store-file {
	width: 355px;
	float: right;
}

#store-dialog #store-file-pane,
#store-dialog #store-path-pane {
	height: 260px;
	padding: 1px;
}

#store-dialog table {
	width: 100%;
}

#store-dialog table td {
	padding: 0 10px;
}

#store-dialog table td.icon {
	text-align: center;
}

#store-dialog table td.bold {
	font-weight: bold;
}
