@charset "utf-8";
/* CSS Document */

body{
	direction:inherit;
}

.group-popup-txt{
	text-align:left;
	color:#fff;
}
.group-popup-txt h2{
	margin:0 0 10px;
	padding:0;
}
.group-popup-txt{
}
.group-popup-txt td{
	padding:5px 10px;
}
.group-popup-txt tr td:first-of-type{
	text-align:right;
}
.group-popup-txt input{
	border-radius:0;
	border:none;
	box-shadow: 0 0 0;
}
.img-popup{
	margin:12px 0 0;
}
.img-popup img{
	max-height:250px !important;
	max-width:100%;
}
.img-popup p {
	margin:10px 0 0;
}
.img-popup p span{
	text-decoration:underline;
}
.button-popup{
	margin:20px 0 0;
}
.button-popup button{
	background:#afa06e;
	padding:6px 20px;
	margin:0 3px;
	border:none;
	transition: 200ms all;
}
.button-popup button:hover{
	background:#8d7f50;
}
.button-popup p{
	margin:10px 0 0;
	color:#ec0000;
}