@charset "utf-8";
/* CSS Document */
				#reservations {
					color:#fff;
					float: left;
					padding-left: 35px;
					padding-top: 10px;
					width: 240px;
					
					/*margin-bottom: 30px;
					margin-left: 30px;
					margin-right: 30px;*/
				}
					
					#reservations button {
						border: 0px;
						background-color: #292929;
						color: #999777;
						font-size: 14px;
						height: 22px;
						margin-top: 15px;
						margin-right: 70px;
						padding: 0px;
						float: right;
						width:80px;
											
					}
					
					#reservations h5 {
						color:#FFF;
						font-size: 24px;
						margin-top: 0px;
						margin-bottom: 0;
					}
					
					#reservations p {
						font-size:12px;
						color:#ccc;
						margin-bottom: 0;
					}
					
					#reservations div p {
						font-size:12px;
						color:#ccc;
						margin-top: 10px;
					}
					
					#reservations input {
						border: 1px solid #00aeef;
						background-color: transparent;
						clear: none;
						color: #ccc;
						font-size: 12px;
						height: 20px;
						margin: 0px;
						padding: 3px;
						margin-top: 10px;
						margin-bottom: 2px;
						width: 162px;

					}
					
					#reservations textarea {
						border: 1px solid #00aeef;
						background-color: transparent;
						clear: none;
						color: #ccc;
						font-size: 12px;
						height: 50px;
						margin: 0px;
						padding: 3px;
						margin-top: 10px;
						margin-bottom: 2px;
						width: 162px;

					}
					
					#reservations label {
						clear: none;
						display: block;
						float: left;
						width: 80px;
					}
					
					.DynarchCalendar-title {
						margin-left: 45px;
					}
