
body {
	font-family:	Oxygen, Helvetica, sans-serif;
	color:		#888888;
}

#calligoLogo {
	text-align: center;
	margin-top: 50px;
}

#calligoLogoText {
	font-family: Arial, sans-serif;
	font-size: 2em;
	letter-spacing:	1em;
	margin-left: 30px;
	vertical-align: middle;
	color: #000000;
}

#calligoLogoIcon {
	vertical-align: middle;
}

input[type="input"] {
	margin:		10px;
	border:		solid 1px #dcdcdc;
	transition:	box-shadow 0.3s, border 0.3s;
}
input[type="input"]:focus,
input[type="input"].focus {
	border:		solid 1px #707070;
	box-shadow:	0 0 5px 1px #969696;
}

input[type="password"] {
	margin:		10px;
	border:		solid 1px #dcdcdc;
	transition:	box-shadow 0.3s, border 0.3s;
}
input[type="password"]:focus,
input[type="password"].focus {
	border:		solid 1px #707070;
	box-shadow:	0 0 5px 1px #969696;
}

input[type="submit"] {
	width: 150px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	margin: auto;
	margin-top: 30px;
} 

input[type="submit"]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

input[type="submit"]:active {
	position:relative;
	top:1px;
}

table {
	margin: auto;
	margin-top: 50px;
}

.error {
	color: #ff0000;
	text-align: center;
	padding-top: 10px;
}

#mailIcon {
	display: block;
	margin: auto;
	margin-top: 20px;
}

#wwwIcon {
	display: block;
	margin: auto;
	margin-top: 20px;
}

