

#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding:6px;
	border-radius:3px;
	display: inline-block;
	position: relative;
}








.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: 0px;
	left:0px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Verdana;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

/* ------- IGNORE */









/*2nd start*/



.regular-checkbox2 {
	display: none;
}

.regular-checkbox2 + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding:5px;
	border-radius:3px;
	display: inline-block;
	position: relative;
}








.regular-checkbox2 + label:active, .regular-checkbox2:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox2:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox2:checked + label:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: 0px;
	left:0px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Verdana;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

/*2nd end*/


























.name_pakage_f{
	width:300px; 
	float:left; 
	margin-right:10px; 
	margin-top:20px; 

}



.name_pakage_f h2{
	font-size:18px;
	color:#794419;
	font-weight:bold;
	padding-left:10px;
	font-weight:bold;
	font-stretch:condensed;
}




.name_pakage_f2{
	width:115px; 
	float:left; 
	margin-right:13px; 
	margin-top:20px;
}


.name_pakage_f2 h2{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	color:#b92521;
	line-height:18px;
	font-stretch:condensed;
}





.name_pakage_f3{
	width:205px; 
	float:left; 
	margin-right:13px; 
	margin-top:20px;
}


.name_pakage_f3 h2{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	color:#b92521;
	line-height:18px;
	font-stretch:condensed;
}











#main_search_hotelbox{
	width:390px;
	height:auto;
	float:left;

	text-align:left;

}


#search_h_box_left{
	width:132px;
	float:left;
	margin-right:8px;

}





#search_h_box_left img{
	width:130px;
	height:123px;
}



#search_h_box_right{
	width:250px;
	float:right;	

}


#search_h_box_right h2{
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	color:#b92521;
	text-decoration:none;
	padding:0px 0 2px;
}


#search_h_box_right h3{
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color:#623916;
	padding:0px 0 5px;
}



#search_h_box_right p{
	width:243px;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	float:left;
	text-align:justify;
	color:#623916;
	font-stretch:narrower;
	margin-bottom:5px;
	
}




.styled_select1 select {
   background:transparent;
   width: 198px;
   padding: 5px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius:5px;
   padding-top:5px;
   height:34px;
   }


.styled_select1 {
   width:175px;
   height:29px;
   overflow: hidden;
   background:url(../images/new_arrow.jpg) no-repeat scroll right #fff;
   border: 1px solid #ccc;
   border-radius:5px;
  
   }


#size_335_w{
	width:335px; 
	margin-left:15px; 

}


.size_335_left{
	width:330px;
	margin:5px 0 10px 5px;
}


.size_335_left h4{
	width:70px;
	font-family:Verdana;
	font-size:13px;
	color:#B92521;
	float:left;
	padding-top:2px;

}



.size_335_left p{
	font-family:Verdana;
	font-size:13px;
	color:#333333;
	float:left;
	margin-right:10px;
	width:241px;
	font-weight:bold;
	
}









.tour_message{
	width:480px; 
	float:left; 
	margin-left:276px; 
	margin-top:14px;
}



.tour_message h2{
	font-family:Verdana;
	font-size:16px;
	color:#794419;
	font-weight:normal;
	text-align:center;

}























	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


