#sampleformdiv{ left:200px !important;}
#sampleformdiv_p{ left:300px !important;}

.jqpopup {
margin: 0 auto;
   background:#FFFFFF;
   position:absolute;
  /* top:500px; left:-400px;*/
	height:130px;	
   z-index:555;border-left:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-right:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;

   display:none;
}
.jqpopup_header{
   margin:0;padding:0;top:0;left:0;padding-left:10px;padding-right:5px;padding-bottom:2px;font-size:15px;font-weight:bold;
	color:  #CC0000;
	background-color: #f0f0f0;
   width:400px;
   cursor:move;
}

.jqpopup_footer{
   padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
}

.jqpopup_content{
   padding-left:10px;padding-right:10px;
}

.jqpopup_message{
   padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;color:red;font-size:12px;font-weight:bold;
}

.jqpopup_resize{
   background: url("../images/jqresize.gif") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   bottom: 0; 
   right: 0;
   cursor: se-resize;
}

.jqpopup_cross{
   background: url("../images/jqcross.jpg") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.jqpopup_center{
   background: url("../images/jqcenter.jpg") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 18px;
   cursor: pointer;
}