﻿body
{
	padding: 0;
	margin: 0;
	font: 11px arial;
	color: #3e3e3e;
}

img
{
	display: inline-block;
	border: none;
}

a
{
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.cradle
{
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
}

.header
{
	width: 900px;
	height: 65px;
	background: url(../Images/header.png) left top no-repeat;
}

.flash
{
	width: 900px;
	height: 399px;
}

.form
{
	position: relative;
	width: 900px;
	height: 281px;
	background: url(../Images/bgForm.png) left top no-repeat;
}

.copyBlock
{
	position: absolute;
	left: 365px;
	top: 102px;
	width: 205px;
	height: auto;
}

.formBlock
{
	position: absolute;
	left: 586px;
	top: 20px;
	width: 284px;
	height: auto;
	padding: 15px 15px 15px 15px;
}

.errorBlock
{
	width: 200px;
	height: 68px;
	position: absolute;
	right: 99px;
	bottom: 15px;
	font: 10px tahoma;
	color: #cc0000;
}

.errorBlock ul
{
	padding: 0 0 0 12px;
}

.page
{
	display: none;
	min-width: 1px;
	min-height: 1px;
}

.row
{
	clear: both;
	min-height: 1px;
}

.cell
{
	float: left;
	width: auto;
	height: auto;
	font: 12px arial;
	color: #686868;
	margin: 0 0 3px 0;
}

.termsAndConditions
{
	width: 880px;
	height: auto;
	padding: 10px 0 10px 20px;
}

.termsAndConditions a
{
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.termsAndConditions a:hover
{
	text-decoration: underline;
}

.socialNetworkIcon
{
	float: left;
	margin: 0 6px 6px 0;
}

.socialNetworkIcon:hover
{
	
}

