div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1150;
    font-family:'signikalight', arial, verdana, sans-serif;
    width: 430px;
    min-height:160px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    border: 5px solid #AFACA3;
    background-color:#fff;   
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.6 !important;
    z-index:1100;
}
div.msgBoxTitle
{
    color: #504346;
    font-family: 'signikaregular',arial,verdana,sans-serif;
    font-size: 16pt;
    font-weight: normal;
    padding:15px 0 8px 0;
    width:100%;
    border-bottom:2px solid #ACA9A0;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:48px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:57px;
    width:100%;
    text-align:center;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span
{
    display: table-cell;
    vertical-align: middle;
}

/* Content class for IE7*/

div.msgBoxContentIEOld
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;
position: relative;
}
div.msgBoxContentIEOld p
{
    padding:0;
    margin:0;
    position: absolute;
top: 50%;
}

div.msgBoxContentIEOld span
{
    position: relative;
top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:center;
    padding-bottom:20px;
}


#FirstButton {
  width:97px;
  font-family:'signikaregular', arial, verdana, sans-serif;
  background:url('../images/small-buttons.png') 0 0 no-repeat;
  color:#fff;
  padding:9px 12px 13px 12px;
  font-size:15pt;
  text-align:center;
  margin-right:5px;
  border:0;
  cursor:pointer;
 }

#FirstButton:hover {
  background-position:0 -50px;
 }
 

.msgButton {
  width:97px;
  font-family:'signikaregular', arial, verdana, sans-serif;
  background:url('../images/small-buttons.png') -100px 0 no-repeat;
  color:#fff;
  padding:9px 12px 13px 12px;
  font-size:15pt;
  text-align:center;
  border:0;
  cursor:pointer;
 }

.msgButton:hover {
  background-position:-100px -50px;
 }


/*div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    height:35px;
    width:90px;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}

div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}
div.msgBoxButtons input[type='button']:focus
{
    outline: none;
    border: solid 2px #FFCC66; /* replace outline by a border */
/*-o-transform:rotate(0); /*remove opera outline
}*/



div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{
    outline: none;
    border: none;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}
