/* Фант, привет =)




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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***************BODY*****************/

body{
	background: url(images/bg.jpg) no-repeat top center #000;
}


#wrapper{
	margin:0 auto;
	position:relative;
	width:960px;
	min-height:800px;
}

#mailing-list{
	position:relative;
	min-height:700px;
}

#form-wrapper{
	position:absolute;
	background:url(images/form-bg.png) no-repeat;
	width:240px;
	height:54px;
	z-index:2;
	top:650px;
	left:330px;
}

#button-wrapper.enabled{
	position:absolute;
	background:url(images/button-bg.png) no-repeat !important;
	width:89px;
	height:54px;
	z-index:1;
	left:560px;
	top:650px;
}

#button-wrapper.disabled{
	position:absolute;
	background:url(images/button-bg-disabled.png) no-repeat;
	width:89px;
	height:54px;
	z-index:1;
	left:560px;
	top:650px;
}

input.mailme{
	
	background:none;
	border:none;
	width:89px;
	height:54px;
	cursor:not-allowed;
}

input.mailme-active{
	
	cursor:pointer;
}


input.textfield{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#946032;
	font-size:0.7em;
	letter-spacing:0.2em;
	margin-top:16px;
	margin-left:35px;
	background:none;
	border:none;
	width:170px;
}

#footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	color:#946032;
	text-align:center;
	padding:10px;
}

#checkbox_wrapper{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	color:#946032;
	padding:15px;
	text-align:center;
}



label {
	outline:none;
	cursor:pointer;
}

input.checkbox{
	vertical-align:middle;
}
