.tt_main_block
{
	width:100%;
	display:inline-block;
}
.tt_button 
{
	line-height:22px;
	background: url('../images/tt_button_left.png') no-repeat scroll 0 0 transparent;
	float: left;
	margin-right: 10px;
}

.tt_button .tt_end 
{
	background: url('../images/tt_button_blank.png') no-repeat scroll 100% 0 transparent;
}

.tt_link { /*float:left;*/ }
.tt_end { padding: 0 3px; text-decoration: none; 
 float:right;
}

.tt-tags{padding:2px;display: inline-block;    width: 100%;}
.tt_button{margin-top: 3px; margin-right: 5px; margin-left: 2px;}
.tt_end a, .tt_end span	{ padding: 0 3px; text-decoration: none;}
.tt_inpval{float:left;padding:1px;}
.tt_button img{margin: 3px 1px 1px 2px; float:left;}

.tt_img 
{display:none;
	width: 10px; 
	/*background: url('../images/tags.png') no-repeat scroll 0px 3px transparent;*/ 
	float: left;
}

.tt_notice_new{padding-left: 20px; background: url('../images/about.png') no-repeat;}
.tt_notice, .tt_error
{ 	background: none repeat scroll 0 0 #D14008; 
	color: #FDE910;
	border-radius:2px;
	padding:2px;
}

.tt_success
{
	background: none repeat scroll 0 0 green;  
	color: white;
	border-radius:2px;
	padding:2px;
}
