@charset "utf-8";
/* CSS Document */


*{
margin:0;
padding:0;
line-style:none;
}

body {

    background-image: url("images/background.jpg");
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
}

#container{
	width:960px;
	height:550px;
	position:absolute;
	left:50%;
	margin-left:-480px;

}
#logo{
	margin-top:50px;
	margin-left:25px;
	margin-bottom:65px;
}

#logo a{
	margin:0;
	padding:0;
	border:none;
	}
	
img a{
	margin:0;
	padding:0;
	border:none;
	}

#text1{ margin-left:75px;
margin-bottom:50px;}


#text2{
	font-size:11px;
	margin-left:210px;
	margin-bottom:12px;
	color:#8c8d8d;
	}

.mailWrap{
	margin:0;
	padding:0;
	border:none;
}

.newsletterInput{
    background-image: url("images/text2.jpg");
	background-repeat: no-repeat;
	width:428px;
	height:32px;
	border:none;
	float:left;
	margin-left:211px;
	font-size:14px;
	text-indent:7px;
	vertical-align:middle;
	color:#cacccc;
	line-height:32px;
	
}

.newsletterButton{
    background-image: url("images/buton.png");
	background-repeat: no-repeat;
	width:103px;
	height:32px;
	border:none;
	margin-left:4px;
	float:left;
}

.loader{
	clear:both;
	margin-left:450px;
	margin-top:50px;
}

.resultText{
		clear:both;
		font-family: Verdana, Geneva, sans-serif;
		font-size:12px;
        margin-left:212px;
		margin-top:50px;
		color:#6598a3;
	
}
