* html img, * html .png, * html #search input
{

  azimuth: expression(

    this.pngSet?

      this.pngSet=true : 

        (this.nodeName == "IMG" ? 

          (this.src.toLowerCase().indexOf('.png')>-1 ? 

            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

                this.src = "images/blank.gif") :

            '') :          

          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?

            (this.origBg = (this.origBg) ? 

              this.origBg :             

              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

              this.runtimeStyle.backgroundImage = "none") :

            ''

        ), this.pngSet=true

  );

}

#inside_frame {
        color:#fff;
		background-image: url(../images/signup-bg.png);	
}
#inside_frameprebook {
        color:#fff;
		background-image: url(../images/prebookform.jpg);
		background-repeat:no-repeat;
		background-color:#000000;
}
#inside_framed {
        color:#fff;
		background-image: url(../images/dealer_signup_wide.jpg);	
		background-repeat: no-repeat;
		overflow:hidden;
}
#inside_frame2 {
        color:#fff;
		background-image: url(../images/bootcamp_form.jpg);	
}
#inside_frame_thanks {
		color:#000;
		background-image: url(../images/bg_joinus_form_v2.jpg);
		font-family: Helvetica, Arial, sans-serif;
		width: 912px;
		height: 518px;
		font-size: 11px;
		position: absolute;
		top: 61px;
		left: 22px;
		z-index:1;
}

div.inside_data {
		float:right;
		padding-left:10px;
		padding-top:55px;
		width:350px;
}
div.reg_img{
		background-image:url(../images/boot_registration_form.jpg);
		background-repeat:no-repeat;
		height:24px;
}
div.win_img{
		background-image:url(../images/boot_win_a_place.jpg);
		background-repeat:no-repeat;
		height:24px;
}
input.winsub, input.regsub{
		background-image:url(../images/boot_submit.png);
		background-repeat:no-repeat;
		cursor:pointer!important;
		margin-top:5px;
		border:0 none;
		font-size:0;
		height:23px;
		width:95px;
}
div#form_left{
		width:199px;
		float:left;
}
div#form_right{
		width:200px;
		float:left;
}
div#form_right_2{
		width:230px;
		float:left;
}

/*****submit_button******/
#search input{
		background:url(../images/submit.png)!important;
		_background-image:url(images/submit.jpg)!important
		float:left;
		height:26px!important;
		margin:1px 5px 0 0;
		padding:7px 7px 0 10px;
		width:61px!important;
		border:0px;
		font-size:0px;
		text-indent:-200px;
		overflow:hidden; cursor:pointer!important;
}
#search input:hover{
		background-position:0 -29px!important;
		_background-position:0 -29px!important;
		cursor:pointer;
		text-indent:-200px;
		overflow:hidden;
}

