/* Round */
.round,
.round .r_r,
.round .r_b,
.round .r_l,
.round .r_c
{
float: left;
position: relative; z-index: 1;
width: auto; height: auto;
margin: 0; padding: 0;
}
.round .r_tt,
.round .r_rr,
.round .r_bb,
.round .r_ll
{
display: none;
}
.round
{
margin: 0 30px 15px 0;
background: url('/public/modules/FormGetAQuote/theme2/images/round-t.png') no-repeat left top;
_background: none;
}
.round .r_r
{
left: 30px;
background: url('/public/modules/FormGetAQuote/theme2/images/round-r.png') no-repeat right top;
_background: none;
}
.round .r_b
{
top: 30px;
background: url('/public/modules/FormGetAQuote/theme2/images/round-b.png') no-repeat right bottom;
_background: none;
}
.round .r_c
{
float: none;
position: relative;
left: 30px; top: -15px;
padding: 1px 0; margin: 0 30px 0 0;
background: #ffffff;
}
.round .r_l
{
left: -30px;
padding: 15px 0;
background: url('/public/modules/FormGetAQuote/theme2/images/round-l.png') no-repeat left bottom;
_background: none;
}
* html .round .r_r,
* html .round .r_b,
* html .round .r_l
{ height: 0; }
* html .round .r_tt,
* html .round .r_rr,
* html .round .r_bb,
* html .round .r_bb *,
* html .round .r_ll,
* html .round .r_ll *
{
display: block;
position: absolute;
left: 0; top: 0;
}
* html .round .r_tt
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/modules/FormGetAQuote/theme2/images/round-t.png',sizingMethod=crop);
}
* html .round .r_rr
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/modules/FormGetAQuote/theme2/images/round-r.png',sizingMethod=crop);
}
* html .round .r_tt,
* html .round .r_bb
{
width: expression( parentNode.offsetWidth ); height: 30px;
}
* html .round .r_rr,
* html .round .r_ll
{
width: 30px; height: expression( parentNode.offsetHeight );
}
* html .round .r_bb,
* html .round .r_ll
{
overflow: hidden;
}
* html .round .r_bb *
{
width: 3000px; height: 30px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/modules/FormGetAQuote/theme2/images/round-b.png',sizingMethod=crop);
}
* html .round .r_ll *
{
width: 30px; height: 3000px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/modules/FormGetAQuote/theme2/images/round-l.png',sizingMethod=crop);
}

* html .round .r_rr,
* html .round .r_bb *
{ right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 ); left: auto; }
* html .round .r_ll,
* html .round .r_ll *,
* html .round .r_bb,
* html .round .r_bb *
{ bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 ); top: auto; }

.mod-form-get-a-quote-home {
    width: 201px;
    position: fixed;
    right: 5px;
    bottom: 20px; 
    z-index: 1001;
    display: none;
}
* html .mod-form-get-a-quote-home {
    position: absolute;
    top: expression( ( 200  + ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.mod-form-get-a-quote-home .heading {
	padding: 0 0 1px 5px;
	font-weight: bold;
	font-size: 14px;
}
.mod-form-get-a-quote-home .description{
	padding: 0 0 7px 5px;
}
.mod-form-get-a-quote-home .qq-form{
	padding: 5px 5px 10px;
}
.mod-form-get-a-quote-home .qq-form .form-button{
	padding: 2px 0 0px 0;
}
.mod-form-get-a-quote-home .qq-form input.text,
.mod-form-get-a-quote-home .qq-form textarea { /* IE6 fix */
	width: 155px;
	margin-bottom: 3px;
}
.mod-form-get-a-quote-home .qq-form .captcha{
	overflow: hidden;
	margin-bottom: 5px;
}
.mod-form-get-a-quote-home .qq-form .captcha .captcha-image{
	float: left;
	width: 71px;	
}
.mod-form-get-a-quote-home .qq-form .captcha .captcha-code{
	margin-left: 73px;	
	*margin-left: 0px;
	padding: 2px 0 0 8px;
}
.mod-form-get-a-quote-home .qq-form .captcha .captcha-code .text{
	width: 74px;
	margin: 0;
}
.mod-form-get-a-quote-home .success {
} 
.mod-form-get-a-quote-home .success .description{
}
.mod-form-get-a-quote-home .captchaContainer{
	width: 75px;
	height: 25px;
}
.mod-form-get-a-quote-home a.hidden {
    display: none;
}
.mod-form-get-a-quote-home a.close-btn {
    background: transparent url("/public/modules/FormGetAQuote/theme2/images/close-btn.gif") 0 0 no-repeat;
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
}