.jquery-msgbox
{
  background:url(images/background.jpg) repeat-x;
  padding-bottom:30px;
  border:2px solid #333;
  
  overflow-y:auto;
  max-height: 500px;
  position:fixed;
  
  /*overflow:auto;
  overflow-x:hidden;
  -ms-overflow-x:hidden;*/

  /*width: 400px;
	height: 180px;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -150px;
	display: none;
  width: 300px;
	height: 150px;
	background: #fff;
	
	border: 4px solid #f0f0f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -150px;
 
	text-align: center;
	z-index: 1000;
	display: none;*/
}

.jquery-msgbox-wrapper
{
  padding:60px 90px 20px 20px;
  line-height:30px;
  overflow:auto;
  overflow-x:hidden;
  -ms-overflow-x:hidden;
  /*font-family:Tahoma;
  font-size:13px;*/
  
}



.jquery-msgbox-buttons
{
  /*padding:10px 300px 20px 15px;
   padding-left:15px;
   right:0;*/
   text-align:right;
   padding-left:0;
   padding-bottom:15px;
   padding-top:20px;
   /*position:absolute;*/
   float:left;
   bottom:0;
   margin-left:10px;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  min-width:85px;
  cursor:pointer;
  font-family:Tahoma;
  line-height:25px;
}

.jquery-msgbox-inputs
{
  margin-top:4px;

}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;

}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(images/alert.png) no-repeat 350px 50px;
}

.jquery-msgbox-info
{
  background: url(images/info.png) no-repeat 350px 50px;
}

.jquery-msgbox-print
{
  background: url(images/alert.png) no-repeat 350px 50px;
}

.jquery-msgbox-error
{
  background: url(images/error.png) no-repeat 350px 50px;
}
.jquery-msgbox-CartableError
{
  background: url(images/error.png) no-repeat 350px 50px;
}
.jquery-msgbox-prompt
{
  background: url(images/question.png) no-repeat 350px 50px;
}

.jquery-msgbox-confirm
{
  background: url(images/confirm.png) no-repeat 350px 50px;
}