﻿div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000;
    font-family:MS Sans Serif;
    width: 460px;
    min-height:160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
   background-color:#fff;
   /*background-image:url('msgBoxBackGround.png')*/
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#5B6DB5;
    z-index:1000;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:16pt;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}
div.msgBoxImage
{
    margin:0px 0px 0 0px;
    display:inline-block;
    float:left;
    height:110px;
    width:115px;

    background-image:url('alert.png');
}
div.msgBoxImage img
{
    height:105px;
    width:115px;

}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:block;
    float:left;
    height:90px;
    width:319px;

}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #00335e;
    padding-left:25px;
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}
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;
  
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}
div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}

div#test input {
  /*display: table;
  float: left;
  padding: 8px;
  margin: 6px;
  width:120px;
  background:border-box;
  background-color:#663366;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
 display:inline-block;*/
  border: 1px solid #999;
  font-family: inherit;
  font-size: inherit;
  color: #999 !important;
  /*background: #663366;*/
  background-color:white;
  cursor: pointer;
  padding: 10px 35px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
   float: left;
  padding: 8px;
  margin: 6px;
  width:120px;

}

  div#test input:hover
{
    background-image:none !important;
    color:#fff !important;
     background-color:#83c99f !important;
}

