@charset "utf-8";
/* CSS Document */
#popup {
	display:none;
	height: 100%;
	width: 100%;
	position: absolute;
	top:60%;
	left:0;
	background-image:url(../../resources/images/popup/background.png);
	background-repeat:repeat;
}

#popup2 {
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	background-image:url(../../resources/images/popup/background.png);
	background-repeat:repeat;
}


#window {
	display:none;
	width: 650px;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 70%;
	left: 25%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}

/************** POP UP FOR CONTACT US *********************/


#window2 {
	width: 650px;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 200px;
	left: 25%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}

#window .text { color:#666666;}
#window label {width:240px; margin-left:10px; font-size:0.8em;}
#window p { font-size:0.8em;}

#popup_time {
	display:none;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	background-image:url(../../resources/images/popup/background.png);
	background-repeat:repeat;
}
#popup_content{
	margin:0px;
	padding:0px;
}

#window_time {
	display:none;
	width: 650px;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 200px;
	left: 25%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}

.top-left {
	margin-right: 20px; /* clip right corner */
	background-image:url(../../resources/images/popup/round-box.png);
	height: 20px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.top-right {
	margin-top: -20px; /* to level of top-left corner */
	margin-left: 20px; /* clip left corner */
	background-image:url(../../resources/images/popup/round-box.png);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 20px;
	font-size: 2px;
}
.bottom-left {
	margin-right: 20px; /* clip right corner */
	background-image:url(../../resources/images/popup/round-box.png);
	background-position: 0 -20px; /* show under half of the image */
	height: 20px;
	font-size: 2px;
}

.bottom-right {
	margin-top: -20px; /* to level of bottom-left corner */
	margin-left: 20px; /* clip left corner */
	background-image:url(../../resources/images/popup/round-box.png);
	background-position: 100% -20px; /* under half, right side */
	height: 20px;
	font-size: 2px;
}
.inside {
	border-left: 5px solid #51a1ce;
	border-right: 5px solid #51a1ce;
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: 0;
}

/***************************************** CLOSE - USE FROM OTHER FILE **************************************/
/*#wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	float: left;
}
*/

#close{
width:65px;
height:30px;
}
#close{
	list-style:none;
	height: 30px;
	width: 65px;
}
#close ul, #close li{
	margin:0px;
	padding:0px;
}
#close li{
	text-indent:-5000px;
	font-size: 0.1px;
}
#close a:hover{
	background-position: 0px 30px;
}
#close a{
	background-position: 0px 0px;
	display:block;
	overflow:hidden;
	height: 30px;
	width: 65px;
	background-image:url(../../resources/images/popup/close.gif);
}

