.popup { /**border: solid 1px #333;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	position: absolute;
	width: 500px;
	z-index: 60;
}

#dialogue {
	position: fixed;
	z-index: 2000;
}

.popup_block {
	background: #fff;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -250px;
	border: 10px solid #3399FF;
	z-index: 100;
}

.popup_block_1 {
	background: #fff;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: absolute;
	display: none;
	top: 10%;
	left: 45%;
	margin: 0 0 0 -250px;
	border: 10px solid #3A5A95;
	z-index: 100;
}

.popup_block_2 {
	background: #fff;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	position: absolute;
	display: none;
	top: 5%;
	left: 50%;
	margin: 0 0 0 -200px;
	border: 10px solid #2CAADB;
	z-index: 100;
}

.dialogue_1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

.dialogue_1 a {
	font-size: 15px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

.dialogue_1 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}


.popuptitle {
	background: blue;
	color: white;
	font-weight: bold;
	height: 15px;
	padding: 5px;
}

.popupbody {
	background: #ddd;
	padding: 5px;
	text-align: center;
}

#popup {
	top: 50px;
	left: 300px;
}

#dialogue #close {
	position: absolute;
	right: 5px;
	top: 0px;
}

#dialogue #close a {
	font-size: 15px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

.submit-button {
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/button.gif);
	border: 1px solid #CCCCCC;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FF3333;
	width: 80px;
	height: 20px;
}

/**
.formbutton{
cursor:pointer;
border:outset 4px #16B5F2;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background-color:transparent;
width:80px;
}
*/
.formbutton {
	cursor: pointer;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #000000;
	border-style: none;
}

.button-2 {
	cursor: pointer;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #000000;
	border-style: none;
	/**
	cursor: pointer;
	border: outset 4px #16B5F2;
	background: #999;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background-color: transparent;*/
}

