/******************************************************************************* 
*                               Left Slide Panel                          *
*******************************************************************************/
#leftSlidePanel {
    height: 100%;
    width: 293px;
    position:fixed;
    right: 0;
    top: 0;
    left:-293px;
    z-index:9999;
}
#leftSlidePanel a.freequotebutton {
	width: 45px;
	height: 107px;
	position: absolute;
	right: -45px;
	top: 45%;
	text-indent:-9999em;
	overflow: hidden;
	background-image: url(../images/get_a_free_quote.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#leftSlidePanel a.freequotebutton.out {
   background-position: 0 -108px;
}
#leftSlidePanel #slideInner{
	float:left;
	height:100%;
	width: 250px;
	padding: 20px;
	background-color:#630;
	border-right:3px solid #90CFF2;
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
	#slideInner h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	color: #B4DA44;
	letter-spacing: -1px;
	font-size: 28px;
	text-transform:capitalize;
	margin-bottom:3px;
}
input#submit-left-side  {
	background:none;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	float:right;
}
input#submit-left-side {
	background:none;
	color:#0B73BB;
	cursor: pointer;
	line-height:24px;
	border:none;
	height:24px;
}
textarea#comments_home {
	background-color:transparent;
	width:215px;
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	padding-left:7px;
	border-left:none;
	border-right:none;
	font-size:12px;
	color:#0B73BB;
	font-family:"Gill Sans MT", "Gill Sans", Helvetica, Arial, sans serif;
}
textarea#comments_home:focus {
	color:#630;
}
input#submit-left-side:hover {
	background:none;
	color:#630;
	cursor: pointer;
}
input:focus {
	color:#630;
}
input {
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	background:none;
	padding:0px;
	margin:0px;
	outline:none;
	font-size:11px;
	height:12px;
	padding-top:3px;
	padding-bottom:3px;
	color:#0B73BB;
	background-color:transparent;
}
input#name_home {
	width:150px;
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	padding-left:7px;
	background-color:transparent;
}
input#from_home {
	width:150px;
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	padding-left:7px;
	background-color:transparent;
}
input#verif_box_home {
	width:150px;
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	padding-left:7px;
	background-color:transparent;
}
input#subject_home {
	width:150px;
	border-top-style:solid;
	border-top-color:#630;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#630;
	border-bottom-width:2px;
	padding-left:7px;
	background-color:transparent;
}

