.webastotext {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:16px;
	text-align:left;
    }

div#webastowrapper{ 
width:875px;
background-color: #fff;
margin:auto;
} 
 
 
.webastocontainer{ 
position: relative; 
clear:both;

} 

.webastoinnerdiv{ 
float: left; 
padding-right:2px;
padding-bottom:0px; 
}

.webastoformbg {
width:877px;
height: 129px;
margin: 0 auto; background-position:top; background-repeat: no-repeat; 
background: url("http://webasto.cust.strongbox.se/microsajt/localimages/formbg.gif");
}



.webastospacer{ 
height: 7px; 
width:875px;
background-color: #fff;
margin:auto;
}


#overlay{ 
    background-image: url(../images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}
	
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(../images/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="http://webasto.cust.strongbox.se/microsajt/localimages/overlay.png", sizingMethod="scale");
}

#box{
    background:#fff;
	margin: 0;
	padding: 0;
    border:1px solid #ccc;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:17px;
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box #boxContents {
	margin-top:20px;
	padding:0px;
}




.opacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
}

.opacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70;
}


.webastoinput {

    border-top:1px solid #999999;
	border-bottom:1px solid #efefef;
	border-left:1px solid #999999;
	border-right:1px solid #efefef;
	width:155px;
	height:10px;
	margin-left:0px;
	padding:2px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#696969;
	background:#e6edf1;

}

.webastoformtext {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}




