.jqifade{
    position: absolute;
    background-color: #000000;
}
div.jqi{
    width: 400px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #000000;
	color:#E1E1E1;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}

div.jqi a{
	text-decoration:none;
}

div.jqi .jqicontainer{
    font-weight: bold;
}
div.jqi .jqiclose{
    position: absolute;
    top: 4px; right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}
div.jqi .jqimessage{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqimessage h2{
    font-weight:bold;
	color:#ffffff;
}

div.jqi .jqibuttons{
    text-align: right;
    padding: 5px 0 5px 0;
}
div.jqi button{
	padding: 3px 10px;
	margin: 0 30px;
	background-color: #E1E1E1;
	border: 0px;
	color: #000000;
	width:72px;
	height:25px;
	/*background: url(../../../img/enter_white.jpg) no-repeat;*/
}
div.jqi button:hover{
    /*background: url(../../../img/enter_white.jpg) no-repeat;*/
}

.jqiwarning .jqi .
{
    background-color: #BF5E26;
}
