div.jqmConfirm input[type="submit"] {
	padding: 4px; 
	margin: 10px 30px; 
	background: #fc0; 
	color: #000; 
	float:left;
}

div.jqmConfirm {
  display: none;
  position: fixed;
  top: 0%;
  padding-top:15%;
  width: 100%;
  height: 100%;
}

div.background{
   position:absolute;
   top:0; left:0;
   z-index:1;
   width: 100%;
   height: 100%;
   background:#000;
   opacity: .5;
   filter: alpha(opacity=50);
}
div.conteudo{
  position:absolute;
  z-index:20;
  width: 100%;
  height: 100%;
}

* html div.jqmConfirm {
	position: absolute;
	top:0px; left:0px;
    /*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
}

div.jqmConfirmWindow {
  height:150px;
  width: auto;
  margin: auto;
  /*max-width:400px;*/
  padding: 0 10px 10px;
  background:url('http://assets.clicktracker.com.br/imgs/bg-confirm.gif') no-repeat;  
  color:#fff;
}

.jqmConfirmTitle{
  margin:5px 2px;
  height:20px;
}
.jqmConfirmTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;
  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  width:350px;
  border-top:px;
  color:#000;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  margin-top:15px;
  letter-spacing:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.overlay {
	background: #000;
}
div.jqmConfirm{
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 480px;
	margin-left: -240px;
}
div.jqmConfirmWindow {
	height:200px;
	width:500px;
	margin: auto;
	padding:10px;
	background:url('http://assets.clicktracker.com.br/imgs/bg-confirm.gif') no-repeat;
	text-align: center;
}
div.jqmConfirmContent {
	letter-spacing:0px;
	text-align:left;
	height:90px;
	width:455px;
	margin:auto;
	padding:10px;
	position:relative; top:5px; left:-10px;
	
}
div.jqmConfirmContent span {
	color:#800;
	font-size:16px;
	vertical-align: 25px;
	padding: 0 0 0 10px;
	font-weight: bold;
}
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.title-dialog{
	height:30px;
	text-align:left;
	font-size:25px;
	text-indent:30px;
	font-weight:bold;
	background:url('http://assets.clicktracker.com.br/imgs/ic-dialog-confirm.gif') no-repeat left;
	position:relative; top:-2px;
	color:#900;
}


#sure-confirm{
	float:left;
	margin:2px;
	padding:5px;
	width:470px;
}
#sure-confirm span{
	width:360px;
	display:block;
	position:relative; top:8px; left:10px;
	float:left;
	text-align:right;
}
#confirm input{
	width:40px;
	height:25px;
	margin:5px 0px 0px 5px;
	color:#fff;
	border:0px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
	text-indent:-5px;
	clear:none;
	float:right;
}
#confirm input.yes-confirm	{background:url('http://assets.clicktracker.com.br/imgs/bt-yes-comfirm.png') no-repeat;}
#confirm input.no-confirm	{background:url('http://assets.clicktracker.com.br/imgs/bt-no-comfirm.png') no-repeat;}
