/* közös input elemek */

.inline
{
	display: inline;
}

.graybutton
{
	width: 87px;
	height: 22px;
	background-image: url(images/graybuttonbg.gif);
	background-repeat: no-repeat;
	border: 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	/*letter-spacing: -0.1em;*/
	color: #fff;
}

.txtbox,
.txtarea,
.txtboxpanel,
.txtcount,
.commonselect
{
	width: 90%;
	border: solid 1px #cacaca;
	font-size: 13px;
	color: #5b5b5b;
	padding: 2px;
	margin-bottom: 4px;
}

.txtarea
{
	font-family: tahoma;
	font-size: 12px;
}

.txtbox
{
	display: block;
}

.txtcount
{
	width: 20px;	
	float: left;
	margin-right: 3px;
}

.disabled
{
	background-color: #ccc;
}

