/* GLOBAL STYLING */

body {
	margin: 0 !important;
}

#wrapper-ty {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

.btn {
display: inline-block;
cursor: pointer;
padding: 1px 10px 0 10px;
margin: 0 8px 10px 0;
font-weight: 300;
text-align: center;
text-decoration: none;
font-size: 12px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing: 1.5px;
height: 26px;
line-height: 26px;
border-radius: 0px;
background: #859e20;
background-image: -webkit-linear-gradient(top, #859e20, #71871b);
background-image: -moz-linear-gradient(top, #859e20, #71871b);
background-image: -ms-linear-gradient(top, #859e20, #71871b);
background-image: -o-linear-gradient(top, #859e20, #71871b);
background-image: linear-gradient(to bottom, #859e20, #71871b);
border: solid #516513 1px;
color: #eeece0;
text-shadow: 1px 1px 3px #666;
text-transform: uppercase;
} 

/* THANK YOU MODAL STYLING */

#modal-ty {
	background: #f4f2e9;
	width: 400px;
	height: 130px;
	padding: 40px 30px 20px 30px;
	position: relative;
}


.thankyou1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, serif;
	color: #37352B;
	font-size: 20px;
	font-weight: normal;
}

.thankyou2 {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Georgia, serif;
	color: #919191;
	font-size: 14px;
	font-weight: normal;
}

.close-window {
	margin: 25px 0 0 130px;
	width: 120px;
	height: 24px;
	line-height: 24px;
}

.close-window:hover {
	opacity: 0.8;
}

/* CLOSE BTN STYLING */

.a-close {
	margin: 0;
	padding: 0;
	z-index: 15;
	position: absolute;
	right: 10px;
	top: 10px;
}

.close {
	background: url('../img/close-btn-dk.png') no-repeat;
	height: 15px;
	width: 15px;
}

.close:hover {
	background: url('../img/close-btn-gn.png') no-repeat;
}