@media screen
{
	div.text_body
	{
		position: relative;
		width: 688px;
		margin: 10px auto;
		text-align: center;

	}
	div.text_body p
	{
		text-align: left;
		font-size: 11pt;
		font-color: #0C273D;
		padding: 0px 10px;
	}
	div.text_body img
	{
		margin: 10px 0px;
	}
	div.support_body
	{
		position: relative;
		width: 688px;
		margin: 30px auto;
		text-align: left;
	}
	div.support_body p
	{
		text-align: left;
		font-size: 11pt;
		font-color: #0C273D;
		padding: 10px;
	}
	div.support_body p.price
	{
		font-weight: bold;
		color: #70B85D;
	}
	div.support_body p span
	{
		color: orange;
	}
	div.support_body div.bottom
	{
		padding: 20px;
		text-align: center;
	}
	div.support_body div.bottom img
	{
		border: none;
	}
	div.product
	{
		padding-top: 20px;
		border-top: 1px solid #0C273D;
		overflow:hidden;
	}
	.error
	{
		color:#F00;
	}
	table.contactForm
	{
		position: relative;
		top: 50px;
		font-size: 12px;
		color:#FFF;
	}
	table.contactForm td
	{
		padding: 3px 0px;
	}
	div.contact_form{
		position:relative;
		margin: 0px auto;
		background: url(assets/images/contactBg.gif) top left no-repeat;
		height: 310px; width:240px;
		padding: 30px;
		float: left;
	}
	div.businessProfile{
		position:relative;
		float:left;
		margin: 15px;
		width: 350px;
		height: 356px;
		background: url(assets/images/businessProfile.jpg) top left no-repeat;
	}
}

