* {
	margin: 0;
	padding: 0
}

#form-order {
	position: absolute;
	width: 484px;
	top: 100px;
	left: 450px;
	top: 600px;
	color: #535353;
	font: 12px Tahoma;
	z-index: 1000;
	display: none;
}



#form-order .top {
	background: url(../images/top_03.png) left top no-repeat;
	height: 25px;	
}

#form-order .center {
	background: url(../images/center_06.png) left top repeat-y;
	padding-bottom: 10px;
}

#form-order .center .inside table {
	font-size: 14px;
	color: #535353;
	border: 0;
}

.calendar {
	width: 18px; 
	height: 20px;
	background: url(../images/av_09.gif) left top no-repeat;
	cursor: pointer;
	border: 0;
	position: relative;
	bottom: 5px;
	#bottom: 10px;
	left: 2px;
}


#form-order .center select {
	width: 110px;
	border: 1px solid ButtonShadow;
	margin-left: 10px
}

#form-order .center input {
	width: 90px;
	height: 18px;
	border: 1px solid ButtonShadow;
	padding-left: 5px;
}

/*#form-order .center input.error, #form-order .center select.error {
	border: 1px solid #c00000;
}*/

.error {
	border: 1px dotted #c00000 !important;
	height: 18px;
}

.error-message {
	color: #c00000;
	margin-top: 15px;
	font-size: 11px;
}

.center .inside table td {
	padding: 2px 20px 2px 0;
	font-size: 12px;
/*	width: 230px;*/
}

.center span.close {
	text-decoration: underline;
	color: #792c35;
	cursor: pointer;
}

#form-order .center .inside {
	padding: 0 24px;
}

#form-order .bottom {
	background: url(../images/bottom_20.png) left top no-repeat;
	height: 26px;
}

#form-order table {
	display: block;
}

h2.order {
	color: #792c35;
	font: 14px Tahoma;
	font-weight: bold;
	margin: 15px 0;
}

.spacer {
	height: 2px;
	background-color: #f5f5dc;
	margin-top: 10px;
	font-style: 0px;
}

.order-number span.regular {
	color: #782c30;
	font-size: 18px; 
	margin: 10px 0;	
	display: inline-block;
}

.order-number span.dotted {
	color: #782c30;
	font-size: 16px; 
	border-bottom: 1px dotted;
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	background: url(../images/down.gif) no-repeat scroll right 6px;
	padding-right: 15px;
}

.order-number .info {
	background-color: #f5f5dc;
	padding: 10px;
	/*position: relative;*/
	margin-bottom: 10px;
}

.order-number .info .move-left {
	width: 15px;
	height: 31px;
	background: url(../images/av_13.gif) left top no-repeat;
	position: absolute;
	top: 30px;
	left: 16px;
	#left: 4px;
	cursor: pointer;
}

.order-number .info .move-right {
	width: 15px;
	height: 31px;
	background: url(../images/av_16.gif) left top no-repeat;
	position: absolute;
	top: 30px;
	right: 28px;	
	cursor: pointer;
}

.gallery {
	margin: 0 38px 12px 28px;
	overflow: hidden;
	height: 77px;
	position: relative;
}

ul.images {
	float: left;
	left: 0;
	position: relative;
	width: 2000px;
}

.desc {
	/*margin-bottom: 10px;*/
	/*margin-left: 10px;*/
	display: block;
}

ul.images li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
	width: 111px;
	height: 76px;
	background: #535353;
	float: left;
}

ul.images img {
	width: 111px;
	height: 76px;
	/*display: none;*/
}

#accepted {
	color: #d3b575;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

#reservation {
	position: absolute;
	left: 450px;
	top: 780px;
	width: 484px;
	color: #f5f5dc;
	font: 12px Tahoma;
	display: none;
	z-index: 1001;
}

#accepted .top, #reservation .top {
	background: url(../images/av_22.png) left top no-repeat;
	height: 20px;
}

#accepted .center, #reservation .center {
	background: url(../images/mid_24.png) left top repeat-y;
	padding: 0 30px;
	height: 440px;
}

#accepted .center {
	height: 60px;
}

#accepted .bottom, #reservation .bottom {
	background: url(../images/av_27.png) left top no-repeat;
	height: 20px;
}

#reservation table {
	color: #f5f5dc;
	font: 14px Tahoma;
	margin: 20px 0;
	margin-bottom: 0px;
}

#reservation table td {
	width: 185px;
	padding: 2px 0px;
	font-size: 12px;
}

#reservation table td input {
	border: 1px solid #535353;
	height: 18px;
}

#reservation table td input.error {
	border: 1px dotted #DF0000;
	height: 18px;
}

table .info-wrap {
	background-color: #87424a;
	border: 1px solid #7f3a44;
	color: white;
	padding: 0px 5px;
}


p.small {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 20px;
	text-align: right;
}

.small-text {
	margin-top: 10px;
	font-size: 11px;
}

.small-text a {
	color: #fff;
}
