.dhtmlwindow{
position: absolute;
border: 15px solid #304252;
visibility: hidden;
font-size: 11px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;color: #5f5f5f;padding-left: 10px;
background: #fff;
z-index: 100;
}
.drag-handle{ /*CSS for Drag Handle*/
text-align: center;
cursor: move;
overflow: hidden;
width: auto;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
color: black;
height: 150px;
overflow: auto;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #f8f8f8;
height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
.dhtmlwindow #select1{margin-left: 95px;margin-right:80px;}
.dhtmlwindow select {width:150px;height:21px;border:1px solid silver;}
.dhtmlwindow a{	color: #267ba4;}
.dhtmlwindow h1{font-size: 12px;	color: #267ba4;	margin: 10px 0;margin-left: 10px;clear: both;}
.dhtmlwindow p{float:left;}
.dhtmlwindow label{position: relative;top: -2px;margin:0 4px;}
.dhtmlwindow hr{clear: both;border: none;color: #dedede;margin: 0 15px;border-top: 1px solid #dedede;height:1px;}
.dhtmlwindow .pole{width:218px;margin-bottom: 10px;}
.dhtmlwindow .pole strong{padding-left: 30px;line-height: 22px;}
.dhtmlwindow .pole input{margin: 0 10px;width:50px;height:19px;border:1px solid silver;}
.dhtmlwindow #inp{height:19px;border:1px solid silver;}
.dhtmlwindow #search{background: url(images/btn-search.png);width:120px;height:25px;cursor: pointer;border: none;float: right;display: inline;margin-right: 40px;}
.dhtmlwindow a#advanced{font-size: 12px;	color: #267ba4;text-decoration: none;float: left;}
.dhtmlwindow a#advanced b{border-bottom: 1px dashed #267ba4;line-height: 30px;}
.dhtmlwindow form{padding-top: 15px;font-size: 11px;line-height: 22px;}

#regbox{
	background:#fff url(images/region.png) no-repeat 11px 21px;
}
#regbox form{
	margin-top: 300px;
	margin-left: 12px;
	margin-right: 14px;
}
#regbox select{
	width: 140px;
	height:22px;
	border:1px solid #c8c8c8;
	margin-left: 5px;
}
#regbox input.btn{
	width:118px;height:23px;
	border: none;
	text-align: center;
	color: #606060;
	background: url(images/btn.png);
	clear: both;
	cursor: pointer;
	margin-top: 20px;
}