@CHARSET "UTF-8";

#content-search-box,
#content-search-box * {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	border: medium none;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
}

#content-search-box {
	margin-left:100px;
}

#content-search-box .custom-search-box {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-collapse: separate;
	border-radius: 0px !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	color: #625C5A;
	display: table-cell;
	float: left;
	font-family: inherit;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	margin: 0px;
	padding: 5px 10px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width:272px;
}

#content-search-box .custom-search-button {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 0;
}

