.TB_modal{
	background-color: #FFF;
}

#guerrilla_message{
}

#guerrilla_message h1{
	color: #010101;
	background-color: #FFF;
	padding: 5px; margin: 0;
	line-height: 1.8;
	font-size: 28px;
	font-weight:700;
	text-align: center !important;
}

#guerrilla_msg{
	display: block;
	background-color:#FFF;
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	height: 200px;
	overflow: auto;
	margin: 10px 0;
	padding: 0;
}

#guerrilla_btn{
	display: block;
	background-color: #FFF;
	text-align: center;
}
#guerrilla_btn a, #guerrilla_btn a:visited{
	width: 40%;
	float: left;
	font-size: 18px;
	padding: 15px;
	background-color: #fdffd4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a.guerrilla_enter, a.guerrilla_enter:visited{
	float: right !important;
	background-color: #26861b!important;
	color: #FFF !important;
}

a.guerrilla_enter:hover {
	background-color: #227918 !important;
}

#TB_window {
	width: 470px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#TB_overlay {
	background: rgba(0,0,0,0.97) !important;
	opacity: 0.97 !important;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}