﻿/*This is used at send a friend page*/
#send-restaurant, .reset-password {
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	width: 600px;
	padding: 0;
	margin: 0 10px 0 10px;
	float: left;
}
/*style for send a friend page - restaurant main info*/
#rest-info {
	width: 580px;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 12px;
	color: #333;
}
/*style for send a friend page*/
#send-restaurant .send-info {
	float: left;
	width: 330px;
	padding: 0;
	margin: 0 20px 0 0;
	border-right: dotted 1px #bdb9ca;
}
/*style for send a friend page*/
#send-restaurant .restaurant-pic {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.info-fields  {
	float: left;
	width: 300px;
	margin-top: 15px;
}

.field-header {
	float: left;
	width: 300px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #369;
}

.info-fields input, .info-fields textarea {
	width: 300px;
}

div.restaurant-addr 
{
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin-top: 15px;
	display: block;
}
div.restaurant-addr span{
	display: block;
	line-height: 18px;
}
.img 
{
	float: left;
	width: 207px;
	height: 149px;
	padding: 7px 0 0 9px;
	margin: 8px 0 10px -4px;
	background: url(../images/img-holder4.gif) no-repeat;
	display: block;
	clear: both;
}

span.result-text {
	font-family: Arial,Helvetica,sans-serif;
	color:#336699;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:20px 0 5px 10px;
	width: 600px;
	line-height: 20px;
}
span.result-text span{ display: block;}
span.senderror-text {
	font-family: Arial,Helvetica,sans-serif;
	color:#c01e43;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 5px 10px;
	width: 600px;
}

a.link
{
	display: block;
	clear: both;
	margin: 15px 0 0 10px;
	color: #999;
}
