@charset "UTF-8";
/*-----Reset------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-----Page------*/

body {
	background: url(../images2/canvas.jpg) repeat;
}

#wrapper{
	margin:3px auto;
	text-align:center;	
}

#note {
	margin:0 auto;
	margin-bottom:15px;
	position:relative;
	width:667px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.email-link{
	/*border:1px solid #000000;
		background: url(../images2/underline.png) no-repeat  top left;*/
	bottom:59px;
	display:block;
	height:46px;
	position:absolute;
	right:68px;
	width:186px;
	z-index:500;
}

a.email-link:hover{
	background: url(../images2/underline.gif) no-repeat  top left;
	border:none;
}

div#invitation {
	position:relative;
	width:100%;
	padding-bottom:40px;
}


#invitation span, .submit{
	font-size:15px;
	line-height:32px;
	font-weight:bold;
	font-family: "Adobe Garamond Pro", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
}

img.glyph {
	vertical-align:middle;
	position:relative;
	bottom:2px;
}

input.submit{
	background:none;
	border:none;
	padding:0;
	margin:0;
	text-transform: uppercase;
	vertical-align:text-top;
	border:0;
	padding:3px;
	vertical-align:baseline;
}

input.submit:hover{
	text-decoration: underline;
	cursor:pointer;
}

.email-field{
	border:0 none;
	margin:0;
	padding:6px 7px;
	width:170px;
	vertical-align:middle;
	}

.email-field-wrapper{
	position:relative;
	}

label.error {
	font-family:"Adobe Garamond Pro",Palatino,"Palatino Linotype","Hoefler Text",Times,"Times New Roman",serif;
	font-size:14px;
	left:-58px;
	position:absolute;
	top:21px;
	width:300px;
	font-weight:normal;
}



#thanks-balloon{
	bottom:95px;
	position:absolute;
	right:-160px;
	visibility:hidden;
	width:300px;
	height:146px;
	
}


#thanks-balloon.show{
	visibility: visible;
}


