#exitpopup {
	background: #fff;
	color: #333;
	padding: 10px;
	border: 10px solid #cccccc;
	top: 0px;
	left: 0px;
	position:relative;
	margin: 20px auto;
	width: 640px;
	display: none;
}

#exitpopup .header_dred{
	color:#CC0000;
	font-family:Tahoma,Verdana;
	font-size:36px;
	line-height:40px;
	margin-bottom: 20px;
}

#exitpopup p{
	color:#000000;
	font-family:Tahoma,Verdana;
	font-size:14px;
	line-height:18px;
}

#exitpopup a{
	text-decoration:underline;
	cursor: pointer;
}

#exitpopup a:hover{
	color:#D0100D;
}
