body {
	background-color: #EFEEF6;
}
.borderP {
	border: 1pt solid #CCCCCC;
}
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #435687;
}
.tell_friend{
	padding: 4px 28px;
}
.tell_friend p{
	margin: 13px 0;
	padding: 0;
}
.tell_friend p:after{
	clear: both;
	display: block;
	content: "";
}
.tell_friend h3{
	font-size: 16px;
	color: #435687;
	font-weight: normal;
	margin-bottom: 26px;
}
.tell_friend form label{
	display: block;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 2px
}
.tell_friend form input[type=text], .tell_friend form textarea{
	width: 236px;
	border: 1px solid #d5d2e6;
	background: #fff;
	padding: 5px;
}
.tell_friend form input[type=submit]{
	background: #435687;
	border: 1px solid #1c2949;
	font-size: 14px;
	color: #fff;
	padding: 3px 22px;
	cursor: pointer;
}
.tell_friend form span.error{
	color:red;
	display: block;
	font-size: 90%;
}
