@CHARSET "UTF-8";

/* divs */
#stage {
    background: #336291 url(../img/gradient-pg.png) repeat-x; /* for IE, if everything goes wrong we have a shape color */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#336291), to(white)); /* for webkit */
    background: -moz-linear-gradient(top, #336291, white); /* for mozzila */
    width: 100%;
    /*height: auto;*/
    min-height: 90%;
}
#registration {
	position: relative;
	float:right;
	padding: 3em;
	margin: 20px 50px 0px 0px;
	background: #e2e2e2;
}
#welcome-top-bar{
	height: 90px;
}
#logo{
	float: left;
	padding: 20px;
}
#login-wlc{
    float: right;
    padding: 20px 0 0 0;
    margin-right: 50px 
}
#presentation{
	position: absolute;
    float: left;
    margin: 50px 0px 0px 90px;
    padding: 10px;
    width: 420px;
}
#login-wlc input[type='text'], #login-wlc input[type='password'], #login-wlc input[type='submit'] {
    font-size: 1.0em;
}

#login-wlc input[type='text'], #login-wlc input[type='password'] {
	margin-top: 0.5em;
    padding: 0.2em 0 0.2em 0.3em;
    width: 150px;
}

/* classes */

.call{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: white;
}
.teaser{
	font-style: italic;
	color: #222;
	padding-top: 20px;
}
.register{
	font-size: 0.88em;
}
#wlc-tbl tr td ul.errorlist li{
	font-size: 0.65em;
}