/* tokenInput.css */

.token_input 
{
	padding-top: 3px;
	width: 113px;
	display: block;
	float: left;
}

.token_input input 
{
	width: 100%;
	border: none;
	background-color: Transparent;
}

a.token 
{
	color: Black;
	text-decoration: none;
	background-image: url(../images/token/token_2.gif);
	background-repeat: no-repeat;
	font-family: Sans-Serif;
	
	float: left;
	margin-right:3px;
	margin-top:3px;
}

		 
.token span 
{
	background-image: url(../images/token/token_2.gif);
	background-repeat: no-repeat;
	background-position:  right top;
	display: block;
}

.token span span
{
	background-position: right bottom;
}

.token span span span
{
	background-position: left bottom;
}

.token span span span span
{
	background: none;
	padding: 0 5px 1px;
}

.token_display 
{  
	background-image: url(../images/token/token_x.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
	padding: 0 12px 0 0;
	width: 10px;
	height: 10px;
}

a.tokenHover, .tokenHover span, .tokenHover span span, .tokenHover span span span
{
	background-image: url(../images/token/token_hover2.gif);
}
.tokenHolder
{
	cursor: text;
	border: solid 1px silver;
	height: 100px;
	width:165px;
	padding: 5px;
	margin-bottom: 5px;
	background: #fff;
    overflow: auto;
}

