#SiteWizardBackground{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  


#SiteWizardPopupEdit{  
display:none;  
/*position:fixed;   */
/*_position:absolute;  */ /* hack for internet explorer 6*/  
height:auto;  
width:700px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
overflow:auto;

}  

#SiteWizardPopupEditClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
}  
#SiteWizardPopupEdit h1{  
    text-align:left;  
    color:#6FA5FD;  
    font-size:22px;  
    font-weight:700;  
    border-bottom:1px dotted #D3D3D3;  
    padding-bottom:2px;  
    margin-bottom:20px;  
}  


/* editbar */
#editbar {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background:#f8fafc;
    color:black;
    display:inline-block;
    padding:10px;
}

#editbar a {
    margin: 10px;
    color: #808080;
}

/* edit form */
.editform {
    background: #ecf9e4;
    border: #58B9FF 1px dashed;
    padding: 5px;
    color:black;
    display:inline-block;
    margin-top: 5px;
    width: 700px;
}

.editform ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.editform ul li {
    margin: 0;
    clear: both;
    border-top: 1px dotted #77b003;
    padding: 0.1em 0;
}

.editform label {
    display: block;
    float:left;
    width: 200px;
}

.editform input {
    
}

#footer {
    width : 600px;
    background-color: #ff0000;
    text-align: center;
    margin: 0px auto;
}

#footer ul, #footer li {
    list-style: none;
}
#footer ul li {
    padding-left: 30px;
    float: left; 
    
}

#footer a {
    color:white;    

}
