/* CSS Document */
/* Classes */
.restaurant_name {
	font-size: 13px;
	font-weight: bold;
	}
.submit_button{
	cursor:pointer;
	border: none;
	background: none;
	color:#666;
	font-weight:bold;
	padding-top: 0px;
	margin: -20px 0px 0px 185px !important;
	margin: -20px 0px 0px 96px;
	float: left;
	clear: none;
	width: 70px;
	height: 28px;
	background:url('../images/book/submit_button.gif') no-repeat;
	}
/* Divs */
body {
	margin: 0px;
	padding: 7px;
	}
	
body a {
		text-decoration: none;
		color: #996666;
		}
	body a:hover {
		text-decoration: underline;
		}
		
#background_div {
	margin: 0px;
	background-image:url(../images/send2friend/bg-gradient.jpg);
	width: 450px;
	height: 440px;
	float: left;
	overflow: hidden;
	}
#containing_div {
	margin: 7px 7px 7px 7px !important;
	margin: 7px 7px 7px 3px;
	width: 436px;
	height: 426px;
	float: left;
	clear: none;
	background-color: #ccffff;
	}
#restaurant_img {
	float: left;
	clear: none;
	width: 131px;
	height: 131px;
	}
	#restaurant_img img{
		border: 3px solid #FFFFFF;
		margin: 3px;
		}
#send2friend_title {
	margin: 4px 0px 0px 10px;
	float: left;
	clear: none;
	width: 288px;
	height: 41px;
	}

#address_details {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 4px 0px 0px 10px;
	width: 282px;
	float: left;
	clear: none;
	}
	
#bottom_half {
	float: left;
	clear: left;
	width: 434px;
	height: 120px;
	}
	
#email_sent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 60px;
	}

#send2friend_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 0px 5px !important;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 420px;
	height: 180px;
	float: left;
	clear: both;
	}
	
	#send2friend_form label,input,textarea {
		display: block;
		width: 182px;
		float: left;
		margin-bottom: 4px;
		}
		
	#send2friend_form checkbox {
		display: block;
		float: left;
		margin-bottom: 4px;
		width: 10px;
		}
		
	#send2friend_form label {
		text-align: right;
		width: 130px;
		padding-right: 20px;
		font: 10px/19px Verdana, Trebuchet MS, Georgia, Times New Roman, serif;
		}
	
	#send2friend_form input,select,textarea {
		font: 10px Verdana, Trebuchet MS, Georgia, Times New Roman, serif;
		}

	#send2friend_form br {
		clear: left;
		}	
	
	p.label_checkbox_pair {
		clear: both;
		float: none;
		position: relative;
		}
	p.label_checkbox_pair input {
		left: 42px;
		position: absolute;
		top: 1px;
		}
	p.label_checkbox_pair label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: left;
		display: block;
		padding-top: 0px;
		margin: -35px 0px 0px 155px !important;
		margin: -35px 0px 0px 150px;
		width: 250px;
		height: 50px;
		}