.popbox {
	margin: 0px auto;
	text-align: center;
	position: relative;
    float: right;
    top:0px;
}

.popbox img {
    border:0px;
}


.collapse {
	position: relative;
	font-size: 14px;
	color: black;
}
.open {
	font-size: 14px;
	color: white;
    text-decoration:none;
}
.open:hover {
	font-size: 14px;
	color: #e1e1e1;
}
.box {
	display: block;
	display: none;
	background: #FFF;
	border: solid 1px #BBBBBB;
	border-radius: 5px;
	position: absolute;
	padding: 20px;
	text-align: left;
	line-height: 10px;
}
.box img {
	float: left;
	margin-right: 10px;
}
.box h1 {
	font-size: 19px;
	color: #605f5f;
}
.box span {
	font-size: 13px;
	color: #6b6b6b;
}


.box a {
	font-size: 13px;
	color: #6b6b6b;
	text-decoration:underline;
}


.box a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration:underline;
}

.box hr {
	border:1px solid #e8e8e8;
}





















.box a.close {
	color: red;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}
.arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FFF;
	position: absolute;
	left: 1px;
	top: -10px;
	z-index: 1001;
}
.arrow-border {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #BBBBBB;
	position: absolute;
	top: -12px;
	z-index: 1000;
}










form textarea {
	padding: 5px;
	width: 90%;
	border: solid 1px #CCC;
	height: 100px;
}
.box {
	width: 230px;
}
