/*Container Cosmetics*/
#sub-bordered-container{
	width: 587px;
	height: 392px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: dimgrey;
	z-index: 99999;

}

#sub-content-container{
	width: 585px;
	height: 390px;
	margin: 1px auto auto auto !important;
	background-color: white;
}

#sub-header{
	width: 100%;
	height: 70px !important;
	text-align: center;
	padding-top: 30px;
	background-color: #A60000;
}

#sub-header span{
	display: block;
	font-size: 39px;
	font-family: sans-serif;
	color: white;
}

#sub-content{
	text-align: center;
}

/*Actual Forms*/
.one{
	margin-bottom: 10px;
}

.social-box {
	width: 647px;
}

.welcome-panel.one{
	width:100% !important;
	margin-top: 30px;

}
.welcome-panel form input[type="text"] {width:260px !important;}

.welcome-panel.end p {padding-left:0; padding-right:0;}
.welcome-panel.end {
	margin-right:0;
	margin-right:0px;
	width:100%;
	position: relative;

}

#close-welcome-box {
	position: absolute;
	top:-12px;
	right:-12px;
}

.welcome-panel {
	background: #fff;
	border-radius:3px;
	height:103px;
	margin-right:10px;

}

.welcome-panel .clear {clear:both; padding:0; margin:0;}
.welcome-panel span {color: #A60000; font-weight: bold;}
.welcome-panel form {padding:0; margin:0;}
.welcome-panel form input[type="text"] {margin:2px 0 2px 125px; padding: 1px; border:1px solid #ccc; font-size:15px; border-radius:2px; width:123px; float:left;}
.welcome-panel form input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;

	color:#fff;
	font-weight: normal;
	margin:1px 2px 2px 2px;
	padding: 2px 6px 3px 6px;
	border:0;
	border-bottom:2px solid #666;
	background:#A60000;
	border-radius:2px;
	float:left;
	cursor: pointer;}
.welcome-panel p {padding:10px; padding-left:15px; padding-right:15px; margin:0; font-family: "Helvetica","Arial",sans-serif; font-size:22px;}
.welcome-panel p.title {padding-bottom:5px; font-weight: bold;}
.welcome-panel p.note{padding-top:3px; color:#888; font-size:12px; line-height: normal;}

.fb-like-box.welcome-box {width:159px !important; margin-left:0; margin-top: -3px; }

.welcome-panel.end .left {float:left; width:162px;}
.welcome-panel.end .right {float:right; width:238px; text-align: left;}
.welcome-panel.end .right .twitter-brag {margin-bottom:11px; margin-top:5px;}

#welcome-box
{
	text-align: center;
	height: auto;
	z-index:99995;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
	#facebook { display: none; }
	#sub-bordered-container{ display: none!important; }
}