.modalDialog {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #CCC;
	background: #EFF5FF;
    z-index: 9001;
    padding: 5px;
    padding-bottom: 35px;
}

.modalDialog h1 {
    text-align:center;
    color: #5D9DFE;
    margin: 3px;
    padding: 3px;
    text-align: left;
    font-size: 18px;
}
.modalDialog h2 {
    color: #FF6600;
    margin-bottom: .3em;
}
.modalDialog h3 {
    text-align:left;
    color:#36C;
    padding-bottom:4px;
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #DDD;
}

.modalDialog table td{
	vertical-align:top;
}

.modalDialog .content {
    margin: 3px;
    padding:5px;
    text-align:left;
}
.modalDialog select {
	height:18px;
	font-size:12px;
}
.modalDialog option {
	background-color:white;	
	
}
.modalDialog .close {
	position:absolute;
	top:0;
	left:0;
	background:url("i/close.gif") no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}

#p-settings {
    border: 3px solid #444;
	border: 1px solid #B9D1F0;
	padding-bottom: 4px;
	width:550px;
}
.overlay_settings {
    background-color: #000;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}




