﻿.ABExistingItems #ExistingItemsGrid.ABKendoGrid div.SelectItemFromGridCheckbox label
{
	margin: 0;
	padding: 0;
}

.ABExistingItems #ExistingItemsGrid.ABKendoGrid div.SelectItemFromGridCheckbox label input#SelectItem
{
	margin: 0;
    position: relative;
}

.ABExistingItems #InfoDiv
{
	margin-bottom: 10px;
	border-bottom: 1px solid #727376;
	padding-bottom: 5px;
}

.ABExistingItems #InfoDiv .ValueSpan #Search
{
	width: 360px;
	border-radius: 10px;
    border: 1px solid #ccc;
    padding: 6px;
    height: 28px;
}

.ABExistingItems #InfoDiv .ValueSpan #Search:focus 
{
    outline: none;
    border: 1px solid #F7931D;
}