@charset "iso-8859-1";
/* CSS Document */

.jqifade{
	position: absolute;
	background-color: #000;
}
div.jqi{
	width: 400px;
	background: #E5E5E5;
	padding: 20px 20px;
	box-shadow: 3px 3px 13px #000;	
		
	
}
div.jqi .jqicontainer{
	font-weight: bold;
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: pointer;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #000;
	text-align: center;
	font-size: 13px;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 5px 0;
	border: 0px;
}
div.jqi button{
    display: inline-block;    font-weight: normal;  border-radius: 5px;  padding: 5px 10px;  color: #fff;  text-align: center;  font-size: 14px;  margin-bottom: 5px;  border: 0;  outline: 0;  font-family: 'BBold';  text-transform: uppercase;  cursor: pointer; margin-left: 2px; margin-right:2px;
    background: #FF0000;
}
div.jqi button:hover{
}
div.jqi button.jqidefaultbutton{
	background-color: #FF0000;
}
#jqi_state0_buttonCancel { background: #007DFF}
.jqiwarning .jqi .jqibuttons{ background-color: #990000; }
