.dhtmlwindow{
position: absolute;
visibility: hidden;
background-color: white;
border-radius:4px;
border:4px solid #F1F1F1;
box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
background-image: linear-gradient(to bottom, #FFF, #F1F1F1 80%);
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 2px;
text-indent: 3px;
font: bold 14px Arial;
background:    url("fundo.jpg");
color: #FFF;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border-radius:4px;
border:1px solid #980021;
box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
background-image: linear-gradient(to bottom,#FA58AC,#DF0174 80%);
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 8px;
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%;
border-radius:4px;
border:0px solid #F1F1F1;
box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
background-image: linear-gradient(to bottom, #FFF, #F1F1F1 80%);
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
border-radius:4px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
border-radius:4px;
border:1px solid #F1F1F1;
/*box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);*/
background-image: linear-gradient(to bottom, #FFF, #F1F1F1 80%);
}


.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;
}
@media(min-width: 240px) {
  .container{height:80%;}
}

@media(min-width: 270px) {
  .container{height:86%;}
}
@media(min-width: 320px) {
  .container{height:83%;}
}
@media(min-width: 360px) {
  .container{height:86%;}
}
@media(min-width: 375px) {
  .container{height:86%;}
}

@media(min-width: 480px) {
  .container{height:77%;}
}
@media(min-width: 568px) {
  .container{height:72%;}
}
@media(min-width: 635px) {
  .container{height:75%;}
}

@media(min-width: 730px) {
  .container{height:77%;}
}
@media(min-width: 768px) {
  .container{height:91%;}
}

@media(min-width: 800px) {
  .container{height:87%;}
}

@media(min-width: 1024px) {
  .container{height:86%;}
}