﻿#SupportUnderFormSpacer
	{
	position: relative;
	width: 500px;
	}
#TechSupportTitle
	{
	display: block;
	width: 500px;
	float: none;
	}
#txtMessage
	{
	width: 350px;
	height: 92px;
	font-size: 12px;
	font-weight: bold;
	}
#tblMessage, #tblMessage2
	{
	width: 500px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-top: 15px;
	padding-bottom: 10px;
/*	border: 1px solid #4e4e4e;*/
	}
#tblMessage div
	{
	padding: 2px;
	}
#SupportSendButton
	{
	cursor: pointer;
	}
#SupportSendButton a span
	{
	background: url('../../Images/Site/InnerPages/Support/btn_normal.jpg') no-repeat;
	width: 112px;
	height: 19px;
	color: White;
	text-align: center;
	display: block;
	}
#SupportSendButton a span:hover
	{
	background-image:url('../../Images/Site/InnerPages/Support/btn_over.jpg');
	}

#tblMessage .SupportLeft
	{
	width: 112px;
	}
#tblMessage .SupportRight
	{
	width: 380px;
	}






