/*========================Main elements========================*/
body{background-image:url('../images/yellow/bg.png'); color:#515151;}
#container-shadow {background:url('../images/container-shadow.png') no-repeat;}
#container { background:url('../images/yellow/container-bg.png') no-repeat;}

/*========================Header========================*/
.construction-icon{background:url(../images/yellow/header-icon.jpg) no-repeat;}
.construction-header{background:url('../images/yellow/underconstruction-text.png') no-repeat;}

/*========================Countdown and progress bar========================*/
#countdown{background:url('../images/yellow/countdown-bg.png') no-repeat; text-shadow:#fff 0px 2px 0px;}
#progress-bar{background:url(../images/yellow/progressbar-bg.png) no-repeat;}
#progress-bar .fill-left {background:url('../images/yellow/progress-fill-left.png') no-repeat;}
#progress-bar .fill {background:url('../images/yellow/progress-fill-tile.png') repeat-x;  color:#000000; text-shadow:#ffea00 0px 2px 0px;}
#progress-bar .fill-right {background:url('../images/yellow/progress-fill-right.png') no-repeat;}

/*========================Tool bar========================*/
#tool-bar{background:url('../images/yellow/toolbar-bg.png') no-repeat;}
#tool-bar em {color:#525252; background:url(../images/yellow/tooltip.png) no-repeat;}

/*subscription*/
#submission input {background:url('../images/yellow/submission-textbox-bg.png') no-repeat; color:#515151; }
#submission a { background:url('../images/submission-button.png') no-repeat; }

/*contact form*/
#contact-form {background:url('../images/yellow/contact-form-bg.png') no-repeat;}
#contact-form .header {background:url('../images/yellow/contact-header.png') no-repeat;}
#contact-form .button a{background:url('../images/submit-button.png') no-repeat;}
#contact-form .close {background:url('../images/close-icon.png') no-repeat;}
#contact-form h1 {color:#fff;}
#contact-form input {background:url(../images/yellow/textbox.png) no-repeat; z-index:1; }
#contact-form textarea {background:url(../images/yellow/textarea.png) no-repeat;}
.thankyou {background:url('../images/Tick.png') center 0px no-repeat;}
#contact-form textarea, input{color:#787878; color:#5f5f5f;}
.field-error{color:#fff; background:url('../images/field-error-balloon.png') no-repeat;}