﻿.add_buttons{
 	/*background: url("../images/list-top-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;*/
	background: url("../images/list-top-bg.jpg") repeat-x scroll 0 0 transparent !important;
	border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    height: 35px;
    margin: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
	border:0px none;
}
.close-msgbox
{
    background: url("../images/closeIcon.png") no-repeat scroll 0 center transparent;
    display: block;
    height: 24px;
    position: absolute;
    right: -10px;
    top: -17px;
    width: 24px;
}

div.msgBox {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #850F2C;
    border-radius: 18px;
    box-shadow: 0 0 11px #000000;
    color: #00335E;
    font-family: Verdana;
    min-height: 160px;
    min-width: 430px;
    padding: 20px;
    position: fixed;
    z-index: 1000;
}
/*div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1000;
    font-family:Verdana;
   	min-width: 430px;
    min-height:160px;
    color: #00335e;
    -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;
    background-image: url('http://dev.wineindustrynetwork.com/public/images/msgBoxBackGround.png');
}*/
div.msgBoxBackGround {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.7 !important;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999;
}*/

div.msgBoxTitle {
    color: #000000;
    font-family: arial !important;
    font-size: 16pt;
    font-variant: normal;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

/*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:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    /*display:inline-block;
    float:left;*/
	display:block;
    min-height:90px;
    min-width:319px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
 /*   display: table;*/
 	display: table-cell;
    height: 100%;
    width: 100%;
}
div.msgBoxContent > span > img
{
vertical-align:middle;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #00335e;
	padding-top:40px;
}

div.msgBoxButtons
{
    /* display:inline-block;
	   width:100%;
       text-align:right;
	*/
	display: block;
    text-align: right;
    width: 100%;	
}
/*div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px;
    height:35px;
    width:130px;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}*/

div.msgBoxButtons input[type="button"] {
    background: url("../images/list-top-bg.jpg") repeat-x scroll 0 0 transparent !important;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    height: 35px;
    margin: 2px;
/*    width: 130px;*/
	padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
	border:0px;
}

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.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;
}
