/*===ajax popup============contact_us.html===============*/
#cu {
	margin:0px auto;
	color:#000;
}
#cu a {
	color:#000 !important;
}
#cu a:hover {
	color:#ffa800 ;
	text-decoration:underline;
}
.cu_img {
	margin-top:10px;
	margin-bottom:10px;
}
.cu_left {
	float:left;
	width:290px;
	padding-right:10px;
	text-align: center;
}
.cu_right {
	float:right;
	width:190px;
}
.cu_right label {
	color:#000;
	font-size:11px;
	line-height:20px;
}
.cu_lbl {
	float:left;
	width:140px;
	text-align:right;
}
.cu_input {
	float:right;
	margin-bottom:4px;
}
textarea.cutxt {
	width:490px;
	color:#000;
	font:12px 'Trebuchet MS';
}
.cu_query {
	color:#ff9900;
	text-transform:uppercase;
	font-weight:bold;
}
.radio {
	vertical-align:middle;
}
hr { margin:5px 0px; }
/*===ajax popup============contact_us.html css ends===============*/


/*===ajax popup============login.html===============*/
#lgn {
	margin:0px auto;
	color:#000;
}
.lgn_lbl {
	float:left;
	width:90px;
	text-align:right;
}
.lgn_input {
	float:left;
	width:150px;
	height:30px;
	margin:0px; padding:0px;
}
.login_button {
	background:url(../images/login.png) no-repeat;
	width:57px;
	height:25px;
	border:0px none;
}
.lgn_title { font:bold 20px 'Trebuchet Ms', sans-serif; color:#666666; margin-bottom:5px; }
.lgnInput { width:150px; height:18px; }
.activate_btn {
	background:url(../images/activate.gif) no-repeat center;
	width:58px;
	height:25px;
	border:0px none;
}
/*===ajax popup============login.html css ends===============*/

/*===ajax popup============rounded corners===============*/
#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  margin: auto;
  border-collapse: collapse;
}
#facebox .body {
  background: #fff;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/*===ajax popup============rounded corners ends===============*/


