#jr-custom-form{
	background: url(../images/left-form-bg.png) no-repeat;
    border: none;
    padding: 0px;
    width: 285px;
    height: 400px;
    z-index: 9999;
}
.jr-form-i{
	background: #f56600;
	color: #000;
	font-weight: bold;
	height: 320px;
	padding: 3px 22px 22px 12px;
	overflow: hidden;
}
fieldset.formFieldset{
	background: none;
	border: none;
}
fieldset.formFieldset legend{
	display: none;
}
.componentheading{
	display: none;
}
.jr-form-i .formField{
	overflow: hidden;
}
.jr-form-i input,
.jr-form-i select{

}
.jr-form-i select{
	width: 260px;
	height: 26px;
	padding: 4px;
}
.jr-form-i textarea{
	width: 260px;
	overflow-x: hidden;
}
.jr-form-i input.rsform-submit-button{
	background: #FFF;
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 2px;
	margin: 0;
}
#jr-custom-form a#jr-onclick{
	background: url(../images/slide.png) no-repeat scroll 0 0 transparent;
    right: 0;
	height: 212px;
    position: fixed;
    top: 30%;
    width: 47px;
}