.jqmOverlay 
{
  background-color: #000;
}

div.jqmAlert
{
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  
  width: 600px;
  max-height: 400px;
    
  margin-left: -300px;
  padding: 0 10px 0 10px;
  
  background:#111;
  border:1px dotted #a5a5a5;
  color: #C0C0C0;
}

.jqmAlertWindow
{
  position: relative;
}

.jqmAlertTitle
{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  /*width:85%;
  float:right;*/
}

.jqmAlertTitle h1
{
  margin:5px 0;
  padding:0;
  font-size:16px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color: #F55304;
  display: block;
}

div.jqmAlert .jqmClose
{
  float:right;
  width:20px;
  height:20px;
  display:block;
  background: url('/gfx/ico/delete.png') no-repeat center center;
  position: absolute;
  top: 3px;
  right: -2px;
}

div.jqmAlert .jqmClose em
{
  display:none;
}

div.jqmAlertContent
{
  border-top:0;
  color: #C0C0C0;
  font-size:14px;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background-color:#111;
}

.withIco
{
  float: right;
  width: 80%;
  padding: 0 !important;
  margin: 20px 0 !important;
  text-align: left;
}

.clearfix
{
  display: block;
}

div.jqmAlertIco
{
  float:left;
  margin:20px 0;
  width: 15%;
}
.modaltxt
{
  text-align: justify;
  overflow: auto;
  height: 290px;
  padding: 15px 15px 15px 0;
  font-size: 12px;
}
.modaltxt ol,
.modaltxt ul
{
  padding-left: 15px;
}
