﻿body
{
	margin: 0;
	background: #002B55 url(background.jpg) no-repeat fixed center top;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg
{
	text-align: left;
	margin-top: 138px;
	background-image: url(fields.jpg);
	width: 386px;
	height: 310px;
}

#msg-bg
{
	margin: 0 auto;
	width: 430px;
	height: 250px;
	
}

#msg-input
{
	text-align: center;
	position: relative;
	top: 205px;
	width:400px;
}

#input
{
	position: relative;
	left: 180px;
	/*top: 205px;*/
	overflow: hidden;
}
#input input
{
	width: 200px;
	margin: 0 0 4px 0;
	padding:0;
	background-color: #c7c7c7;
	border: solid 1px #9f9f9f;
	height: 16px;
	
}

#input .mobile 
{
	margin: 12px 0 4px 0;
}

#input .newsletter input
{
	margin: 3px 0 6px 150px;
	background: none;
	border:none;
	width: inherit;
	height: inherit;
}

#input select
{
	width: 200px;
	margin: 0 0 2px 0;
	height: 18px;
	background-color: #c7c7c7;
	border: solid 1px #9f9f9f;
}
.btn
{
	border: none;
	height: 44px;
	width: 230px;
	background-color: #023A6D;
	color: #ffffff;
	margin-top: 66px;
	background-image: url(submit.jpg);
}
#input span.success_msg
{
	position: relative;
	left: 20px;
	top: 20px;
}

