.contactform
{

}

.formleft
{
	float: left;
	text-align: right;
	margin-right: 2%;
	width: 35%;
}

.formright
{
	float: left;
	text-align: left;
	width: 60%;
}





.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;
	
}

