/* 
-----------------------------
	Global Overlay Declarations
-----------------------------
*/
div.overlay {
	display: none;
	margin-left: -100px;
	width: 296px !important;
	height: 159px;
	z-index: 999999;
	overflow: hidden;
	margin-top: 20px;
	left: 50% !important;
}

div.overlay .content {
	text-transform: uppercase;
	color: #fff3e2;
	text-shadow: 2px 2px 1px #000;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 40px auto 0 !important;
	padding: 18px 25px;
}

div.overlay .close {
	background:transparent url(../images/btn.close.png) no-repeat scroll left center;
	cursor:pointer;
	display:inline;
	float:right;
	height:12px;
	margin-right:6px;
	width:12px;
	margin-top: 25px;
}

div.overlay .errors {
	color: red;
	margin: 0 auto -40px;
	display: none;
	height: 40px;
	overflow: hidden;
	background:transparent url(../images/icn.error.png) no-repeat scroll left center;
}

div.overlay.remove .errors {
	background: none;
}

div.overlay .errors span {
	display: block;
	padding-left: 32px;
	width: 175px;
}

div.overlay .content p.copy {
	height: auto;
	font-size: 12px;
	color: #fff3e2;
	line-height: 16px;
	letter-spacing: 1px;
}

/* 
-----------------------------
	Key Overlay
-----------------------------
*/

div.overlay#key {
	height: 220px;
	margin-top: 45px;
	width: 250px !important;
	margin-left: -95px;
}

div.overlay#key input {
}

div.overlay#key .close {
	display: none;
}

div.overlay#key .content, 
div.overlay#key .errors {
	width: 200px;
}

input#input-key {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffe9ca;
	border-bottom: 1px #de9a66 solid;
	text-transform: uppercase;
	width: 92px;
	text-shadow: 2px 2px 1px #000;
	margin-right: 10px;
}

.get-a-password {
	color: #DE9A66;
}

.get-a-password:hover {
	color: #ee3425;
}

/* 
-----------------------------
	Age Overlay
-----------------------------
*/
div.overlay#age {
	height: 250px;
	margin-top: 50px;
	margin-left: -135px;
}

div.overlay#age .content {
	background: transparent url(../images/overlay_bg_age.png) no-repeat center center;
	text-transform: inherit;
	font-size: 11px;
	text-shadow: none;
	height: 160px;
	line-height: 15px;
}

div.overlay#age-error {
	width: 440px !important;
	height: 120px;
	margin: 90px 0 0 -215px;
}

div.overlay#age-error .errors {
	background: transparent url(../images/overlay_bg_age_error.png) no-repeat center center;
	padding: 40px;
	width: 400px;
	display: block;
}

div.overlay#age-error .errors .error {
	width: 310px;
}

div.overlay#age p {
	margin-bottom: 16px;
}

input#month {
	margin-left: 0;
}

input#month, 
input#day, 
input#year {
	background: transparent url(../images/input_age_bg.jpg) no-repeat top left;
	width: 35px;
	font-size: 16px;
	letter-spacing: 0;
	color: #8d6226;
	font-weight: bold;
	text-align: center;
	border: 1px #805d32 solid;
	margin: 0;
}

div.overlay#age .content input#enter {
	margin-left: 3px !important;
}

input#year {
	margin-right: 0;
	width: 45px;
}

#verification-form {
	font-size: 16px;
	letter-spacing: 0;
	color: #8d6226;
	font-weight: bold;
	text-align: center;
}

/* 
-----------------------------
	Details Overlay and Limit Overlay
-----------------------------
*/
div.overlay#details, div.overlay#limit {
	width: 330px !important;
	height: 280px;
	margin-left: -150px;
	margin-top: 50px;
}

div.overlay#details .content, div.overlay#limit .content {
	background: transparent url(../images/overlay_bg_details.png) no-repeat center center;
	height:188px;
	width:278px;
	font-size: 11px;
	text-shadow: none;
	line-height: 15px;
	text-transform: inherit;
}

div.overlay#limit .content {
	height: 206px;
}

div.overlay#details .content label#updates-label, div.overlay#limit .content label#updates-label {
	display:inline-block;
	font-size:8px;
	line-height:10px;
	margin-top:9px;
	text-transform:uppercase;
	width:170px;
}

div.overlay#details .content input#updates, div.overlay#limit .content input#updates{
	margin-right:8px;
	position:relative;
	top:-4px;
}

/* 
-----------------------------
	Friends Overlay
-----------------------------
*/
div.overlay#friends {
	height: 365px;
	margin-left: -150px;
	margin-top: 50px;
	width: 335px !important;
	z-index: 999999;
}

div.overlay#friends .content {
	background:transparent url(../images/overlay_bg_friends.png) no-repeat scroll center center;
	font-size:11px !important;
	height:280px !important;
	line-height:15px !important;
	text-align:left !important;
	text-shadow:none !important;
	text-transform:inherit !important;
	width:282px !important;
}

#sendtofriend-form {
	font-size: 14px;
	color: #8d6226;
}

.overlay#friends .content .email-container {
	display: none;
}

#sendtofriend-form input#invite, #sendtofriend-form button#skip {
	width: 79px;
	height: 24px;
	text-indent: -9999px;
	border: none;
	background: url(../images/btn.invite.png) no-repeat;
	margin-top: 10px;
	display: inline;
	cursor: pointer;
}

#sendtofriend-form input#invite: hover {

}

#sendtofriend-form button#skip {
	background: url(../images/btn.skip.png) no-repeat;
	margin-left: 100px;
	margin-right: 10px;
}

/* 
-----------------------------
	Error Overlay
-----------------------------
*/

div.overlay#error {
	margin-top: 50px;
	height: 250px;
	margin-left: -135px;
}

div.overlay#error .errors{
	display: block;
}

div.overlay#error .content {
	background: transparent url(../images/overlay_bg_age.png) no-repeat center center;
	text-transform: inherit;
	font-size: 11px;
	text-shadow: none;
	height: 137px;
	line-height: 15px;
	padding-top: 22px;
	padding: 32px 21px;
	text-align: center;
	font-size: 13px;
}

div.overlay#error .content p {
	margin-top: 10px;
}

div.overlay#error .content .email, 
div.overlay#error .content .twitter {
	font-size: 10px;
	display: inline-block;
	text-align: center;
	padding: 0 8px;
	color: inherit;
	text-decoration: none;
}

div.overlay#error .content .email img, 
div.overlay#error .content .twitter img {
	display: block;
	margin: 0 auto 12px;
}

div.overlay#error .content .twitter img {
	border-left: 3px #645036 dotted;
	padding: 0 19px;
}

div.overlay#error .content .email {
	padding-left: 16px;
}

div.overlay#error .content .twitter {
	padding-right: 0;
}


/* 
-----------------------------
	Multiple Overlays
-----------------------------
*/

input#fname, 
input#lname, 
input#email, 
input#twitter, 
input.email, 
input.login-password {
	background:transparent url(../images/input_age_bg.jpg) no-repeat scroll left top;
	border:1px solid #805D32;
	color:#8D6226;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	margin:4px;
	padding:5px 2px 3px;
	width:125px !important;
}

#login-password {
	text-transform: uppercase;
}

input#enter, input#key-enter {
	background: url(../images/btn.enter.jpg) no-repeat center top;;
	width: 79px;
	height: 23px;
	text-indent: -9999px;
	border: none;
	margin-left: 0px;
	cursor: pointer;
}

input#enter:hover, input#key-enter:hover {
	background-position: center bottom;
}

/* 
-----------------------------
	Login Overlay
-----------------------------
*/
div.overlay#login {
	margin-left: -135px;
	height: 237px;
	margin-top: 45px;
}

div.overlay#login .content {
	background: transparent url(../images/overlay_bg_age.png) no-repeat center center;
	text-transform: inherit;
	font-size: 11px;
	text-shadow: none;
	height: 132px;
	line-height: 15px;
	padding-top: 22px;
	padding: 32px 21px;
}

input.login-password {
	width: 148px !important;
}

input.email {
	width: 245px !important;
}