﻿@import url('../app/controls/support.css');

.controlHolder
{
	padding-bottom: 50px;
}

.controlHeader
{
	padding-bottom: 20px;
}

.information
{
	display: block;
	width: 765px;
	float: right;

	background-image: url('../common/images/contact/contact_light_middle.png');
	background-repeat: repeat-y;
	padding-bottom: 10px;
	
}

.informationHolder
{
	display: block;
	width: 720px;
	float: right;
	padding-top: 5px;
}

.info
{
	display: block;
	width: 720px;
	float: left;
	font-size: 12px;
}


.infoLeft
{
	display: block;
	width: 360px;
	float: left;
	line-height: 18px;
	
}

.infoRight
{
	display: block;
	width: 200px;
	float: left;
	padding-top: 15px;

}

.infoTitle
{
	font-weight: bold;
	
	color: #243842;
	padding-bottom: 5px;
}

.infoBody
{
	color: #666666;
	padding-bottom: 5px;
}



.infoFooter
{
	font-size: 12px;
	color: #666666;
}

.infoFooter a
{
	color: #666666;
	text-decoration: none;
}

.thankyou
{
	display: block;
	width: 720px;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ce8a14;
}

.commands
{	
	display: block;
	width: 660px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.commands a img
{
	border: none;
}


