.TB_modal{
	background-color: #fff; /* used to be: #f8f8f8; */
        border:1px solid #555555;
           -moz-box-shadow:rgba(0,0,0,1) 0 4px 28px;
           -webkit-box-shadow:rgba(0,0,0,1) 0 4px 28px;
           -khtml-box-shadow:rgba(0,0,0,1) 0 4px 28px;
           box-shadow:rgba(0,0,0,1) 0 4px 28px;
}
#TB_overlay {
	/* opacity: 0.7; */
opacity: 0.55;
	/* filter: alpha(opacity=70); */
filter: alpha(opacity=55);
}
#wpdoor_message{
	
}
#wpdoor_message h1{
	color: #bbbbbb; /* used to be: #fff; */
	background-color: #fff; /* used to be: #ff3200; */
	/* padding: 5px; */ margin: 0;
	line-height: 1.2; /* used to be: 1; */
	/* font-size: 200%; */
font-size:12px;
	
	/* text-align: center !important; */
text-align: left !important;
}

#wpdoor_msg{
	display: block;
	background-color:#FFF ;
	line-height: 1.8;
	color: #333;
	
        /* height: 175px; */
	/* overflow: auto; */
overflow:hidden;
	/* margin: 10px 0; */
margin-top:10px;
        border: none;
	/* border: 1px dotted #ccc; */
	/* padding: 0 10px; */
}

#wpdoor_btn{
	display: block;
	background-color: #FFF;
	text-align: center;
}
#wpdoor_btn a, #wpdoor_btn a:visited{
	width: 40%;
	float: left;
	padding: 8px;
	background-color: #f6d735; /* used to be: #fdffd4; */
	font-weight: bold;
	color: #333 !important;
        text-decoration: none;
}
a.wpdoor_enter, a.wpdoor_enter:visited{
	float: right !important;
	background-color: #8eff4e !important; /* used to be: #c7ffa7 */
}

#wpdoor_btn a:link
{
        text-decoration: none;
}

#wpdoor_btn a:active
{
        text-decoration: none;
}

#wpdoor_btn a:hover
{
        text-decoration: underline;
}