#forwarding.NoJS {
	display: none;
}

#forwarding {
	float:right;
	margin-right: 10px;
	position:relative;
	z-index:0;
}

#forwarding .forwarding {

}
#forwarding .forwarding span {
	height: 28px;
	line-height: 28px;
	display: inline-block;
}

#forwarding .forwarding .link {
	cursor:pointer;
	text-transform:uppercase;
	float:left;
	text-decoration:none;
	font-size:10px;
	color:#69abbc;
	line-height:25px;
	padding-left: 23px;
	margin-left:2px;
	background-image: url(img/interface/envelope.png);
	background-position:left center;
	background-repeat: no-repeat;
	padding-top:0px;
}

#forwarding .forwarding .link .left{
	padding-left:5px;
}

#forwarding .forwarding .form {
	width: 290px;
	display: none;
	position: absolute;
	top: 26px;
	right: 0px;
	z-index: 49;
}

#forwarding .top {
	background-color: transparent;
	background-image: url(img/interface/bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 49;
	width: 290px;
}

#forwarding .indented {
	padding: 20px 20px 0px 20px;
}

#forwarding td {
	padding: 4px;
	vertical-align: middle; /* 1/30/12. was 'vertical-align: center;' REWORK */
	width: 215px;
}

#forwarding td.label {
	padding: 0;
	width: 45px;
	text-align: right;
	line-height: 21px;
}

#forwarding input.text {
	border: 0;
	outline: 0;
	margin: 0;
	height: 21px;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

#forwarding input.text.populated {
	color: red;
}

#forwarding input.text.valid {
	color: inherit;
}

#forwarding tr.from input.text {
	width: 197px;
}

#forwarding tr.to input.text {
	width: 172px;
}

#forwarding tr.to .delete {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 4px;
}

#forwarding tr.to .delete.active {
	background-color: transparent;
	background-image: url(img/interface/x.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#forwarding .disclaimer {
	float:left;
	width:100%;
}

#forwarding .disclaimer p {
	font-size: 11px;
	line-height: 13px;
}
	
#forwarding .disclaimer p a{
	padding-bottom:2px;
}
#forwarding .controls {
	text-align: center;
	margin-top: 20px;
	width:100%;
}

#forwarding .controls .button {
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
}

#forwarding .controls .button .left {
	background-color: transparent;
	background-image: url(img/interface/button.png);
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding-left: 6px;
}

#forwarding .controls .button .right {
	background-color: transparent;
	background-image: url(img/interface/button.png);
	background-position: center right;
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	width: 6px;
}

#forwarding .controls .button.submit {
	color: #cccccc;
}

#forwarding .controls .button.active {
	color: #000000;
}

#forwarding .bottom {
	background-color: transparent;
	background-image: url(img/interface/bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 49;
	width: 290px;
	height: 20px;
}

#forwarding.active .link .left {
	background-color: transparent;
	background-image: url(img/interface/bg.png);
	background-position: left top;
	padding-left:5px;
	float:left;
}

#forwarding.active .link .right {
	background-color: transparent;
	background-image: url(img/interface/bg.png);
	background-position: right top;
	float:left;
	width:8px;
	padding-right:5px;
}

#forwarding.active .link {
	color: inherit;
}

#forwarding.active .form {
	display: block;
}
