a.popup-link {
		padding:17px 0;
		text-align: center;
		margin:7% auto;
		position: relative;
		width: 300px;
		color: #fff;
		text-decoration: none;
		background-color: #FFBA00;
		border-radius: 3px;
		box-shadow: 0 5px 0px 0px #eea900;
		display: block;
	}
	a.popup-link:hover {
		background-color: #ff9900;
		box-shadow: 0 3px 0px 0px #eea900;
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
	}
	/* end link popup*/

	/*style untuk popup */	
	#popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -200px;
		position:absolute;
	}
	#popup:target {
		visibility:visible;
		opacity: 1;
       background-repeat:repeat;
		position: fixed;
		top:50%;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		z-index: 99999999999;
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
	}
	
	
	
	
	

	@media (min-width: 768px){
		.popup-container {
margin: 5% auto;
padding: 30px 50px;
background-color: #fafafa;
color: #333;
width:75%;
border-radius: 3px;
font-family: "Century Gothic";
		}
	}
	@media (max-width: 767px){
		.popup-container {
			width:100%;
		}
	}
	.popup-container {
		position: relative;
		margin:0% auto;
		padding:0px 0px;
		background-color: #fafafa;
		color:#333;
		border-radius: 0px;
	}

	a.popup-close {
		position: absolute;
		top:3px;
		right:3px;
		background-color: #333;
		padding:7px 10px;
		font-size: 20px;
		text-decoration: none;
		line-height: 1;
		color:#fff;
	}

	/* style untuk isi popup */


	.popup-form {
		margin:10px auto;
	}
		.popup-form h2 {
			margin-bottom: 5px;
			font-size: 37px;
			text-transform: uppercase;
		}
		.popup-form .input-group {
			margin:10px auto;
		}
			.popup-form .input-group input {
				padding:17px;
				text-align: center;
				margin-bottom: 10px;
				border-radius:3px;
				font-size: 16px; 
				display: block;
				width: 100%;
			}
			.popup-form .input-group input:focus {
				outline-color:#FB8833; 
			}
			.popup-form .input-group input[type="email"] {
				border:0px;
				position: relative;
			}
			.popup-form .input-group input[type="submit"] {
				background-color: #FB8833;
				color: #fff;
				border: 0;
				cursor: pointer;
			}
			.popup-form .input-group input[type="submit"]:focus {
				box-shadow: inset 0 3px 7px 3px #ea7722;
			}
			
			
			.popup-container h1{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}
			
			.popup-container h2 {
    color: #ff6600;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}
			
			
		.popup-container p {
    text-align: center;
    margin-bottom: 10px;}
	
	
	.righbox{ float:left; height:auto; width:39.5%; margin-left:5%; margin-top:1.5%;}
			.righbox ul{ margin:0px; padding:0px;}
			.righbox li{ float:left; width:100%; height:auto; border-top:dotted 1px #003993; padding:10px 0px; font-size:12px;}
			
			.righbox li i{ font-weight:bold; color:#e32526; font-size:14px;}
			
			.righbox h2{color:#003993; font-size:18px; font-weight:bold; padding:10px 0px; text-align:left;}
			.weght{width:66% !important; position: relative !important; top:1.5em !important; outline:none !important; border:solid 0px #ccc !important; !important; border-radius:8px;margin:0 auto;}



.enquiry{
	border: none;
outline: 0px solid rgba(255,255,255,0.5);
	position:absolute;
	z-index:1;
	top:8em;
	
}
.topmr{top:11em;}
.enquiry h3{font-size:16px; color:#e32526; padding:10px 0px 0px 12px; font-weight:bold; }
.enquiry ul{
	float:right;
	margin:0px;
	padding:0px;
	display:block;
	}

.enquiry ul li{
	list-style:none;margin: 0px 10px 0px 0px;width: 18%;
	}



.submit01 {
	float:left;
	cursor:pointer;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#FFFFFF; 
	border:1px solid #e32526; 
	line-height:20px;
	padding:5px 20px;
	text-align:center;
	background-color:#e32526;}
.submit01:hover {
	background-color:#484747;
		border:1px solid #484747; 
}

.btn_s{
	position:absolute;
	width:90px;
	height:20px;
	margin:29px 10px 10px 499px;
background-image:url(images/but_s.png);
background-repeat:no-repeat;}


.labelbox{ float:left; width:150px; text-align:right; margin-right:10px;}



.innerbox2 {
	float:left;
	border:none;
	width:95%;
	font-size:13px;
	font-family:"Century Gothic";
	margin-bottom:10px;
    color:#606060;
	padding:5px 5px 5px 10px;
	line-height:20px;
	
	background-color:#fff;
	border:solid 1px #c4c4c4;
	}
	
.innerbox2:hover {
	border:solid 1px #eb891e;
	-moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
	}


.innerbox2:focus {
	color:#4d4d4d;
background-color:#fff;
-moz-box-shadow:0px 0px 3px #d02e2e;
    -webkit-box-shadow:0px 0px 3px #d02e2e;
    box-shadow:0px 0px 3px #d02e2e;
border:solid 1px #eb891e;
	}


.Enquiry_Heading3{
	font-family:Candara;
	font-style:normal; 
	font-size:20px; 
	color:#000;
	line-height:20px;
	padding-bottom:20px;
	font-weight:bold;}


.textarea2{
	float:left;
	width:100%;
	height:120px;
	margin-bottom:10px;
   color:#606060;
	padding:10px 5px 8px 5px;
	line-height:22px;
	font-family:"Century Gothic";
	font-size:13px;
	
	background-color:#fff;
	border:solid 1px #c4c4c4;
	}
	
.textarea2.high{height:65px;}
	
.textarea2:focus {
	color:#4d4d4d;
-moz-box-shadow:0px 0px 3px #067cc0;
-webkit-box-shadow:0px 0px 3px #067cc0;
box-shadow:0px 0px 3px #067cc0;
background-color:#fff;
	border:solid 1px #3f3f3f;
	}
	