﻿@charset "utf-8";
/* CSS Document */

#sendToFriends {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

#sendToFriendsCtd {
	background-color: #e5e5e5;
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px;
	width: 450px;
	height: 370px;
	margin: -185px 0 0 -225px;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#sendToFriendsBg {
	background-color: #333;
	display: block;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1; 
}

#sendToFriendsClose {
	background-image: url(../img/buttons/sendToFriendsClose.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -5000em;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
}

#sendToFriendsCtd p, #sendToFriendsCtd input, #sendToFriendsCtd textarea, #sendToFriendsCtd label {
	font-family: Arial !important;
}

#sendToFriendsCtd form {
	margin: 0;
	padding: 0;
}

#sendToFriendsCtd p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sendToFriendsCtd h2 {
	font-size: 18px;
	margin: 0;
	height: 25px;
}

#sendToFriendsCtd fieldset {
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
}

#sendToFriendsCtd label {
	display: block;
	font-size: 10px !important;
	float: left;
	margin: 0;
	padding: 0;
}

#sendToFriendsCtd .leftField {
	margin-right: 15px;
}

#sendToFriendsCtd input, #sendToFriendsCtd textarea {
	font-size: 11px !important;
	margin-top: 5px;
}

#sendToFriendsCtd input {
	border: 1px solid #fff;
	padding-top: 2px;
	width: 205px;
	height: 16px;
}

#sendToFriendsCtd textarea {
	border: 0;
	width: 430px;
	height: 90px;
	overflow: auto;
}

#sendToFriendsCtd .btn {
	background-color: #fc0;
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	height: 26px;
	padding: 0 5px;
}

#sendToFriendsCtd .invalidInput {
	border: 1px solid #ff7f7f;
}

#sendToFriendsCtd .hr {
	background-color: #b4b4b4;
	width: 430px;
	height: 1px;
	overflow: hidden;
}

#sendToFriendsSuccess {
	display: none;
}

#sendToFriendsMore {
	width: 150px !important;
}
