/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
*/

.overlay {
	position:absolute;
	display:block;
}

.tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;   
    display:none;
    position:absolute;
    top:0;
    left:0;
	-moz-opacity: 0.6;
  	opacity:.60;
  	filter: alpha(opacity=60);
  	background-color:#000;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.panel-container.matte .underlay {
	display:none;
}

.panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#CCC;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
	zoom:1;
}

.imgContainer500 {
	text-align: center;
	border: 1px solid #e0e0e2;
	height: 500px;
	width: 500px;
	display:table-cell;
	vertical-align: middle;
}

#cartPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#cartPopup .hd {
	color:#000;
	/*font-size:100%;*/
	line-height:100%;
	/*border:1px solid #FFF;*/
	margin: 10px 15px;
	height: 30px; 
	line-height: 30px;
	overflow:hidden;
}

#cartPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#cartPopup .bd p {
	margin:0 0 1em;
}

#cartPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#cartPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#cartPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#cartPopup .ft {
	padding:4px;
	overflow:hidden;
}

#favoritesPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#favoritesPopup .hd {
	color:#000;
	/*font-size:100%;*/
	line-height:100%;
	/*border:1px solid #FFF;*/
	margin: 10px 15px;
	height: 30px; 
	line-height: 30px;
	overflow:hidden;
}

#favoritesPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#favoritesPopup .bd p {
	margin:0 0 1em;
}

#favoritesPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#favoritesPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#favoritesPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#favoritesPopup .ft {
	padding:4px;
	overflow:hidden;
}

#lightboxPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#lightboxPopup .hd {
	color:#f33;
	overflow:hidden;
	padding: 10px 20px;
	text-align: left;
}

#lightboxPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#lightboxPopup .bd p {
	margin:0 0 1em;
}

#lightboxPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#lightboxPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#lightboxPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#lightboxPopup .ft {
	padding:4px;
	overflow:hidden;
}

#lightboxSelectionDropdown {
	width: 190px;
}

#renamePopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#renamePopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#renamePopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#renamePopup .bd p {
	margin:0 0 1em;
}

#renamePopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#renamePopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#renamePopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#renamePopup .ft {
	padding:4px;
	overflow:hidden;
}

#emailPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#emailPopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#emailPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#emailPopup .bd p {
	margin:0 0 1em;
}

#emailPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#emailPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#emailPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#emailPopup .ft {
	padding:4px;
	overflow:hidden;
}
#emailPopup .comment {
	color: #676767;
}
#emailPopup table.emailLightboxTbl {
	width: 100%;
}
#emailPopup table.emailLightboxTbl td {
	vertical-align: top;
}

#deletePopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#deletePopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#deletePopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#deletePopup .bd p {
	margin:0 0 1em;
}

#deletePopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#deletePopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#deletePopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#deletePopup .ft {
	padding:4px;
	overflow:hidden;
}

#createPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#createPopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#createPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#createPopup .bd p {
	margin:0 0 1em;
}

#createPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#createPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#createPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#createPopup .ft {
	padding:4px;
	overflow:hidden;
}

#confirmRemovePopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#confirmRemovePopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#confirmRemovePopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#confirmRemovePopup .bd p {
	margin:0 0 1em;
}

#confirmRemovePopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#confirmRemovePopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#confirmRemovePopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#confirmRemovePopup .ft {
	padding:4px;
	overflow:hidden;
}

#loginPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#loginPopup .hd {
	color:#000;
	overflow:hidden;
}

#loginPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#loginPopup .bd p {
	margin:0 0 1em;
}

#loginPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#loginPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#loginPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#loginPopup .ft {
	padding:4px;
	overflow:hidden;
}
#forgotPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#forgotPopup .hd {
	background: url(../img/forgotpassword_txt.gif) top left no-repeat;
	color:#8b6a86;
	line-height:100%;
	margin: 20px 25px 10px 25px;
	height: 10px; 
	font-weight:bold;
	overflow:hidden;
}

#forgotPopup .bd {
	overflow:hidden;
	/*padding: 0 20px;*/
	margin: 25px;
}

#forgotPopup .bd input.text {
	width: 200px;
}

#forgotPopup .bd a.sendPassword {
	padding: 4px;
	color: #fff;
	background-color: #666;
	font-size: 9px;
}

#forgotPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#forgotPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#forgotPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#forgotPopup .ft {
	padding:4px;
	overflow:hidden;
}

#largerImagePopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;bottom:0px;
	border:0;
	z-index:1;
	overflow:hidden;
}

#largerImagePopup .hd {
	color:#000;
	overflow:hidden;
	height: 7px;
	background: url(../img/largerpopup_head.gif) top left no-repeat;
}

#largerImagePopup .bd {
	overflow:hidden;
	padding:0 7px;
	background-color: #fff;
	border-left: 1px solid #e0e0e1;
	border-right: 1px solid #e0e0e1;
}
#largerImageButtons {
	position:absolute;
	margin-left: 15px;
}
#largerImageButtons a {
	padding-right: 15px;
	background: url(../img/sqr.gif) center right no-repeat;
}
#largerImageButtons a:hover {
	background: url(../img/sqr_on.gif) center right no-repeat;
}

#largerImagePopup .bd p {
	margin:0 0 1em;
}

#largerImagePopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
	margin-top: -16px;
}

#largerImagePopup .close.nonsecure {
	background-image:url(../img/close.gif);
}

#largerImagePopup .close.secure {
	background-image:url(../img/close.gif);
}

#largerImagePopup .ft {
	padding:4px;
	overflow:hidden;
	background: url(../img/largerpopup_foot.gif) bottom left no-repeat;
	height: 15px;
}

#lightboxSelectionPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;bottom:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#lightboxSelectionPopup .hd {
	color:#000;
	overflow:hidden;
	padding: 5px;
}

#lightboxSelectionPopup .bd {
	overflow:hidden;
	padding:0 15px;
}
#lightboxSelectionPopup .bd .bullet {
	background: url(../img/bullet_greysqr.gif) center left no-repeat; 
	padding-left: 10px;
}

#lightboxSelectionPopup .bd div {
	overflow:hidden;
	margin-top: 15px;
}

#lightboxSelectionPopup .bd p {
	margin:0 0 1em;
}

#lightboxSelectionPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#lightboxSelectionPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#lightboxSelectionPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#lightboxSelectionPopup .ft {
	padding:4px;
	overflow:hidden;
}

#savedSearchPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;bottom:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#savedSearchPopup .hd {
	color:#000;
	overflow:hidden;
	padding: 5px;
}

#savedSearchPopup .bd {
	overflow:hidden;
	padding:0 15px;
}

#savedSearchPopup .bd div {
	overflow:hidden;
	margin-top: 15px;
}

#savedSearchPopup .bd p {
	margin:0 0 1em;
}

#savedSearchPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#savedSearchPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#savedSearchPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#savedSearchPopup .ft {
	padding:4px;
	overflow:hidden;
}

#cvvPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;bottom:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#cvvPopup .hd {
	color:#000;
	overflow:hidden;
	padding: 5px;
}

#cvvPopup .bd {
	overflow:hidden;
	padding:0 15px;
}

#cvvPopup .bd div {
	overflow:hidden;
	margin-top: 15px;
}

#cvvPopup .bd p {
	margin:0 0 1em;
}

#cvvPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#cvvPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#cvvPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#cvvPopup .ft {
	padding:4px;
	overflow:hidden;
}

#secLevPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#secLevPopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#secLevPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#secLevPopup .bd p {
	margin:0 0 1em;
}

#secLevPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#secLevPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#secLevPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#secLevPopup .ft {
	padding:4px;
	overflow:hidden;
}

a.popupBtn {
	background-color: #666;
	color: #fff;
	padding: 7px 5px;
	line-height: 20px;
}
a.popupBtn.color1 {
	background-color: #959595;
}

.popup span.lightboxName {
	color: #448c98;
}
.popup input {
	width: 100%;
}

#definitionsPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#definitionsPopup .hd {
	color:#f33;
	overflow:hidden;
	padding: 10px 20px;
	text-align: left;
}

#definitionsPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#definitionsPopup .bd p {
	margin:0 0 1em;
}

#definitionsPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#definitionsPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#definitionsPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#definitionsPopup .ft {
	padding:4px;
	overflow:hidden;
}
.close {
	cursor: hand;
	cursor: pointer;
}

#warningPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#warningPopup .hd {
	color:#F00;
	font-weight: bold;
	/*font-size:100%;*/
	line-height:100%;
	/*border:1px solid #FFF;*/
	margin: 10px 15px;
	height: 30px; 
	line-height: 30px;
	overflow:hidden;
}

#warningPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#warningPopup .bd p {
	margin:0 0 1em;
}

#warningPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#warningPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#warningPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#warningPopup .ft {
	padding:4px;
	overflow:hidden;
}

#termsPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;bottom:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#termsPopup .hd {
	color:#000;
	overflow:hidden;
	padding: 5px;
}

#termsPopup .bd {
	overflow:auto;
	padding:0 15px;
}

#termsPopup .bd div {
	height: 400px;
	overflow-y: scroll;
	margin-top: 15px;
}

#termsPopup .bd p {
	margin:0 0 1em;
}

#termsPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#termsPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#termsPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#termsPopup .ft {
	padding:4px;
	overflow:hidden;
}

#calculatorHelpPopup {
	visibility:hidden;
	/* border-collapse:separate; */
	position:relative;
	left:0px;top:0px;
	/* background-color:#FFF5C4;
	border:1px solid #000; */
	z-index:10;
	overflow:hidden;
}

#calculatorHelpPopup .hd {
	color:#000;
	overflow:hidden;
	display: none;
}

#calculatorHelpPopup .bd {
	overflow:hidden;
	padding:5px;
	text-align: center;
	border: 2px solid #f00;
	background-color: #fff;
	/* font-weight: bold; */
	color: #f00;
	margin-bottom: 4px;
}


#calculatorHelpPopup .bd p {
	margin:0 0 1em;
}

#calculatorHelpPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
	display: none;
}

#calculatorHelpPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#calculatorHelpPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#calculatorHelpPopup .ft {
	overflow:hidden;
	display: none;
}


#mouseoverPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

#mouseoverPopup .hd {
	color:#000;
	overflow:hidden;
	height: 10px;
}

#mouseoverPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


#mouseoverPopup .bd p {
	margin:0 0 1em;
}

#mouseoverPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

#mouseoverPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

#mouseoverPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

#mouseoverPopup .ft {
	padding:4px;
	overflow:hidden;
}

.defaultPopup {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

.defaultPopup .hd {
	color:#000;
	font-weight: bold;
	/*font-size:100%;*/
	line-height:100%;
	/*border:1px solid #FFF;*/
	margin: 10px 15px;
	height: 30px; 
	line-height: 30px;
	overflow:hidden;
}

.defaultPopup .bd {
	overflow:hidden;
	padding:0 15px;
}


.defaultPopup .bd p {
	margin:0 0 1em;
}

.defaultPopup .close {
	position:relative;
	float: right;
	bottom:0;
	right:0;
	z-index:6;
	height:16px;
	width:51px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.defaultPopup .close.nonsecure {
	background-image:url(../img/closepopup.gif);
}

.defaultPopup .close.secure {
	background-image:url(../img/closepopup.gif);
}

.defaultPopup .ft {
	padding:4px;
	overflow:hidden;
}
