#mail{
	position:relative;
	top:65px;
	text-align:center;
	font:normal bold 14px Verdana,sans-serif;
}
#box{
	width:616px;
	height:200px;
	background-image:url(box.png);
	
}
#warning{
	visibility:hidden;
}
#loader{
	visibility:hidden;
}
#box img{
	display:table-cell;
	vertical-align:bottom;
}
#form{
	position:relative;
	width:600px;
	top:75px;
	text-align:center;
}
#email{
	
	display:table-cell;
	vertical-align:bottom;
	background-color:#fffffff;
	width:150px;
	color:black;
}
#bt_close{
	position:relative;
	top:15px;
	left:280px;
	cursor:pointer;
}
.info{
	width:400px;
	text-align:center;
	/*background-color:#ffffff;*/
	position:relative;
	top:85px;
	margin:auto;
	height:30px;
	color:#ffffff;
	font:normal bold 12px Verdana,sans-serif;
	text-align:center;
	
}
.morph{
	/*background-color:#fe0000;*/
	visibility:hidden;
}
.red{
	color:#fe0000;
}
