/* @group Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, img, label, pre, form, a, fieldset, input, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	line-height: 1;
	font-size: 62.5%;
	background-color: #fff;
}

.floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
}
* .clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* @end */
/* @group =Base */
body
{
	font: 13px/1.5 'Trebuchet MS', 'Lucida Grande',Arial , sans-serif;
	color: #666;
}
div#cntMain {
	position: absolute;
	background: url(../img/bg.jpg) no-repeat;
	width: 1000px;
	height: 500px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	margin: -250px 0px 0px -500px;
}
div#cntConf {
	position: absolute;
	background: url(../img/bgConf.gif) no-repeat;
	width: 1000px;
	height: 500px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	margin: -250px 0px 0px -500px;
}
/* @end */
/* @group -form elements */
.eMailContact {
	display: inline;
	float: left;
	margin-left: 38px;
	margin-right: 10px;
	width:1000px;
	margin-top: 358px;
}
h2{
	float:left;
	font-size: 30px;
	margin-top: -5px;
	letter-spacing: -1px;
	padding-right: 8px;
}
#contacts{
	font: 11px/1 Arial , 'Lucida Grande', sans-serif;
	padding-left: 2px;
}
#eMailForm {
	height: 35px;
	float: left;
	width: auto;
}

#eMailForm input {
	border: 0px;
	display: block;
	float: left;
}

#spotlight-footer {
	padding-left: 5px;
	width: 190px;
	height: 35px;
	padding-top: 13px;
	background: transparent url(../img/form.png) no-repeat scroll 0px -90px;
}

#eMailForm input.emailSubmit {
	padding: 0px 20px 0px 20px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	background: transparent url(../img/form.png) no-repeat scroll right -90px;
}
#eMailForm .submitsd{
	float: left;
	height: 35px;
	padding-left: 2px;
	background: transparent url(../img/form.png) no-repeat scroll 0px -90px;
}
#spotlight-footer.focus {
	background-position: 0px -140px;
}
#eMailForm .submitsd {
	background-position: -190px -90px;
}
#eMailForm .submitsd_on {
	background-position: -190px -140px;
}
#eMailForm .submitsd_on input, #eMailForm input.emailSubmit:hover {
	background-position: right -135px;
	cursor: pointer;
}
#eMailForm .submitsd_on input, #eMailForm input.emailSubmit:active {
	background-position: right -135px;
}
.clr, #eMailForm .submitsd_on input, #eMailForm input.emailSubmit:hover, #eMailForm input.emailSubmit:active{
	color: #c39;
}

/* @end */
