.box { 
	width: 200px; background: #9BD1FA;
}
.box h1, .box p {
	margin: 0 10px;
}
.box h1 {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.box .top, .box .bottom{
	display:block;background: #7094af;
}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #9BD1FA;
}
.box .r1{
	margin: 0 5px;
}
.box .r2{
	margin: 0 3px;
}
.box .r3{
	margin: 0 2px;
}
.box .top .r4, .box .bottom .r4{
	margin: 0 1px;height: 2px;
}
.box .ausrichten{
	width: 150px;
	float: left;
	padding-left: 20px;
}
.box input{
	width: 150px;
	height: 25px;
	border: 1px solid #6495ED;
}
.box .signin{
	width: 50px;
	height: 20px;
	border: 0px solid;
}
.box .aussingn{
text-align: right;
padding-right: 30px;

}
.box .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	float: left;
	padding-left: 20px;
}
