#modalWindow, #modalSigninWindow, #modalPreviewWindow, #modalMembersOnlyWindow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/modal/m5.png');
	z-index: 499;
}
.modalSigninBase{
	width: 535px;
	height: 310px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -148px;
	margin-left: -298px;
	z-index: 500;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.modalSigninTop{
  background-color: #FFF;
	height: 24px;
	width: 535px;
	padding-top: 2px;
	border: 5px solid #FFF;
	font: 12pt Verdana, Arial, sans-serif;
}
.modalSigninTop span{
	display: block;
	float: left;
/*	width: 535px; */
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 2px;
	font: 700 12pt Verdana, Arial, sans-serif;
	color: #333;
}
.modalSigninTop input{
  float: right;
  margin-right: 2px;
	width: 66px;
	height: 22px;
	border: 1px solid #FFF;
}
.modalSigninContent{
	width: 515px;
	height: 250px;
	padding: 20px 10px 0px 10px;
	font: 8pt Verdana, Arial, sans-serif;
  background-color:#e8E8e8;
	border: 5px;
	border-style: none solid solid solid;
	border-color: #FFF;
}
.modalSigninContent input[type="button"], .modalContent input[type="submit"], .modalContent button{
	height: 27px;
	border: 2px solid #4BACC6;
	background-image: url('/modal/m3.png');
  	float: right;
  	clear: both;
  	margin-right: 3px;
  	margin-top: 10px;
  	color: #DAE6C3;
}
.modalSigninContent button{
	clear: none;
}
.modalSigninContent input[type="checkbox"]{
  margin: 1px 0 5px 0;
  padding: 0;
  float: right;
}
.modalSigninContent a{
	text-decoration: none;
	color: blue;
	border-bottom: 1px solid #7BAD00;
}
.modalSigninContent a:hover{
	border-bottom: 2px solid #7BAD00;
	text-decoration: none;
}
#modalSigninFail {
	color: red;
	font: 500 9pt Verdana, Arial, sans-serif;
}


/* Google Previews */

.modalPreviewBase{
	border: 2px solid #7BAD00;
	width: 600px;
	height: 536px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -298px;
	z-index: 500;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.modalPreviewTop{
  background-color: #7BAD00;
	height: 24px;
	width: 590px;
	padding-top: 2px;
	border: 5px solid #7BAD00;
	font: 12pt Verdana, Arial, sans-serif;
}
.modalPreviewTop span{
	display: block;
	float: left;
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 2px;
	font: 700 12pt Verdana, Arial, sans-serif;
	color: #fff;
}
.modalPreviewTop input{
  float: right;
  margin-right: 2px;
	width: 66px;
	height: 22px;
  background-color: #7BAD00;
	border: 1px solid #7BAD00;
}


/* eBook Warning Modal Windows - */
.modalBase{
	width: 596px;
	/* dynamic height */
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -148px;
	margin-left: -298px;
	z-index: 500;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.modalTop{
	background: #7BAD00;
	height: 28px;
	padding-top: 4px;
}
.modalTop span{
	display: block;
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
	font: 500 14pt Verdana, Arial, sans-serif;
	color: white;
}
.modalTop input{
	width: 60px;
	height: 18px;
	border: none;
	margin-top: 4px;
}
.modalContent{
/* dynamic height */
	background-image: url('/modal/m1_fixed.png');
	padding: 5px 10px;
	font: 9pt Verdana, Arial, sans-serif;
}
.modalContent input[type="button"], .modalContent input[type="submit"], .modalContent button{
	height: 20px;
	border: 2px solid #4BACC6;
	background-image: url('/modal/m3.png');
  	float: right;
  	clear: both;
  	margin-right: 3px;
  	margin-top: 10px;
  	color: #DAE6C3;
}
.modalContent button{
	clear: none;
}
.modalContent input[type="checkbox"]{
  margin: 1px 0 5px 0;
  padding: 0;
  float: right;
}
.modalContent a{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}
.modalContent a:hover{
	border-bottom: 2px solid black;
	text-decoration: none;
}
#modalTable {
  width: 515px;
  background:none repeat scroll 0 0 #DAE6C3;
}
.modalTitle{
	font-style: italic;
	float: left;
	width: 255px;
  margin-bottom: 5px;
}
.modalType{
	float: left;
	width: 160px;
  margin-bottom: 5px;
  font-weight: 900;
}
.modalPrice{
	float: left;
	width: 50px;
  margin-bottom: 5px;
  text-align: right;
  margin-right: 8px;
}

/* utility styles */
textarea.expanding {
        border:none;
        font:10pt Helvetica, Verdana, sans-serif;
        height:100px;
        padding:2px;
        width:400px;
}



