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

.greet_image {
float:left;
padding:0 10px 0 0;
}

.greet_image img{
background:none;
border:none;
margin:0;
padding:0;
}

.greet_text {
background:#F8F8F8;
background: rgb(248,248,248);
color:#000;
float:left;
font-family:arial;
font-size:12px;
line-height:18px;
padding:10px;
}

.greet_block_close {
background:#fff;
border:1px solid #ccc;
float:right;
height:15px;
margin:0 0 0 10px;
width:15px;
}

.greet_block_close a {
color:#ccc;
cursor:pointer;
font-family:arial;
font-size:10px;
font-weight:bold;
line-height:14px;
margin:0 3px;
text-transform:uppercase;
}

.greet_block_close a:hover {
text-decoration:none;
}

.greet_block_powered_by {
float:right;
font-size:9px;
line-height:14px;
padding:0 5px;
}

.greet_block_powered_by a {
color:#ccc;
}

.greet_search {
border-top:1px solid #eee;
font-size:11px;
margin:5px 0 0 0;
padding:2px 0 0 0;
}

.greet_search a {
cursor:pointer;
}

