body {
	background: transparent url("/public/images/web/bg.png") ;
}

h1 {color: #33b2c7; }

header {
	 border-top: 8px solid #49c5dd; 
    background: linear-gradient(to bottom, #dadada 0%,#ffffff 100%) !important;
}

header .back-box {
	 position: absolute;
	 width: 400px;
    right: 20px;
    top: -5px;
    display: block;
    background: url(/public/images/web/navi_t_bg.png);
    background-repeat: no-repeat;
    padding: 0 50px 0 50px;
}

header .back-box a {
	color: white;
}

footer {
    color: #626262;
    background: linear-gradient(to bottom, #dadada 0%,#ffffff 100%) !important;
}

button {
	background-color: #33b2c7;
}

.submitbutt  {
	background-color: #33b2c7;
	color: white;
}