html {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	height: 100%;
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
	font: 76% Arial, sans-serif;
}

#flashContent {
	height: 100%;
	width:100%;
	position:absolute;
    z-index:100;
    top:0px;
    left:0px;
}

#body2 {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background-image: url("sourceimg/dim.png");
    display: none;
    position:absolute;
    z-index:200;
    top:0px;
    left:0px;
}

#centered {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	clear: left;
	height: 600px;
	margin: 0 auto;
	position: relative;
	width: 925px;
	top:20px;
	z-index:201;
}

#content {
	background: none;
	bottom: 0px;
	color: #232323;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 600px;
	left: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 925px;
	z-index:202;
}

#warenk_html
{
	height: 600px;
	overflow:hidden;
	z-index:200;
}

#ifra_me
{
	overflow-y:scroll;
	overflow-x:hidden;
}

span.close{position:absolute;right:25px !important;top:15px;z-index:202;}

.hrs {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.85), rgba(0,0,0,0.1)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.85), rgba(0,0,0,0.1)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.85), rgba(0,0,0,0.1)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.85), rgba(0,0,0,0.1)); 
    background-image:      	  linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.85), rgba(0,0,0,0.1)); 
}

.eBox{
	width:400px;
	z-index:1000;
	padding:15px;
	color:#333333;
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-top:20px;	
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	border: 4px solid white;
    box-shadow: 0 0 5px rgba(0,0,0, .4);
}

