#tellForm .blockContent .col { 
	float:left; 
}

#tellForm .blockContent label { 
	font-size: 0.95em;
}

#tellForm .blockContent input {
	border:1px solid #ccc; 
}

#tellForm .friendGroup {
	margin-bottom: 8px;
}

#tellForm .friendGroup h4 {
	font-size: 0.95em;
}

#tellForm .friendGroup .col,
#tellForm .yourInfo .col {
		width:180px; 
}

#tellForm .friendGroup label,
#tellForm .yourInfo label {
	display:block; 
}

#tellForm .friendGroup input,
#tellForm .yourInfo input {
	width: 170px;
	height: 18px;
}

#tellForm .friendInfo,
#tellForm .messageGroup .col,
#tellForm .yourInfo {
	padding: 0 0 20px 10px;
	
}

#tellForm .messageGroup .col {
	width: 360px;
	position: relative;
}

#tellForm .messageGroup .col input {
	margin-bottom: -1px;
	position: absolute;
	border: 0px !Important;
}

#tellForm .messageGroup label {
	font-weight: bold;
	margin-left: 25px;
}

#tellForm .messageGroup .col .messageText {
	margin-left: 25px;
	font-size: 0.95em;
	line-height: 1.3em;
	padding: 0 5px 0 0;
}

#tellForm .messageGroup textarea {
	border: 1px solid #ccc;
	margin-left: 25px;
	width: 322px;
	height: 200px;
}

#tellForm .yourInfo {
	padding-bottom: 20px;
}

#tellForm .buttonContain {
	border-top: 2px solid #999;
	padding: 15px 10px 20px;
	font-size: 0.8em;
	margin-top: 10px;
	position: relative;
}


#tellForm .buttonContain p {
	text-align: right;
	margin: 0 85px 0 0;
}

#tellForm .buttonContain .btnTellFriend { 
	background: url(../../../../img/interface/btn-w-8.11.png) 0 0 no-repeat; 
	border: 0px !Important; 
	text-indent: -99999em; 
	width:74px; 
	height:22px; 
	cursor:pointer; 
	display:block; 
	position: absolute;
	top: 15px;
	right: 0;

}
* html #tellForm .buttonContain .btnTellFriend { 
	right: 10px;
}
#tellForm .buttonContain .btnTellFriend:hover { 
	background-position: -300px 0px; 
}

.note{
	text-align:right;
	width: 641px;
	font-size: 0.95em;
}

