/*****************************************************************

	ActiveWidgets 2.0.b4 (beta4)
	Copyright (C) 2003-2005 ActiveWidgets Ltd. All Rights Reserved. 
	http://www.activewidgets.com/

	WARNING: This software program is protected by copyright law 
	and international treaties. Unauthorized reproduction or
	distribution of this program, or any portion of it, may result
	in severe civil and criminal penalties, and will be prosecuted
	to the maximum extent possible under the law.

	FOR TESTING AND EVALUATION ONLY:
	This software is not free and is licensed to you for testing 
	and evaluation only. You are not allowed to distribute 
	or use any parts of this software for any other purposes.

*****************************************************************/

.aw-input-box {
	width: 100px;
	height: 20px;
	padding: 0px;
	border: 1px solid #aaa;
	background: #fff;
}

.aw-strict .aw-input-box {
	width: 92px;
	height: 16px;
	padding: 0px 6px 2px 0px;
}

.aw-input-box .aw-item-box {
	margin: 0px;
	padding: 1px 2px;
	white-space: nowrap;
}

.aw-gecko .aw-input-box .aw-item-box {
	overflow: auto;
}

.aw-strict .aw-input-box .aw-item-box {
	margin: 0px -6px -2px 0px;
	padding: 1px 4px 1px 2px;
}

.aw-ie .aw-input-box .aw-item-image {
	float: left;
	position: relative;
	top: 50%;
	left: -1px;
	margin: -10px -3px 0px 0px;
}

.aw-input-box .aw-item-text {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 20px;
	right: 3px;
	width: auto;
	height: 1.4em;
	margin: -0.7em 0px -3px 0px;
	padding: 0px 1px;
	border: 0px none;
	font-size: 100%;
	font-family: Tahoma;
	background: none;
}

.aw-ie .aw-input-box .aw-item-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: -3px 0px;
}

.aw-image-none+*+.aw-item-text {
	left: 3px;
}

.aw-strict .aw-input-box .aw-item-text {
	_margin: -3px -30px -3px 0px;
}

.aw-strict .aw-input-box .aw-item-ruler {
	padding: 0px;
}

.aw-safari .aw-input-box .aw-item-text {
	display: inline-block;
	white-space: nowrap;
	cursor: text;
}