.dhtmlwindow{
position: absolute;
visibility: hidden;
}
.dhtmlwindow2{
position: absolute;
visibility: hidden;
}
.dhtmlwindow .drag-contentarea{ /*CSS for Content Display Area div*/
background: transparent url('/AcuraCaLive/Promotions/img/WelcomeSurvey/Eng/welcome.png') no-repeat;
width:673px;height:300px !important;padding:18px 20px 20px 16px;

overflow: hidden;
}
.dhtmlwindow2 .drag-contentarea{ /*CSS for Content Display Area div*/
background: transparent url('/AcuraCaLive/Promotions/img/WelcomeSurvey/Eng/survey_bk.png') no-repeat;
width:673px;height:650px !important;padding:20px 22px 25px 21px;

overflow: hidden;
}
* html .dhtmlwindow .drag-contentarea{ /*CSS for Content Display Area div*/
width:677px !important;
}
* html .dhtmlwindow2 .drag-contentarea{ /*CSS for Content Display Area div*/
width:677px !important;
}
/*.topimg{ 
background: transparent url('welcome_top.png') no-repeat;
height:11px;
width: 710px;
}
.bottomimg{ 
background: transparent url('welcome_bottom.png') no-repeat;
height:11px;
width: 710px;
}

.drag-contentarea{ 
padding:0px 8px;
background: transparent url('http://limesurvey.stage2.griplimited.com/templates/honda_1/welcome.png') repeat;

overflow: hidden;
}*/
.drag-handle{ /*CSS for Drag Handle*/
padding: 0;
margin:0;}

.dhtmlwindow .drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: -8px;
cursor: hand;
cursor: pointer;
}
.dhtmlwindow2 .drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: -20px;
top: -8px;
cursor: hand;
cursor: pointer;
}
.welcometext {
float:left;width: 50%;margin: 10px 0px 0 30px;
}
.buttons {
width:20%;float:right;margin-top:20px;margin-right:30px;}