.contactFormDiv{
	text-align: center;
	padding:20px;
}
.postcardBG{
	max-width: 764px;
	width: 100%;
	margin:auto;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
}
#postcardHead{
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	margin-bottom: -15px;
	width: 100%;
}
#instructions{
	color:#7A6931;
	border: 1px solid #8E783E;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
}
.postcardForm{
	text-align: left;
	background: #F9DAA1 url('/images/_pages/_global/postcard_repeater.jpg') repeat;
	padding: 20px;
}
.postcardForm fieldset ul li{
	margin-bottom: 0px;
}
#dropDown select {
	border: 1px solid #C5C4C4;
	width: 100%;
	font-weight: bold;
}
fieldset label{
	color:#7A6931;
	font-size: 14px;
	font-weight: bold;
}
.postcardForm fieldset ul li{
	color: #1A1A1A;
}
.postcardForm fieldset #dropDown ul li{
	font-size: 16px;
}
.postcardForm input[type="text"]{
	min-width: 240px;
	margin-bottom: 10px
}
.postcardForm .alert-danger{
	display: block !important;
	background: rgba(0, 0, 0, 0);
	margin-bottom: 10px;
	margin-top: -5px;
}
#message{
	width: 100%; 
	height: 100px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	margin-bottom: 20px;
}
.submitContactForm{
	margin-top: 10px;
}
h2.thanks{
	margin:40px 20px;
}

/*
	BIG SOCIAL LINKS
*/
.bigSocials{
	text-align: center;
	padding: 20px;
}
.bigSocials .soshIcon{
	display: inline-block;
	width: 98px;
	height: 115px;
	background: transparent url('/images/_pages/_global/sns_contact.png') no-repeat;
	margin-left: 20px;
}
.bigSocials .soshIcon:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bigSocials .soshIcon:first-child{
	margin-left: 0;
}
.bigSocials .soshIcon.fb{
	background-position:-13px 0px;
}
.bigSocials .soshIcon.fb:hover{
	background-position:-13px -115px;
}
.bigSocials .soshIcon.tw{
	background-position:-136px 0px;
}
.bigSocials .soshIcon.tw:hover{
	background-position:-136px -115px;
}
.bigSocials .soshIcon.yt{
	background-position:-257px 0px;
}
.bigSocials .soshIcon.yt:hover{
	background-position:-257px -115px;
}
.bigSocials .soshIcon.gp{
	background-position:-381px 0px;
}
.bigSocials .soshIcon.gp:hover{
	background-position:-381px -115px;
}
.bigSocials .soshIcon.in{
	background-position:-504px 0px;
}
.bigSocials .soshIcon.in:hover{
	background-position: -504px -115px;
}

/*
	BOTTOM FRIENDS SECTION
*/
.friendsAndStuff{
	text-align: center;
	margin: 0px auto;
	max-width: 590px;
	padding: 20px;
}
.triggerFriends{
	width: 100%;
	height: 0;
	background:transparent url('/images/_pages/_global/friends.png') no-repeat 0 0;
	padding-bottom: 20.3%;
	-moz-background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
	-o-background-size: 100% 200%;
	-ms-background-size: 100% 200%;
	background-size: 100% 200%;
	cursor: pointer;
}
.triggerFriends:hover{
	background-position: 0% 100%;
}
.friendsTab .span6:nth-child(2n+1){
	margin-left: 0;
}
.friendsTab .linkOut{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.tabbedIn{
	padding: 10px 0;
}