div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	/* background: #fff;
	border: 4px solid #777; */
}
a#closeBut , .nyroModalClose{
	background: url(../img/btn-close.png) no-repeat;
	display:block;
	height:18px;
	outline:0 none;
	position:absolute;
	right:59px;
	text-indent:-9999em;
	top:17px;
	width:18px;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
#nyroModalIframe{
	background:transparent;
}

/*Rockthai - buy ticket*/
#ticket-detail{
	background:url(../../../images/ticket/ticket-detail.png) no-repeat;
	width:480px;
	height:613px;
	
}

