/* Buttons
-----------*/

	.contextmind-ui-search {
		position: fixed;
		left: 15px;
		right: 80px;
		bottom: 15px;
		z-index: 5;
		height: 50px;
		cursor:pointer;
		border: none;
		color:#ffffff;
		text-decoration:none;
		line-height: 25px;
		font-size: 15px;
		text-align: center;
	}

	.contextmind-ui-search input {
		border: none;
		border-radius: 30px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		-webkit-box-shadow: 0px 0px 5px -3px #000000;
		box-shadow: 0px 0px 5px -3px #000000;
		font-size: 14px;
	}
