.tl-clearfix:before,.tl-clearfix:after {
	content: " ";
	display: table;
}

.tl-clearfix:after {
	clear: both;
}

.tl-clearfix {
	clear: both;
}

.tl-clearfix {
	zoom: 1;
}

.tl-hori-email {
	background-image: url(images/tl-pattern.png);
	height: 80px;
	line-height: 80px;
	padding: 0 24px;
}

.tl-hori-email h2 {
	float: left;
	font-family: inherit;
	font-weight: 400;
	line-height: 80px;
	margin-right: 20px;
}

.tl-hori-email p {
	display: inline-block;
	margin-right: 6px;
}

.tl-hori-email input[type=text],.tl-hori-email input[type=email] {
	background-color: #FFF;
	background-position: initial initial;
	background-repeat: initial initial;
	border: 1px solid #DDD;
	box-shadow: #EEE 0 1px 2px inset;
	-webkit-box-shadow: #EEE 0 1px 2px inset;
	-moz-box-shadow: #EEE 0 1px 2px inset;
	margin-bottom: 6px;
	padding: 10px;
	width: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.tl-hori-email input:hover {
	border-color: #c9c9c9;
}

.tl-hori-email input:focus {
	border: 1px solid #b9b9b9;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.tl-hori-email input.name,.tl-hori-email input#name,.tl-hori-email input.name,.tl-hori-email input#email,.tl-hori-email input.email {
	background-position: 100% 50%;
	background-repeat: no-repeat no-repeat;
}

.tl-hori-email input.name,.tl-hori-email input#name,.tl-hori-email input.name {
	background-image: url(images/tl-name.png);
}

.tl-hori-email input#email,.tl-hori-email input.email {
	background-image: url(images/tl-email.png);
}

/*	Pure Buttons 
	A Creation Of: https://github.com/yui/pure/
*/

.pure-button {
	display: inline-block;
	display: inline;
	zoom: 1;
	line-height: normal;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*csslint unqualified-attributes:false, outline-none:false*/
.pure-button {
	font-family: inherit;
	font-size: 100%;
	font-size: 90%;
/*IE 6/7 - To reduce IE's oversized button text*/
	overflow: visible;
/*IE 6/7 - Because of IE's overly large left/right padding on buttons */
	padding: 8px 14px;
	color: #444;
/* rgba not supported (IE 8) */
	color: rgba(0,0,0,0.80);
/* rgba supported */
	color: #444;
/* IE 6 & 7 */
	border: 1px solid #999;
/*IE 6/7/8*/
	border: none rgba(0,0,0,0);
/*IE9 + everything else*/
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 2px;
/* Transitions */
	-webkit-transition: .1s linear 0;
	-moz-transition: .1s linear 0;
	-ms-transition: .1s linear box-shadow;
	-o-transition: .1s linear box-shadow;
	transition: .1s linear box-shadow;
}

.pure-button-hover,.pure-button:hover,.pure-button:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);
	background-image: 0 color-stop(40%,rgba(0,0,0,0.05)), to(rgba(0,0,0,0.10)));
	background-image: 0 40% rgba(0,0,0,0.10));
	background-image: 0 0 rgba(0,0,0,0.10));
	background-image: 0 40% rgba(0,0,0,0.10));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.05) 40% rgba(0,0,0,0.10));
}

.pure-button:focus {
	outline: 0;
}

.pure-button-active,.pure-button:active {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 6px rgba(0,0,0,0.20) inset;
}

.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: not-allowed;
	box-shadow: none;
}

.pure-button-hidden {
	display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected {
	background-color: #0078e7;
	color: #fff;
}

.pure-button-success,.pure-button-error,.pure-button-warning,.pure-button-secondary,.pure-button-dark {
	color: #FFF;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.pure-button-success {
	background: #1cb841;
/* this is a green */
}

.pure-button-error {
	background: #ca3c3c;
/* this is a maroon */
}

.pure-button-warning {
	background: #df7514;
/* this is an orange */
}

.pure-button-secondary {
	background: #42b8dd;
/* this is a light blue */
}

.pure-button-dark {
	background: #212103;
/* this is a dark */
}

@media all and (max-width: 897px) {
	.tl-box[style] {
		width: auto !important;
	}
	
	.tl-hori-email {
		height: auto;
		line-height: auto;
		padding: 12px 24px;
	}
	
	.tl-hori-email p,.tl-hori-email input {
		display: block;
		margin: 8px 0 !important;
	}
	
	.tl-hori-email h2 {
		float: none !important;
		display: block;
		margin: 0;
		line-height: 24px;
		padding: 6px 0;
		width: 100%;
		clear: both;
	}
	
	.tl-hori-email input[type=text],.tl-hori-email input[type=email] {
		width: 92%;
	}
	
	.tl-hori-email input[type=submit] {
		width: auto;
		display: block;
	}

}

@media only screen and (max-width: 512px) {
	.tl-hori-email input,.tl-hori-email p {
		margin-bottom: 6px;
		width: 100%;
	}

}