﻿.popup
{
	background-color: White;
	position: relative;
	border: solid 1px black;
	width: 400px;
	height: 280px;
}

.popup .popup_header
{
	margin-top: 10px;
	color: #ed1c24;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	position: relative;
	left: 50px;
	color: Red;
}

.popup p
{
	margin: 15px 15px 15px 15px;
}

.popup .popup_continue
{
	background-image: url('../images/verderwinkelen.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	width:109px;
	height:23px;
	right: 129px;
}

.popup .popup_shoppingcart
{
	background-image: url('../images/afrekenen.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	width:109px;
	height:23px;
	right: 10px;
}

.popup .popup_image
{
	position: absolute;
	bottom: 0;
	width: 135px;
	height: 151px;
	background-image: url('../images/tiger_popup.jpg');
	background-repeat: no-repeat;
}

