/* PLACEHOLDER STYLING */
.placeholder { color: #999 !important; }
::-webkit-input-placeholder  { color:#999; }
input:-moz-placeholder { color:#999 !important;}


/*
 * Separate elements
 */


.divider {
	position: relative;
	background: url('../images/main/divider.png') no-repeat;
	height: 40px;
	width: 560px;
}

.divider-small {
	position: relative;
	background: url('../images/main/divider-small.png') no-repeat;
	height: 40px;
	width: 580px;
}

.greyline {
	position: relative;
	height: 1px;
	background-color: #e4e2de;
	margin: 10px 0 10px 0;
}

.normalbutton {
	display: inline-block;
	background-color: #c6d8e6;
	height: 30px;
	padding: 0 10px 0 10px;
	line-height: 30px;

	font-family: "ColaborateMediumRegular";
	font-size: 16px;
	color: #575757;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 10px;
}	

	.normalbutton:hover {
		color: #fff;
		background-color: #8c7a69;
	}

.pull-right {
	float: right;
}

.intake {
    display: block;
    position: relative;
    width: 200px;
    height: 40px;
    z-index: 1000;
    line-height: 40px;
    text-align: center;
    font-family: "ColaborateLightRegular";
    text-transform: uppercase;
    font-size: 20px;
    color:  #fff;
    cursor: pointer;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 1px 1px 3px #777;
    -webkit-box-shadow: 1px 1px 3px #777;
    box-shadow: 1px 1px 3px #777;

	background: #2187ac; /* Old browsers */
	background: -moz-linear-gradient(top,  #2187ac 0%, #0070a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2187ac), color-stop(100%,#0070a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2187ac 0%,#0070a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2187ac 0%,#0070a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2187ac 0%,#0070a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2187ac 0%,#0070a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2187ac', endColorstr='#0070a0',GradientType=0 ); /* IE6-9 */

}

.intake:hover {
	background: #0070a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0070a0 1%, #2187ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0070a0), color-stop(100%,#2187ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0070a0 1%,#2187ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0070a0 1%,#2187ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0070a0 1%,#2187ac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0070a0 1%,#2187ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070a0', endColorstr='#2187ac',GradientType=0 ); /* IE6-9 */

}