div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 3px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(http://nyromodal.nyrodev.com/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 3px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 3px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(../images/close-sprite.png) no-repeat;
	background-position: 0px 0px;
	outline: 0;
}
a#closeBut:hover {
	background-position: -20px 0px;
}
h1#nyroModalTitle {
	display: none;
}

/* Lightbox ---------------*/

#lightbox_cnt {
	padding: 30px;
	width: 460px;
	border: 0px;
	background: #fff;
	text-align: left;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 18px arial, tahoma, verdana;
}
#lightbox_cnt h4 {
	font: normal 14px arial, tahoma, verdana;
}
#lightbox_cnt dl.lightbox,
#content_wrapper dl.contact {
	display: table;
	margin: 5px 0 10px 0;
	padding: 0 0 20px 0;
	line-height: 20px;
	width: 440px;
}
#lightbox_cnt dl.lightbox dt,
#content_wrapper dl.contact dt {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
#lightbox_cnt dl.lightbox dd,
#content_wrapper dl.contact dd {
	margin: 0 0 0 140px;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}
#lightbox_cnt dl.info .info {
	margin: 0;
	padding: 1px 2px 0 0;
	height: 16px;
	width: 120px;
	border: 1px solid #bbb;
	font: 11px tahoma, arial, verdana;	
}
#lightbox_cnt dl.lightbox input,
#content_wrapper dl.contact input {
	margin: 0;
	padding: 3px;
	width: 170px;
	height: 15px;
	font: 12px tahoma, verdana, arial;
	color: #222;
	border: 1px solid #c5c5c5;
}
#lightbox_cnt dl.lightbox input.disabled {
	background: #f0f0f0;
}
#lightbox_cnt dl.lightbox input.check {
	margin: 0 0 0 10px;
	padding: 0;
	width: 13px;
	height: 13px;
	border: 0;
}
#lightbox_cnt dl.lightbox strong {
	font-size: 10px;
	color: red;
}
#lightbox_cnt dl.lightbox span {
	font-size: 10px;
}
#lightbox_cnt dl.large_product {
	margin: 20px 0 5px 0;
	padding: 0;
	width: 529px;
}
#lightbox_cnt dl.large_product dt,
#lightbox_cnt dl.large_product dd {
	width: 220px;
}
#lightbox_cnt dl.large_product dt span {
	font-weight: bold;
	text-transform: uppercase;
}
#lightbox_cnt dl.large_product dt strong {
 	float: left;
 	display: block;
 	margin: 20px 0 0 0;
 	padding: 0px;
	font: bold 30px arial, tahoma, verdana; 
	text-transform: uppercase;
	color: #000;
}
#lightbox_cnt dl.large_product dd.img {
	float: left;
	margin: 0;
	padding: 0;
	width: 275px;
	height: 275px;
	text-align: center;
}