/* CSS Document */
#book-form{border:1px solid #2d2d2d;font-size:13px;padding-bottom:10px;}

.error{font-size:12px; color:#E7D8A7;}
.hide{text-indent:-9999px; overflow:hidden;}
.none{display:none;}
.form-head{ height:45px; border-bottom:1px solid #2d2d2d;}
#txt-book-viewing{
background: url(../images/lightbox/book-viewing.gif) no-repeat;
width: 156px;
height: 12px;
float:left;
margin:18px 0 0 47px; 
}
#close-bt{background: url(../images/lightbox/close-bt.gif) no-repeat;
width: 12px;
height: 12px;
display:block;
text-indent:-9999px;
overflow:hidden;
float:right;
margin:15px 15px 0 0;
}
.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

.contact-form-area{margin-top:27px;padding-left:47px;}
#date{width:110px;}
.form-line {width:389px;
height:24px;
margin-bottom:5px;}

.cform-line-title {width:140px;
height:24px;
padding-right:23px;
text-align:left;
float:left;}

.cform-field-01 {width:140px;
float:left;}

.cform-field-02 {width:190px;
float:left;}

#message-line, #message-field {height:102px;}

#submit-bt{
width:87px;
height:25px;
background:url(../images/general/submit-button.gif) no-repeat;
border:none;
float:right;
}

.field {
background-color:#000000;
border:1px solid #2B2929;
color:#FFFFFF;
height:20px;
margin:0px;
padding:2px;
}

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url(../images/lightbox/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 18px;
	margin-right: 10px;
	width: 17px;
}
button.dashboard:hover,
button.dashboard.active {

}

div.dashboard {
	background: url(../images/lightbox/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(../images/lightbox/dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(../images/lightbox/dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}
/*******************************/


