﻿/* Send to Friend */
 #pop_overlay
{
	position: absolute;
	width: 890px;
	top: 0px;
	left: 0px;
	background: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index:10;
}

 #pop_container
 {
    position: absolute;
    width: 890px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    z-index:11;
 }
.pop_inner
{
	background: transparent;
	display: block;
	width: 540px;
	height: 410px;
	margin: 170px auto 0 auto;
	border:0;
}
.pop_content
{
	background: white 1px center;
	width: 536px;
	height: 524px;
	border-right: #606060 2px solid;
	border-left: #606060 2px solid;
	clear: both;
}
.cornerLine
{
	font-size: 1px; clear: both;
}
.leftTopCorner
{
	width:14px;
	text-align:right;
	float:left;
	overflow:hidden;
}
.rightTopCorner
{
	width:14px;
	text-align:right;
	float:right;
	overflow:hidden;
}
.leftBottomCorner
{
	width:14px;
	text-align:right;
	float:left;
}
.rightBottomCorner
{
	width:14px;
	text-align:right;
	float:right;
}

.cornerLeftTop
{
	height:1px;
	float:right;
	background: #808080 1px center;
	overflow:hidden;
	font-size:1px;
}

.cornerLeftBottom
{
	height:1px;
	float:right;
	background: #FFFFFF 1px center;
	overflow:hidden;
	font-size:1px;
}

.cornerLeftBorder
{
	height:1px;
	width:2px;
	float:right;
	background: #606060;
	overflow:hidden;
	font-size:1px;
}
.cornerRightTop
{
	height:1px;
	float:left;
	background: #808080 1px center;
	clear:left;
	overflow:hidden;
}

.cornerRightBottom
{
	height:1px;
	float:left;
	background: #FFFFFF 1px center;
	clear:left;
	overflow:hidden;
}

.cornerRightBorder
{
	height:1px;
	width:2px;
	float:left;
	background: #606060;
	overflow:hidden;
}
.topBorder
{
	height: 14px;
	width: 512px;
	border-top: #606060 2px solid;
	float: left;
	background: #808080 1px center;
	overflow: hidden;
}
.bottomBorder
{
	height: 14px;
	width: 512px;
	border-bottom: #606060 2px solid;
	float: left;
	background: white 1px center;
	overflow:hidden;
}

.s2FTitle
{
	background: #808080;
	color: white !important;
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 35px;
}

.s2FTitle p
{
	color: white !important;
	font-family: Georgia,arial,helvetica,sans-serif;
}

.s2FShaddow
{
	background:url(../Images/Send2Friend/s2fShaddow.jpg);
	height:4px;
	font-size:1px;
}

.inputFields
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	width: 505px;
	height: 485px;
	margin-left: 15px;
	overflow: hidden;
	color: #000000;
}

.pop_content table tr td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	height:35px;
	min-height:35px;
}

.inputFields input
{
	width:300px;
	height:16px;
	border: solid 1px #aaaaaa;
	font-family: Verdana, Arial, Sans-Serif;
	border-collapse:collapse;
	padding:0;
}

.inputFields textarea
{
	width:300px;
	border: solid 1px #aaaaaa;
	font-family: Verdana, Arial, Sans-Serif;
	height:110px;
	font-size: 1em;
	
}

.controlsContainer
{
	width:504px;
	height:29px;
	margin-top:10px;
	clear:both;
}

#pop_container img,
.S2FLinkContainer img
{
	border: 0;
}

.abortButtonContainer
{
	width:250px;
	float:left;
}
.sendButtonContainer
{
	width:250px;
	float:right;
	text-align:right;
}
.captchaContainer
{
	width:500px;
	clear:both;
	height:56px;
	margin-top:10px;
}
.capchaImageContainer
{
	width:200px;
	float:left;
	height:56px;
}
.capchaInputContainer
{
	width:300px;
	float:right;
	height:56px;
}

.capchaInputContainer input
{
	width:150px;
}
