@charset "utf-8";
/* CSS Document */
body{
line-height:1;
font-size: 12px;
font-family:arial,sans-serif;
margin:0pt;
height:100%;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
color:#f2f2f2;
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
/*-----------Style for jQPOOOP--------------------------*/

.popup{

z-index:10000;
position:relative;
border: solid 3px #6b6b6b;
background:#0a0a0a;

}

.popup h6 {

margin: 5px 0 0 10px;
padding: 5px 0 0 30px;
font-size: 14px;
height: 22px;
float:left;
color:#f2f2f2;

}

.popup button {

float: right;
border: none;
margin: 6px 6px 0 0;

}

.popup p {

clear: both;
margin: 60px 10px 10px 10px;
font-size: 14px;
text-align: center;

}

.popup a{

	font-family:arial;
	color:black;
	font-weight:bold;
	text-decoration: none;
}