﻿/* SEO App styles only*/
.feedback 
{
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;
	padding:2px 0 0 2px;
}
.question-icon  
{
    margin:0 0 0 8px;
    cursor:pointer;	
}
.widget
{
    text-align:center;
    margin:5px 0 0 0;
}
.shim
{
	height:15px;
}
.tellwidget
{
	padding:0;
	margin-bottom:8px;
	text-align:center;
}
.description-rule
{
	height:10px;
	margin:10px 0 10px 0;
	border-bottom:1px dotted #000;			
}
		
		
/*three piece button*/
.button
{
	height:24px;
	display:block;
	float:right;
	clear:left;
}
.btn-left{
	height:24px;
	width:8px;
	float:left;
	background:url(../images/btn_left.gif) no-repeat;
}
.btn-text
{
	height:24px;
	float:left;
	background:url(../images/btn_middle.gif) repeat-x;
	padding:4px 4px 0 4px;
	font-size:12px;	
}
.btn-text a:link
{
	color:#fff;
	text-decoration:none;
}
.btn-text a:hover
{
	text-decoration:underline;
}
.btn-right
{
	height:24px;
	width:8px;
	float:left;
	background:url(../images/btn_right.gif) no-repeat;
}
