@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
#restName p{
width:130px;	
	}
	#googleMap {
	width: 100%;
	height:184px;
	
}
	.box-result-cnt{
width:160px;
	
		}
		#restImg
		
		{
		width:140px;
		height:140px;	
			}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
#ProIcon {
	margin-bottom: 30px;
}
#restinfo {
	margin-top: 10%;
	display: inline-table;
	text-align: right;
}
#PrestName {
	text-align: right;
	width: 100%;
	font-size: 150%;
	font-family: AraJozoor-Regular;
	height: 20px;
	display: block;
}

#Pdesc {
	text-align: right;
	width: 100%;
	font-size: 80%;
	color: #999;
	height: auto;
	margin-bottom:20px;
}
#rating p {
	font-size: 100%;
	color: #CCC;
	margin-right: 50px;
	display: inline-block;
	height: 0;
	margin-top: 60px;
}
#menu ul {
	margin: 2%;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 2em;
}
#menu ul li {
	display: inline;
	#menu ul li
}
#menu ul li a {
	text-decoration: none;
	padding: 1.66% 0.83%;
	font-size: 22px;
}
#menu {
	text-align: center;
}
#side-ad_2 {
	visibility: hidden;
}
#from, #name {
	height: 50px;
	width: 80%;
}
#message {
	width: 80%;
	height: 200px;
	margin-left: 10%;
}
#loginBtn {
	background: #80CF01;
	border: none 0.1em 80CF01;
	border-radius: 10px;
	width: 159px;
	height: 48px;
	border-style: none;
	font-size: 15pt;
	color: #FFF;
	font-family: AraJozoor-Regular;
	margin-bottom: 10px;
	text-align: center;
}
#loginBtn:Hover {
	background: #fb5e00;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #FFF;
}
body {
	background-color: #FFF;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
.searchBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 20px;
	background: url(../images/Dropdown%20Arrow.png) no-repeat left center;
	width: 100%;
	height: 49px;
	border: 1px solid #fb5e00;
	border-radius: 10px;
}
.searchBox input {
	background: #80CF01;
	border: none 0.1em #80CF01;
	border-radius: 10px;
	width: 100%;
	height: 49px;
	border-style: none;
	font-family: AraJozoor-Regular;
	color:#FFF;
}
.searchBox input:hover {
	background-color: #fb5e00;
}
.search {
	margin: 10px;
}
.search option {
	border: 2px solid #fb5e00;
	line-height: 50px;
	font-size: 100px;
	max-height: 10px;
}
#div1 {
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
div.selectBox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin: 20px;
	width: 100%;
	z-index: 999;
}
span.selected {
	width: 82%;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
}
span.selectArrow {
	width: 10%;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
}
span.selectArrow, span.selected {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions {
	position: absolute;
	top: 50px;
	left: 0;
	height: 100px;
	width: 92%;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
}
span.selectOption {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
}
span.selectOption:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}
div.selectBox2 {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin: 20px;
	width: 100%;
}
span.selected2 {
	width: 82%;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
}
span.selectArrow2 {
	width: 10%;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
}
span.selectArrow2, span.selected2 {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions2 {
	position: absolute;
	top: 50px;
	left: 0;
	height: 100px;
	width: 92%;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
}
span.selectOption2 {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
}
span.selectOption2:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}

#restFeatures {
	margin-top: 10%;
	margin-bottom: 3%;
}
@media only screen and (min-width: 481px) {

	#rating {
	display: inline-block;
float: left;
margin-top: 10%;
margin-left: 0;
position: relative;
}
#restinfo {
margin-top: 10%;
display: inline-table;
text-align: right;
margin-bottom: 8%;
}
#PrestName {
text-align: right;
width: 100%;
font-size: 150%;
font-family: AraJozoor-Regular;
height: auto;
padding-top: 10%;
display: inline;
	
}
#Pdesc {
text-align: right;
width: 80%;
font-size: 100%;
color: #999;
height: auto;
word-wrap: break-word;
margin-top: 3%;
display: flex;
margin-bottom:20px;
}
#restFeatures {
	margin-top: 10%;
	margin-bottom: 3%;
}
#ProIcon {
	margin-bottom: 5%;
}
div.selectBox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin: 20px;
	width: 100%;
	z-index: 999;
}
span.selected {
	width: 82%;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
	font-size:18px;
}
span.selectArrow {
	width: 10%;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
}
span.selectArrow, span.selected {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions {
	position: absolute;
	top: 50px;
	left: 0;
	height: 100px;
	width: 92%;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
	font-size:18px;
}
span.selectOption {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
}
span.selectOption:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}
div.selectBox2 {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin: 20px;
	width: 100%;
}
span.selected2 {
	width: 82%;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
	font-size:18px;
}
span.selectArrow2 {
	width: 10%;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
}
span.selectArrow2, span.selected2 {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions2 {
	position: absolute;
	top: 50px;
	left: 0;
	height: 100px;
	width: 92%;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
}
span.selectOption2 {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
	font-size:18px;
	
}
span.selectOption2:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}
#text {
	margin-top: 5%;
	margin-bottom: 5%;
	font-family: AraJozoor-Regular;
	font-size: 16pt;
}
#text p {
	width: 100%;
	text-align: center;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
#question {
	width: 100%;
	text-align: center;
	font-family: AraJozoor-Regular;
}
#question p {
	width: 100%;
	text-align: center;
	;
	word-wrap: break-word;
	font-size: 200%;
	font-weight: bolder;
}
#side-ad {
	margin-left: 20%;
	margin-bottom: 20%;
}
#foo1 li {
	border: solid 1px #FFFFFF;
}
#desc p {
	text-align: center;
	word-wrap: break-word;
	font-size: 125%;
	font-weight: normal;
}
#div1 {
	text-align: center;
}
#question {
	width: 100%;
	text-align: center;
	font-family: AraJozoor-Regular;
}
#question p {
	width: 100%;
	text-align: center;
	;
	word-wrap: break-word;
	font-size: 200%;
	font-weight: bolder;
}
#text {
	margin-top: 5%;
	margin-bottom: 5%;
	font-family: AraJozoor-Regular;
	font-size: 16pt;
}
#text p {
	width: 100%;
	text-align: center;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
select::-ms-expand {
 display: none;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.searchBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 20px;
	background: url(../images/Dropdown%20Arrow.png) no-repeat left center;
	width: 100%;
	height: 48px;
	border: 1px solid #fb5e00;
	border-radius: 10px;
}
.searchBox input {
	background: #80CF01;
	border: none 0.1em 80CF01;
	border-radius: 1em;
	width: 100%;
	height: 48px;
	border-style: none;
	font-family: AraJozoor-Regular;
	color:#FFF;
}
.searchBox input:hover {
	background-color: #fb5e00;
}
.circle {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
#googleMap {
	width: 100%;
	height:184px;
	
}
#div1 {
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
.box-result-cnt {
	margin-left: 60px;
}
.rate-stars {
	margin-left: 79px;
	width: 82px;
	height: 18px;
	background: url(../images/stars_mask.png) no-repeat;
	position: absolute;
}
.rate-bg {
	margin-left: 79px;
	height: 18px;
	background-color: #fb5e00;
	position: absolute;
}
li.active {
	background-color: #fb5e00;
	border: 1px solid #fb5e00;
	border-radius: 5px;
}
li.active a {
	color: #FFF;
}
#restImg {
	width: 220px;
	height: 220px;
}
}
#footer-logo {
	margin-top: 3%;
	text-align: center;
}
#footer-desc {
	width: 80%;
	margin-top: 3%;
	margin-left: 7%;
	text-align: center;
	color: #FFF;
	text-justify:distribute;
}
#footer-desc p {
	width: 100%;
	word-wrap: break-word;
	
}
#social {
	margin-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
#footer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	height: 100%;
	background-color: #80CF01;
	left: -1.5px;
	bottom: 0;
	text-align: center;
	border: solid 2px #80CF01;
	clear: both;
}
.circle {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}

#div1 {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
 select::-ms-expand {
 display: none;
}

@font-face {
	font-family: 'AraJozoor-Regular';
	src: url('../font/AraJozoor-Regular.eot');
	src: local('☺'), url('../font/AraJozoor-Regular.woff') format('woff'), url('../font/AraJozoor-Regular.ttf') format('truetype'), url('../font/AraJozoor-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



.box-result-cnt {
	margin-left: 13.28%;
}
.rate-stars {
	margin-left: 19px;
	width: 82px;
	height: 18px;
	background: url(../images/stars_mask.png) no-repeat;
	position: absolute;
}
.rate-bg {
	margin-left: 19px;
	height: 18px;
	background-color: #fb5e00;
	position: absolute;
}
li.active {
	background-color: #fb5e00;
	border: 1px solid #fb5e00;
	border-radius: 5px;
}
li.active a {
	color: #FFF;
}
#text {
	margin-top: 5%;
	margin-bottom: 2%;
	font-family: 'AraJozoor-Regular';
	font-size: 16pt;
}
#text p {
	width: 100%;
	text-align: center;
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
#question {
	width: 100%;
	text-align: center;
	font-family: AraJozoor-Regular;
}
#question p {
	width: 100%;
	text-align: center;
	;
	word-wrap: break-word;
	font-size: 200%;
	font-weight: bolder;
}
#side-ad {
	margin-left: 20%;
	margin-bottom: 10%;
}
#foo1 li {
	border: solid 1px #FFFFFF;
}
#desc p {
	text-align: center;
	word-wrap: break-word;
	font-size: 125%;
	font-weight: normal;
}
#div1 {
	text-align: center;
}

@media only screen and (min-width: 769px) {
@font-face {
	font-family: 'AraJozoor-Regular';
	src: url('../font/AraJozoor-Regular.eot');
	src: local('☺'), url('../font/AraJozoor-Regular.woff') format('woff'), url('../font/AraJozoor-Regular.ttf') format('truetype'), url('../font/AraJozoor-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




body {
	background:url(../images/Ja3an%20Background.jpg) repeat;
	color: #000;
}
.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background-color: #FFF;
	height: 100%;
	border: solid 1px #FFFFFF;
	border-radius: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu ul {
	margin: 2%;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 2em;
}
#menu ul li {
	display: inline;
	font-family: AraJozoor-Regular;
}
#menu ul li a {
	text-decoration: none;
	padding: 1.66% 0.83%;
	font-size: 22px;
}
#menu {
	text-align: center;
}
#top-ad {
	margin-left: 26%;
	margin-top: 3%;
}
#text {
	margin-top: 3%;
	font-family: AraJozoor-Regular;
	font-size: 16pt;
}
#text p {
	width: 100%;
	text-align: center;
}
.searchBox {
	margin-top: -3%;
	margin-left: 15%;
}
.searchBox input {
	margin-top: 3%;
	background: #80CF01;
	border: none 0.1em 80CF01;
	border-radius: 10px;
	width: 159px;
	height: 48px;
	border-style: none;
	margin-left: 10px;
	font-size: 15pt;
	color: #FFF;
	font-family: AraJozoor-Regular;
	top: 10%;
}
#loginBtn {
	background: #80CF01;
	border: none 0.1em 80CF01;
	border-radius: 10px;
	width: 159px;
	height: 48px;
	border-style: none;
	font-size: 15pt;
	color: #FFF;
	font-family: AraJozoor-Regular;
	margin-bottom: 10px;
	text-align: center;
}
#loginBtn:Hover {
	background: #fb5e00;
}
.searchBox input:hover {
	background-color: #fb5e00;
}
.features-side {
	margin-left: 10%;
	margin-top: 3%;
	width: 586px;
	height: 340px;
}
.product-bar {
	width: 100%;
	height: 161px;
	background: #fff;
}
#question {
	width: 100%;
	text-align: center;
	font-family: AraJozoor-Regular;
}
#question p {
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	font-size: 200%;
	font-weight: bolder;
}
#desc p {
	text-align: center;
	word-wrap: break-word;
	font-size: 125%;
	font-weight: normal;
}
#foo1 li {
	border: solid 1px #FFFFFF;
}
#footer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	height: 100%;
	background-color: #80CF01;
	left: -1.5px;
	bottom: 0;
	text-align: center;
	border: solid 2px #80CF01;
	clear: both;
}
#div1 {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	z-index: 999;
	height: 155px;
	text-align: center;
	margin-top: 1%;
}
#monster {
	position: relative;
	margin-left: 80%;
	margin-top: -105px;
}
#logo {
	margin-top: 5%;
	margin-left: 6%;
}
#footer-logo {
	margin-top: 3%;
	left: 42%;
}
#footer-desc {
	width: 50%;
	margin-top: 3%;
	margin-left: 30%;
	text-align: center;
	color: #FFF;
}
#footer-desc p {
	width: 75%;
	word-wrap: break-word;
}
#social {
	margin-top: 3%;
	padding-bottom: 3%;
}
#side-ad {
	position: relative;
	margin-left: 70%;
	margin-top: -28%;
	margin-bottom: 5%;
}
.circle {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
#name {
	margin-right: 3%;
	display: inline-block;
	margin-top: 0;
}
#restinfo {
	margin-right: 21.5%;
	display: inline-block;
	width:33%;
}
#Info {
	margin-top: -10%;
}
#profImg {
}
#PrestName {
text-align: right;
width: 100%;
font-size: 150%;
font-family: AraJozoor-Regular;
height: auto;
padding-top: 10%;
display: inline;
	
}
#Pdesc {
text-align: right;
width: 80%;
font-size: 100%;
color: #999;
height: auto;
word-wrap: break-word;
margin-top: 3%;
display: flex;
}
#rating {
	display: inline-block;
float: left;
margin-top: 10%;
margin-left: 25%;
position: relative;
}
#ratestars {
	margin-right: 10%;
}
#rating p {
	font-size: 100%;
	color: #CCC;
	margin-right:90px;
	display: inline-block;
	
	margin-top: 30px;
	height: 10px;
}
#icomap {
	display: inline-block;
}
#mapDesc {
	display: inline-block;
}
#map {
	margin-right: 26%;
	margin-top: 5%;
}
#side-ad_2 {
	visibility: visible;
}
#googleMap {
	width: 80%;
	height:184px;
	
}
#twitter:hover {
	background-image: url(../images/Social/twitter_hover.png);
}
select::-ms-expand {
 display: none;
}
li.active {
	background-color: #fb5e00;
	border: 1px solid #fb5e00;
	border-radius: 5px;
	width: 55px;
	height: 30px;
}
li.active a {
	color: #FFF;
	font-size: 100%;
}
.box-result-cnt {
	margin-left: 60px;
}
.action input {
	border: 1px solid #fb5e00;
	border-radius: 10px;
	width: 200px;
	height: 30px;
}
.action textarea {
	border: 1px solid #fb5e00;
	border-radius: 10px;
	width: 500px;
	height: 400px;
}
.action select {
	border: 1px solid #fb5e00;
	border-radius: 10px;
	width: 200px;
	height: 40px;
}
#file {
	border: 1px solid #fb5e00;
	border-radius: 10px;
}
.hover {
	background: #F60;
	color: white;
}
div.selectBox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin-left: 10px;
	z-index: 9999;
	width: 300px;

	font-size:18px;
}
span.selected {
	width: 232px;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
	top: 40px;
	
}
span.selectArrow {
	width: 48px;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
	top: 40px;
}
span.selectArrow, span.selected {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions {
	position: absolute;
	top: 90px;
	left: 0;
	height: 100px;
	width: 280px;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #FFF;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
	font-size:18px;
}
span.selectOption {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
}
span.selectOption:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}
div.selectBox2 {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: right;
	line-height: 50px;
	clear: both;
	color: #000;
	overflow-y: visible;
	margin-left: 10px;
	width: 300px;
	font-size:18px;
}
span.selected2 {
	width: 232px;
	text-indent: 20px;
	border: 1px solid #fb5e00;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFF;
	overflow-y: visible;
	top: 40px;
}
span.selectArrow2 {
	width: 48px;
	border: 1px solid #fb5e00;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	font-size: 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fb5e00;
	overflow-y: visible;
	text-align: center;
	top: 40px;
}
span.selectArrow2, span.selected2 {
	position: relative;
	float: left;
	height: 48px;
	z-index: 1;
}
div.selectOptions2 {
	position: absolute;
	top: 90px;
	left: 0;
	height: 100px;
	width: 280px;
	border: 1px solid #fb5e00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background: #FFF;
	padding-top: 2px;
	display: none;
	overflow-y: visible;
		font-size:18px;
}
span.selectOption2 {
	display: block;
	width: 80%;
	line-height: 20px;
	padding: 10px 10%;
	overflow-y: visible;
}
span.selectOption2:hover {
	color: #f6f6f6;
	background: #fb5e00;
	overflow-y: visible;
}
#restImg {
	width: 220px;
	height: 220px;
}
#from, #name {
	height: 50px;
	width: 35%;
}
#message {
	width: 70%;
	height: 300px;
}
#ProIcon {
	margin-bottom: 2%;
}
#restFeatures {
	margin-top: 3%;
	margin-right: 25%;
	margin-bottom: 3%;
}

#restName p{
width:220px;	
	}
}