/* 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;
}

div,section,article,header,span,a,ul,ol,li,footer{-moz-box-sizing:border-box; box-sizing: border-box;}

html, body{height: 100%; width: 100%; display: block; margin: 0; padding: 0;}
body {
	font: 400 20px/1.5em "soleil",avenir,helvetica,sans-serif;
	letter-spacing: .015em;
	color:#000;
	background: #fff url(img/bg/white_noise.gif) 0 0;
	z-index: 1;
	position: relative;
}
h1{font-family: "alternate-gothic-no-3-d","Arial Narrow",sans-serif; font-size: 2.5em; line-height: 1.125em; margin-bottom: .25em; text-transform: uppercase;}
h2{font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; font-size: 1.575em; line-height: 1.125em; margin-bottom: .25em;}
h3{font-family: "alternate-gothic-no-3-d","Arial Narrow",sans-serif; font-size: 1.75em; line-height: 1.125em; margin-bottom: .2em; text-transform: uppercase; }
h4{font-size: 1em; font-style: italic; margin: .5em 0 2em 0; display: block;}

p{margin-bottom: 2em; display: block;}
small{font-size: 0.75em; line-height: 1.5em !important;}

header{background: #000; color: #fff; text-align: center; padding: 50px;}

section.form{max-width: 640px; margin: 20px auto; }

.field,.field label, .field input{font-size: 1em;}
.field{display: table; width: 100%; margin-bottom: 1em;}
.field.custom{width: auto;}
.field.custom input{display: inline-block; margin: 5px 0;}
.field label{display: table-cell; width: 30%;}
.field input{display: table-cell; width: 70%; padding: 0 5px;}
input[type="submit"]{display: inline-block; border: none; outline: none; background: #000; color: #fff; padding: 10px 15px 5px 15px; font-family: "alternate-gothic-no-3-d","Arial Narrow",sans-serif; font-size: 1.25em; text-transform: uppercase; line-height: 1em;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ededed;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ededed;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ededed;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ededed;
}
a, .blue{color: #23a7c5;}
.error_text,.error,.red,.payment-errors{color: #d93d24;}

