body {
	background-color:#fbfbfb;
	font-family: 'Hind Vadodara', sans-serif;
}

.div-login,
.div-neues-passwort {
	width:1000px;
	margin:0px auto;
	letter-spacing:0.05em;
	font-size:12px;
}
.myForm {
	font-size:14px;
	color:#222222;
	font-family:Verdana;
}

.myForm td {
	font-size:14px;
}

.box-grey-inner {
	color:#000000;
	font-size:17px;
	padding-right:20px;
	padding-top:30px;
	line-height:16pt;
	padding-left:30px
}
.box-left-grey {
	float:left;
	width:559px;
	background-color:#dfe5e9;
	height:430px
}
.box-right-blue {
	float:left;
	background-color:#1d95d2;
	width:405px;
	height:407px;
	margin-left:26px;
}
.box-right-blue-inner {
	color:#ffffff;font-size:17px;padding-left:30px;padding-right:20px;padding-top:60px;
}
.box-right-blue-headline {
	font-size:25pt;line-height:34pt
}
.box-login-info {
	color:#ffffff;font-size:14px;font-style:italic;
}

.box-grey-inner .main-subline {
	font-weight:normal;
	font-size:15px;
	line-height:16px
}

a { color:#000000;text-decoration:none;cursor:pointer; }
a:visited { color:#000000; }
a:active { color:#000000; }

#footer {
	text-indent: -0.7em;
	letter-spacing:0.05em;
	font-size:12px;
}
#footer ul {
	padding:0;
	margin:0;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cccccc;
	box-shadow:inset 0px 1px 0px 0px #3bc0f8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3bc0f8), color-stop(1, #009ee0) );
	background:-moz-linear-gradient( center top, #3bc0f8 5%, #009ee0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ee0', endColorstr='#3bc0f8');
	background-color:#009ee0;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #cccccc;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:25px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	text-align:center;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #90d7f5), color-stop(1, #009ee0) );
	background:-moz-linear-gradient( center top, #90d7f5 5%, #009ee0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#90d7f5', endColorstr='#009ee0');
	background-color:#009ee0;
	cursor:pointer
}.myButton:active {
	position:relative;
	top:1px;
}

input[type="text"],
input[type="password"] {
	font-size: 15px;
    line-height: 16px;
    padding: 3.5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0 0 8px #e5e5e5;
	-webkit-box-shadow:  inset 0 0 8px #e5e5e5;
   -moz-box-shadow: inset 0 0 8px #e5e5e5;
	color: #666;
}