@import url("master.css");

/* TELL A FRIEND LIGHTBOX */

#container {
	position:relative;
	width:619px;
	height:440px;
	background:url(../images/chalkboard.jpg);
	z-index:99999;
}
#content {
	padding:15px 17px 0 59px;
}
a.close {
	display:block;
	width:159px;
	height:24px;
	background:url(../images/close.png);
	cursor:pointer;
	text-indent:-9999px;
	float:right;
	margin-bottom:25px;
}
h1 {
	width:200px;
	height:22px;
	background:url(../images/tell_friend.png);
	text-indent:-9999px;
	margin-bottom:36px;
	font-size:0;
	line-height:0;
}
h2 {
	color:#fff;
}
p.error {
	position:absolute;
	border:1px solid #ff0000;
	color:#ff0000;
	padding:10px;
	font-size:11px;
	top:300px;
	left:30px;
}
label {
	float:left;
	display:block;
	width:140px;
	height:25px;
	text-indent:-9999px;
	margin:0 0 11px 0;
	font-size:0;
	line-height:0;
	clear:both;
}
label.your_name {
	background:url(../images/your_name.png);
}
label.your_email {
	background:url(../images/your_email.png);
}
label.friend_name {
	background:url(../images/friend_name.png);
}
label.friend_email {
	background:url(../images/friend_email.png);
	margin-bottom:70px;
}
input {
	width:350px;
	background:transparent;
	border:none;
	font-size:16px;
	color:#fff;
	border-bottom:1px dashed #fff;
	outline:none;
	padding:0 3px 3px 3px;
	font-weight:normal;
	line-height:1;
	height:22px;
	margin-bottom:11px;
}
input#submit {
	float:right;
	display:block;
	width:130px;
	height:80px;
	background:url(../images/submit.png) no-repeat;
	cursor:pointer;
	font-size:0;
	margin-right:118px;
	border:none;
	padding:0;
	text-indent:-9999px;
}

/* DOWNLOAD BADGES LIGHTBOX */

#container-badges {
	position:relative;
	width:640px;
	height:700px;
	background:#000;
	z-index:99999;
}
#container-badges a.close {
	display:block;
	width:130px;
	height:25px;
	background:url(../images/close_badges.png);
	cursor:pointer;
	text-indent:-9999px;
	float:right;
	margin-bottom:25px;
}
#container-badges .left-column {
	width:180px;
	float:left;
}
#container-badges .right-column {
	width:300px;
	float:left;
}
#container-badges h1 {
	width:144px;
	height:30px;
	background:url(../images/download_badges.png);
	text-indent:-9999px;
	font-size:0;
	margin-bottom:15px;
}
#container-badges h2 {
	width:298px;
	height:30px;
	background:url(../images/right_click_download.png);
	text-indent:-9999px;
	font-size:0;
	margin-bottom:15px;
}
textarea {
	padding:5px;
	background-color:#543e28;
	border:none;
	color:#fff;
	font-size:12px;
	width:290px;
	height:100px;
	margin-bottom:20px;
}