/* Powermail styling */

.contact-form .powermail_text,
.tip-a-friend input[type="text"] {
	background: #fff;
	height: 24px;
	border: 1px solid #bec1c5;
	padding: 0 8px;
	width: 412px;
	font-size: 12px;
	line-height: 26px;
	color: #333;
	float: left;
}

.contact-form .tx_powermail_pi1_fieldwrap_html_textarea,
.tip-a-friend textarea {
	padding: 16px 0 0;
}

.contact-form .powermail_submit,
.tip-a-friend input[type="submit"] {
	border: none;
	background: url(../images/sprite.png) no-repeat 0 -110px;
	width: 150px;
	height: 26px;
	margin: 0;
	padding: 2px 0 3px 18px;
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	float: left;
	cursor: pointer;
	text-align: left;
}

.contact-form .powermail_submit:hover {
	background-position: 0 -139px;
}

.contact-form input.powermail_radio {
	float: left;
}

.contact-form .powermail_radio_inner label {
	width: 30px;
	padding-top: 3px;
}

.contact-form legend,
.tip-a-friend label {
	width: 76px;
	float: left;
	padding: 5px 14px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: right;
}

.tip-a-friend label {
	width: 140px;
}

.tip-a-friend .field {
	float: left;
	width: 100%;
	padding-bottom: 4px;
}

.tip-a-friend textarea {
	background: #fff;
	border: 1px solid #bec1c5;
	padding: 5px 0 5px 8px;
	font-size: 12px;
	line-height: 16px;
	width: 420px;
	height: 64px;
	float: left;
	overflow: auto;
	resize: none;
}

.tip-a-friend .tip-url {
	margin-bottom: 10px;
}

.tip-a-friend .mandatory {
	margin-left: 154px;
}

.tip-a-friend .btn-holder {
	padding-left: 154px;
}