@charset "utf-8";
/* CSS Document */

.abg_standard_input{
	height:23px;
	width:210px;
}

.abg_standard_input input{
	border:none;
	background:none;
	height:20px;
	width:100%;
	padding-top: 3px;
}

.abg_standard_input .leftBorder{
	background:url(Images/input_standard_left.png) no-repeat left top;
	width:4px;
	height:100%;
	float:left;
}

.abg_standard_input .content{
	background:white;
	width:194px;
	height:100%;
	float:left;
}

.abg_standard_input .content a{
	cursor:pointer;
}

.abg_standard_input .content a img{
	border:none;
}

.abg_standard_input .select_button{
	float:right;
	margin-top:2px;
}
.abg_standard_input .rightBorder{
	background:url(Images/input_standard_right.png) no-repeat right top;
	width:4px;
	height:100%;
	float:left;
}