html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    background: url('../images/layBG.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #ccc;
	position:relative;
	top:350px;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('../images/layBG.png');
    height: 100%;
    position: absolute;
}

#sellGuide{
position:fixed;
left:-3px;
top:189px;
z-index:1025;
}
#sellGuide a:hover{
position:fixed;
left:0px;
top:189px;
z-index:1025;
}
#sellGuide a:visited{
position:fixed;
z-index:1025;
}

.moneyffields{
color:green;
background:white;
font-weight:bold;
width:100px
}

/***********End************/
/*** Container'S CSS*****/
.formct{
display:none;
border-color:red;

}

.formcot{
}
#Fom{
position:relative;
top:20%;
z-index:20000;
}

#closebt{
position:relative;
left:308px;
border:none;

}
/*--------------Error Box--------------*/
#err{
text-align:left;
width:200px;
height:50px;
position:relative;
top:-48px;
left:-130px;
z-index:10;
background-color:#F84000;
color:white;
display:none;
font-weight:bold;
font-size:11px;
padding:4px 2px 2px 4px;

}
/*-------------End---------*/
/*******End**********/