.greet_box
{
	background: #fff;
	border: 1px solid #eee;
	width: 100%;
	margin: 10px 0px;
}

.greet_icon
{
	float: left;
	margin-right: 5px;
}

.greet_text
{
	float: left;
	width: 90%;
	padding: 5px 5px 0px 5px;
	font-style: italic;
	font-size: small;
}

.greet_text *
{
	font-style: italic;
	font-size: small;
}

.greet_box_close
{
	background: #eee;
	float: right;
	padding: 5px;
}

.greet_box_close a
{
	cursor: pointer;
	font-size: 12px;
}
