.quick_quote{
	z-index:1999;
}


#container_form{
	position:relative;
	margin-left:7px;
	top:-36px;
}

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

#panel {
	background-image:url(../images/background-form.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:273px;
	height:629px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

.frame_form{
	margin-left:28px;
}

#panel .content {
	width: auto;
	margin: 0 auto;
	padding-top: 35px;
	text-align: left;
	font-size: 0.85em;
}

#panel .close{
	margin-left:70px;
	position:absolute;
	top:285px;
}