.link {
	color: #CC0033;
	text-decoration: underline;
	cursor: pointer;
}

.win_email {
	position:absolute;
	top:100px;
	left:100px;
	height:300px;
	width:50%;
	color:#C00;
	border-top:thin outset #C00;
	border-left:thin outset #C00;
	border-bottom:thick outset #C00;
	border-right:thick outset #C00;
	border-radius:8px;
	visibility:hidden;
}

.win_name {
	position:absolute;
	top:100px;
	left:100px;
	height:300px;
	width:50%;
	color:#C00;
	border-top:thin outset #C00;
	border-left:thin outset #C00;
	border-bottom:thick outset #C00;
	border-right:thick outset #C00;
	border-radius:8px;
	visibility:hidden;
}

.win_phone {
	position:absolute;
	top:100px;
	left:100px;
	height:300px;
	width:50%;
	color:#C00;
	border-top:thin outset #C00;
	border-left:thin outset #C00;
	border-bottom:thick outset #C00;
	border-right:thick outset #C00;
	border-radius:8px;
	visibility:hidden;
}

.win_address {
	position:absolute;
	top:100px;
	left:100px;
	height:300px;
	width:50%;
	color:#C00;
	border-top:thin outset #C00;
	border-left:thin outset #C00;
	border-bottom:thick outset #C00;
	border-right:thick outset #C00;
	border-radius:8px;
	visibility:hidden;
}
