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;
	 z-index:1500;
	position:relative;
	top:350px;
}

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

.hide-overlay{
position:relative;
left:280px;
top:1px;
}
/*---Overlay Box styling ----*/
.hider{
display:none;
}


#box{
background-color:#fff;
text-align:center;
width:600px ;
height:auto;
position:relative;
top:30px;
font-size:11px;
font-weight:bold;
}

#Startup{
height:150px;
width:180px auto ;
Background:white;
padding:5px 3px 5px 3px;
text-align:center;
background-image:url('../images/Awards_Logo.png') ;
background-attachment:relative;
background-position:bottom right;
background-repeat:no-repeat;
}

#Content1{
text-align:center;
height:450px;
text-align:center;
background-image:url('../images/tickets.png') ;
background-attachment:relative;
background-position:bottom right;
background-repeat:no-repeat;
}


#Content2{
text-align:center;
background-image:url('../images/Table.png') ;
background-attachment:relative;
background-position:bottom right;
background-repeat:no-repeat;
height:450px;
}

#Content4{
background-image:url('../images/Awards_Logo.png') ;
background-attachment:relative;
background-position:bottom right;
background-repeat:no-repeat;
text-align:center;
vertical-align:center;
height:300px;
position:relative;
top:0px;
}
#Content2Form{

width:200px auto;

}

#Content1Form{

width:200px auto;

}

.startOver{
position:absolute;
top:0px;
left:2px;
}

#PaymentType{
text-align:left;
width:350px;

}

/*END*/

/**** Error Box*******/
#errBox
{
text-align:left;
width:180px;
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;
margin:0px 0px 0px 0px;

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