﻿
*{
	padding:0;
	margin:0;
}

a{
	cursor: pointer;
	text-decoration:none;
}
br.both{
	clear:both;
}
#backgroundPopup{
	display:none;
	position:fixed;
	background:#000000;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1;
}
#popupBlog{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:50px;
	width:250px;
	background:#F6F6F6;
	border:10px solid #C61E52;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupBlog h1{
	text-align:center;
	color:#666;
	font-size:14px;
	margin-top:7px;
}
#popupBlog h1 a{
	text-align:center;
	color:#C61E52;
	font-size:14px;
	text-decoration:none;
}
#popupBlog h1 a:hover{
	color:#C61E52;
	text-decoration:underline;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	display:block;
}
#button{
	text-align:center;
}

