body {
    background: #CDCDCD;
    font-family: Arial; 
    font-size: 12px;               
    line-height: 1.5em;
    margin: 5px auto;
}            
#main {
    background: #616161 url('http://www.konkurs.ro/img/special/amsterdam/concurs_agentii.jpg') no-repeat top left;                
    border: 1px solid #000;
    height: 2000px;
    margin: 0 auto;                
    position: relative;
    width: 800px;
}          

#signup_box {
    left: 413px;
    position: absolute;
    top: 180px;
    width: 340px;
}

#signup_box form span{
    color: #3E3D3B;
    display: block;
    font-size: 12px; 
}

#signup_box form input[type="text"] {
    border: 1px solid #C1C1BF;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    padding-left: 5px;
    width: 100%;
}

#signup_box form button, #signup_box form button:hover {
    width: 100px;
    height: 30px;
    background: url(http://www.konkurs.ro/img/special/amsterdam/bgitems.jpg) 0px 0px;
    border: 0px;
    cursor: pointer;               
    margin-left: 200px;                
    margin-top: 20px;
}

#signup_box form button:hover {
    background-position: 0 -30px;
}

#signup_box p.error {
    display: block;
    font-weight: bold;
    background: url(http://www.konkurs.ro/img/special/amsterdam/warning.gif) no-repeat top center;
    padding-top: 130px;
    color: #FF0000;
    display: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5em;
}

#signup_box p.success {
    display: block;
    font-weight: bold;
    background: url(http://www.konkurs.ro/img/special/amsterdam/smiley.gif) no-repeat top center;
    padding-top: 130px;
    color: green;
    display: none;
    font-size: 14px;
    line-height: 1.5em;
}

#signup_box p a {
    text-decoration: underline;
    color: #0000CC;
    cursor: pointer;
}

#welcome {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    left: 25px;
    position: absolute;
    top: 165px;
    width: 330px;
}

#welcome p {
    display: block;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #2B2B2B;
    border-top: 1px solid #494949;    
}


#welcome p.top {
    border-top: 0px;
    padding-top: 0px;
}

#welcome p.bottom {
    border-bottom: 0px;
    padding-bottom: 0px;
}

#welcome p a {
    text-decoration: underline;
    color: #E88E07;
}

#presentation {
    position: absolute;
    padding: 25px;
    top: 500px;
    height: 560px;
    font-size: 14px;
    color: #FFF;   
    text-align: center;
}

#prize {
    position: absolute;
    padding: 25px;
    top: 1100px;
    height: 700px;
    font-size: 14px;
    color: #FFF;   
    background: url(http://www.konkurs.ro/img/special/amsterdam/photos.jpg) no-repeat center 300px;
}

#prize h1 {
    color: #E88E07;  
}

#prize a {
    text-decoration: underline;
    color: #E88E07;
}

#footer {
    position: absolute;
    bottom: 0px;
    display: block;
    height: 150px;
    width: 800px;
    border-top: 3px solid #737373;
    background: url(http://www.konkurs.ro/img/special/amsterdam/city_ribbon.jpg) no-repeat top left;
}


