#prices {
	width:690px;
	line-height:16px;
	font-size:.95em;
	overflow:visible;
	margin: 0px auto;
	position: relative;
}
#prices p {
	line-height:14px;
	font-size: 0.9em;
}
.tick {
	background: url(../bat-images/accept.png); no-repeat;
	position: relative;
	height: 50px;
	width: 50px;
}
.bookPanel{
	color: #FFF;
	background: #1D1D1D url(../bat-images/grayTBG.png);
	border-top: thin solid #111;
	border-right: thin solid #111;
	border-bottom: thin solid #111;
	border-left: thin solid #111;
	border-left: thin solid #111;
	padding-top: 10px;
	margin-top: 10px;
	width: auto;
	}
.bookPanel p {
	float: left;
}
.bookPanel:hover{
	background: #111 url(../bat-images/grayTBG.png);
	cursor: pointer;
	border-color: #E066A9;
}
.bookPanel #bookNow {
	position: relative;
	top: 10px;
	float: left;
	width: auto;
}
.bookIco {
	border-style: none;
	background: url(../bat-images/calendar.png) no-repeat;
	height: 64px;
	width: 64px;
}
.bookIco:hover { background: url(../bat-images/calendar.png) no-repeat; 
}
.smallGreen {
	color: #00A800;
	font-size: 0.99em;
}
#share {
	top: 60px;
	position: relative;
	text-align: center;
}

.bookNow {
	font-size: 1.5em;
	font-weight: bold;
	color: #E066A9;
}

#paypal {
	padding: 6px;
	height: 200px;
	width: auto;
	text-align: left;
	background: url(../bat-images/PaypalLogo.png) no-repeat;
}
#paypal form {
	position: relative;
	left: 10px;
	text-align: left;
	top: 100px;
}
.formTitle {
	padding: 30px 20px 20px 40px;
	width: 400px;
	margin-top: 30px;
	border-top: thin solid #666;
	border-right: thin solid #666;
	border-bottom: #666;
	border-left: thin solid #666;
	height: 20px;
	color: #888;
	font: 1.2em "Arial Black", Gadget, sans-serif;
	background: #151515 url(../bat-images/grayTBG.png);
}
.formBox {
	padding: 10px 20px 40px 40px;
	width: 400px;
	background: #151515 url(../bat-images/grayTBG.png);
	font-size: 1.1em;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	border-left: thin solid #666;
}
.CR {
	color: #00A800;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.formBox #mailForm #mail2 {
	background: #FEECE2;
	padding-left: 4px;
	width: 200px;
	height: 25px;
	color: #333;
	border: thin solid #666;
	margin-top: 4px;
	margin-bottom: 12px;
}
.formBox #mailForm #mail2:hover { background: #FFFBDF; }
.formBox #mailForm #mail2:focus { background: #E9FEEA; 
}
.formBox #mailForm #name, .formBox #mailForm #email {
	background: #FEECE2;
	width: 350px;
	color: #333;
	border: thin solid #666;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.formBox #mailForm #name:hover, .formBox #mailForm #email:hover{ background: #FFFBDF;}
.formBox #mailForm #name:focus, .formBox #mailForm #email:focus{ background: #E9FEEA;}
.formBox #mailForm #mess1 {
	background: #FFF;
	width: 350px;
	color: #333;
	border: thin solid #666;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.formBox #mailForm #mess1:hover{background: #FFFBDF;}
.formBox #mailForm #mess1:focus{background: #FFF;}
.ipText {
	font-size: 0.8em; color: #F00;
}
.ipInfoText { color: #CCC; }

.smallText {
	font-size: 0.8em; color: #333;
}
.formBox #mailForm #submit{
	color: #333;
	padding: 2px 12px;
	}
.formBox #mailForm #submit:hover { color: #F6C; }
.formBox #mailForm #reset{
	color: #666;
	padding: 2px 12px;
}
.formBox #mailForm #reset:hover{ color: #F00; }
