a {
	color: #04599c;
	text-decoration: none;
}

body {
	background-image: url("../images/sfondoLogin.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	font-family:"Arial";
	font-weight:bold;	
	font-size:20px;
	color:#04599c;
}

div {
	float: left;
}

div.mainDiv {
	display:     block;
	width:       620px;
	height:      60px;
	position:    absolute;
	top:         310px;
	left:        50%;
	margin:      -30px 0 0 -310px;
}

.sublink {
	font-size:12px;
}

.inputText {
	background: white;
	font-size:20px;
	border: 1px solid #0070b0;
	width:150px;
	height:26px;
	margin-bottom:5px;
}

.inputSubmit {
	cursor:pointer;
	font-size:24px;
	font-weight: bolder;
	color:#04599c;
	background-color: transparent;
	border:none;
}

div.inputCaption {
	letter-spacing: -1px;
	font-weight:bolder;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	font-style:italic;
}
