html,body {
	margin:0;
    padding:0;
    background:#454545;
}

#flash{
	position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}

#block {
	position:absolute;
    width:100%;
    height:100%;
    background:#000000;
    z-index:100;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none;
}

#formbg{
	position:absolute;
    z-index:100;
	width:700;
    height:725px;
    background:#212121;
    opacity:0.85;
    filter:alpha(opacity=85);
    display:none;
    font-family:Verdana;
    overflow:hidden;
}
.header{
	height:56px;
    padding-right:25px;
    padding-left:25px;
    text-align:right;
}

.header img{
	display:block;
	float:left;
    position:relative;top:10px;
}

	.close{
	    display:block;
	    padding-right:30px;
        font-weight:bold;
        text-decoration:none
	    height:16px;
	    overflow:hidden;
        color:#FFFFFF;
	    line-height:16px;
	    background:url(img/close1.png) top right no-repeat;
	    float:right;
		position:relative;
		top:20px;

	}
	.close:hover{
	    background:url(img/close.png)  top right no-repeat;
	}
.form{
	padding-left:60px;
    height:700px;
    overflow:hidden;
}
.form iframe{margin:0;padding:0;display:block;border:0;    background:#212121;overflow:hidden;}
