@charset "utf-8";
/* CSS Document */
body { 
	font-family:Helvetica, sans-serif; 
	color:#333333; 
	font-size:12px;
	background:#E4E4E3;
}
.login_box{
	width:700px;
	height:460px;
	padding:10px;
	background:#E4E4E3
}
.konto_box{
	width:460px;
	padding:10px;
	background:#E4E4E3
}
.formbox{
	float:left;
}
.left{
	border-right:1px solid #AAAAAA;
	padding-right:10px;
}
.right{
	margin-left:10px;
}
.register_box{
	width:500px;
	height:240px;
	padding:10px;
	background:#FFFFFF
}
.login_box input[type=text],
.login_box input[type=password]{
	width:280px;
}
.konto_box input[type=text],
.konto_box input[type=password]
{
 width:170px;
}
h1{
	font-size:14x;
	padding:0;
	margin: 0 0 10px 0;
}
.message{
	color:#FF5912;
	margin-bottom:10px;
}
a{
	color:#FF6600;
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:16px;
	width:350px;
}
input {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	margin:4px 4px 4px 0;
	padding:2px;
}
input:focus{
	background:none repeat scroll 0 0 #FF5912;
}
.btn{color:#FFF;margin:4px;padding:2px;font-weight:lighter;font-size:14px;font-family:arial;text-transform:uppercase;letter-spacing:1px;background:#FF5912 url(http://static.lunchgate.ch/images/alert-overlay.png) repeat-x;display:inline-block;color:#fff;text-decoration:none;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer;padding:1px 6px 1px 6px;}
.btn:hover { background:#333 }



