.contactform
{

}

.formleft
{
	float: left;
	text-align: right;
	margin-right: 2%;
	width: 35%;
}

.formright
{
	float: left;
	text-align: left;
	width: 60%;
}


 .feed_page_content img
{
padding: 5px;
}

.my_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:18px;
	text-transform:uppercase;
	padding:6px 24px;
	text-decoration:none;
	margin-top:30px;
	margin-bottom:30px;
	text-shadow:1px 1px 0px #528ecc;
	font-family: 'LatoBlack';
	letter-spacing:1.5px;
}
.my_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	color: #ffffff !important;
	background-color:#378de5;
}
.my_btn:active {
	position:relative;
	top:1px;
}

.coupons
{
	text-align: center;
	width: 100%;
}

#documentation { float: right; }
pre {
	padding: 0; height: 0px; margin: 0;}
ul blockquote{ list-style: none; margin: 0; padding-top: 0px;}

#quicklinks{
width: 979px;
padding-top: 30px;

}
#quicklinks  ul li {
list-style:none;
float: left;
border-right: 1px solid;
font-size: 12px;
padding-right: 3px;
padding-left: 3px;
margin-left: 0px;
}

#quicklinks  ul li a{
color: #ccffff;
}

.coupons img
{
	margin: 0;
	float: none;
	clear: both;
	padding: 0;
}
#socialbar
{
	width: 100%;
	height: 25px;
	line-height: 24px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 19002;
	background: url(/images/social-media/barback.jpg) repeat-x; #EDEDED;
	text-align: center;
	border-top: 1px solid #A3A3A3;
}


#socialbar a
{
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

#socialbar a img:hover
{
	background: #D0D0D0;
}

#socialbar .seperator
{
	width: 2px;
	height: 31px;
	line-height: 31px;
	border-right: 1px solid #000000;
	vertical-align: center;
}

#reachsocialbar
{
	width: 100%;
	height: 34px;
	line-height: 24px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 19002;
	background: url(/images/social-media/barback-reach.jpg) repeat-x; #EDEDED;
	text-align: center;
	border-bottom: 1px solid #A3A3A3;
}

#reachsocialbar a
{
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

#reachsocialbar a img:hover
{
	background: #D0D0D0;
}

#reachsocialbar .seperator
{
	width: 2px;
	height: 31px;
	line-height: 31px;
	border-right: 1px solid #000000;
	vertical-align: center;
}

.global input{
	width: auto;
	background: none;
	 border: 1px solid #000;
	
}
.global textarea{
	width: auto;
	background: none;
	 border: 1px solid #000;
	
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
	cursor: pointer;
	
}
