	.text {
		color: #333333;
		border: 1px solid #AAAAAA;
		width: 234px;
		height: 16px;
		padding-top: 5px;
		padding-left: 3px;
		font-family: Verdana;
		font-size: 10px;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		font-size: 10px;
		border: 1px solid #AAAAAA;
	}
	
	label {
		color: #333333;
		line-height: 27px;
	}
	
	input.searchField {
		width: 125px;
		height: 19px;
		border-width: 0px;
		color: #666666;
		font-family: Verdana;
		font-size: 10px;
		padding: 5px 5px 0px 10px;
		
		background-image: url('../images/layout/search_field.gif');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	input.buttonOrange, input.buttonGreen, input.buttonGrey {
		color: #333333;
		border: 0;
		font-family: Verdana;
		font-size: 10px;
		text-align: center;
		width: 131px;
		height: 17px;
		background-color: transparent;
		background-position: bottom center;
		background-repeat: no-repeat;
		outline: none;
	}
	
	input.buttonOrange {
		background-image: url('../images/buttons/orange.gif');
	}
	
	input.buttonGreen {
		background-image: url('../images/buttons/green.gif');
	}
	
	input.buttonGrey {
		background-image: url('../images/buttons/grey.gif');
	}
	
	a.buttonLong,a.buttonLongHeigh,a.buttonLongHeigh2 {
		color: #009A3D;
		border: 0;
		font-family: Verdana;
		font-size: 12px;
		text-align: center;
		width: 197px;
		height: 25px;
		line-height: 25px;
		display: block;
		font-weight: bold;
		text-decoration: none;
		background-color: transparent;
		background-image: url('../images/buttons/long.gif');
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	a.buttonLongHeigh,a.buttonLongHeigh2
	{
		background-image: url('../images/buttons/longheigh.gif');
		height: 50px;
		line-height: 50px;
	}

	a.buttonLongHeigh2
	{
		line-height: 25px;
	}
	
	/********************************************/
	
	.battSearchText {
		color: #333333;
		border: 1px solid #333333;
		width: 232px;
		height: 16px;
		padding-top: 2px;
		padding-left: 6px;
		font-family: Verdana;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	select.battSearch {
		font-size: 10px;
		border: 1px solid #333333;
		width: 240px;
		height: 20px;
		padding: 1px 0px 1px 3px;
		font-family: Verdana;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.battSearchBtn {
		width: 49px;
		height: 15px;
		padding: 2px 0px 0px 8px;
		cursor: pointer;
		color: #FF9C00;
		background-image: url('../images/buttons/batt_search.gif');
		background-position: center center;
		background-repeat: no-repeat;
		float: right;
	}