
input {
	border: 1pt solid #ccc; 
	padding: 10px 20px 10px 20px;
	width: 200px;
	font-size:18px;
}

a.btn { 
	border: 1pt solid #ccc; 
	padding: 6px 60px 6px 60px;
	margin: 5px 5px 5px 0;
	font-size: 18px; 
}

a.btn:hover { 
	background-color: #820A0A;
	color: #FFF;
}

a.areas { 
	display: inline;
	float: left;
	width: 120px;
	border: 1pt solid #ccc; 
	padding: 10px 20px 10px 20px;
	margin: 5px 5px 5px 0;
	font-size: 18px; 
	text-align: center;
}

a.areas:hover { 
	background-color: #820A0A;
	color: #FFF;
}

.restaurants {
	width: 800px;
	list-style: none;
	border: 1pt solid #CCC;
	margin: 2px 0 2px 0;
	padding: 5px;

}


.restaurants h2 {
	font-size: 18px;
}

.restaurants td {
	padding: 10px;
}


.restaurants .icon {
	background-repeat: no-repeat;
	height: 30px; 
	padding-left: 40px;
}

.restaurants #desc {
	width: 500px;
	padding-right: 30px;
}


.restaurants #address {
	background-image: url("/images/icons/address.gif");
	background-repeat: no-repeat;
	width: 160px;
}

.restaurants #phone {
	background-image: url("/images/icons/phone.gif");
	background-repeat: no-repeat;
	width: 140px;
}

.restaurants #food {
	background-image: url("/images/icons/food.gif");
	background-repeat: no-repeat;
	width: 100px;
}

.restaurants #info {
	background-image: url("/images/icons/info.gif");
	background-repeat: no-repeat;
	width: 100px;
}