
/* No*Surcharge search bar drop down CSS Document */



/******************************************************************/
/*	Reset CSS 												      */




/******************************************************************/

/** Search bar Drop Panel ///////////////////////////////////////////////////////*/

.loginForm .login {
    color: #AEAEAE;
    font-size: 30px;
    margin-top: 18px;
    padding-top: 0;
    text-shadow: 0 1px 1px #000000;
}

iframe{

    border:none;
   
}

.loginLogo {
    
    padding-left:30px;
    padding-top:16px

}

#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width:1050px;
}

#panel {
	width: 100%;
	height: 285px;
        background: #fff url(../images/searchbar/gradient-loginForm.png) bottom repeat-x;     
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}


/* Panel Tab/button */
.tab-wrap {
  	background: url(../images/searchbar/panel-tab-a.png) repeat-x 0 0;
	height: 32px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab {width:960px;margin:0 auto;}

.tab ul.panelswitch {
	display: block;
	position: relative;
  	float: right;
  	height: 36px;
	width: auto;
	margin: 0;
	text-align: center;
}

.tab #toggle {
	width:190px;
}

.tab #toggle .trigger {
	display: block;
	position: relative;
  	float: right;
  	height: 31px;
	width: 18px;
	padding-right:10px;
	margin: 0;
	background:url(../images/searchbar/break-c.png) repeat-y left;
}

.tab ul.panelswitch li.left {
  	background: url(../images/searchbar/panel-tab-l.png) no-repeat left 0;
  	height: 36px;
	width: 11px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.panelswitch li.right {
  	background: url(../images/searchbar/panel-tab-r.png) no-repeat left 0;
  	height: 36px;
	width: 14px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.panelswitch li {
 	text-align: left;
  	padding: 0px;
	display: block;
	float: left;
	height: 36px;
	width:218px;
  	background: url(../images/searchbar/panel-tab-m.png) repeat-x 0 0;
}

.tab ul.panelswitch li a {color: #484848;}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 13px;
	width:20px;
	line-height: 26px !important;
	padding:0;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	top: 9px;
	left:10px;
}

.tab a.open {
	background-image:url(../images/searchbar/button-a.png);
	background-position:left 0;
	background-repeat:no-repeat;
}

.tab a.close {
	background-image:url(../images/searchbar/button-a.png);
	background-position:right 0;
	background-repeat:no-repeat;
}


/*	Search bar /////////////////////////////////////////////////////////////*/

.search-wrap {
	position:absolute;
	top:5px;
	float:left;
	width:210px;
	margin-right:10px;
}

#panelsearchform #drops, #searchform #s {font-size:11px;}

#panelsearchform #drops, #searchform #s {width:180px;padding:3px 4px;*padding: 2px 4px;}

#searchform #s {width:200px;padding:6px 7px;*padding: 5px 7px;}

#panelsearchsubmit, #searchsubmit {
	background:url(../images/searchbar/search.png) top center no-repeat;
	border:none;
	height:26px;
	width:26px;
	right:22px;
	top:2px;
	*top:3px;
	cursor:pointer;
	position:absolute;
}

#searchsubmit {right:24px;top:16px;}

#panelsearchsubmit:hover, #searchsubmit:hover {	background:url(../images/searchbar/search.png) center -29px no-repeat;}

	.tab a.open, .tab a.close   {
	background-color: #ec9733;
}

/** searchForm /////////////////////////////////////////////////////////*/  

#drops {
	background:#fff url(../images/searchbar/gradient-d.png) top repeat-x;
	border: 1px solid;
	color:#aeaeae;
	border-color:#dfdfdf #f0f0f0 #f0f0f0 #e5e5e5;
}