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

/* RESET & CLEARFIX */

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

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

body {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px; line-height: 1.5; color: #444; background: #f9f9f9;
}

p { margin-bottom: 12px; }

strong { font-weight: 700;}

.fbox-wrap {
	width: 700px; padding: 20px 50px 0;
	background: url(../images/bg-fb.png) no-repeat center 20px;
}

#thankyou2 .fbox-wrap { text-align: center; background: none; padding: 80px 20px 20px; }

#thankyou2 p { font-size: 16px }

.fb-cta {
	width: 300px; float: left;
}

.fb-cta-intro {
	font-size: 22px;
	color: #999; margin-bottom: 12px;
    font-style: normal;
    font-weight: 300;
	text-transform: uppercase;
}

.fb-form {
	width: 300px; float: right;
}

input, textarea {
	display: block; margin-bottom: 8px;
    background-color: #FFF; color: #777;
    border: 1px solid #ccc; font-weight: 300;
    border-radius: 4px; font-size: 14px;
    padding: 8px; width: 282px;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

input {
	height: 20px;
}

textarea {
	height: 60px;
}

input:focus, textarea:focus {
    border-color: rgba(209, 72, 54, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(209, 72, 54, 0.6);
    outline: 0 none;
}

input[type="submit"] {
	background: #35424F; color: #fff; width: 120px;
	height: 42px; padding: 0; cursor: pointer;
    line-height: 42px; border: none; margin-left: 180px;
}

input[type="submit"]:hover {
	background: #5D6872;
}

label.error {
	margin-bottom: 8px; display: block;
	color: #F4594F; font-size:14px; line-height: 14px;
}


