/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul {	list-style: none; } blockquote, q {	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;} :focus {	outline: 0; } ins {	text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0;}

/* INIZIO CSS */

body {
	font-family: Tahoma;
	font-size: 13px;
	color: #0057ae;
}

a {
	color: #4dc4e8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 970px;
	margin: 20px auto 0 auto;
}

#box {
	width: 970px;
	height: 600px;
	background-image: url(../img/mutuo_tasso_protetto_bg.gif);
	background-repeat: no-repeat;
}

#col1 {
	float: left;
	width: 621px;
	margin-top: 0px;
}

#col2 {
	float: right;
	width: 349px;
	margin: 0;
}

h1 {
	text-indent: -9999px;
	height: 21px;
	width: 161px;
	background-image: url(../img/conto_ess_web.gif);
	margin: 20px 0 0 56px;
}

h2 {
	text-indent: -9999px;
	font-size: 10px;
	height: 273px;
	width: 347px;
	background-image: url(../img/mutuo_tasso_protetto_testo.jpg);
	margin: 30px 0 0 52px;
}

.punti {
	margin: 55px 0 0 52px;
	padding: 0;
}

.punti #item1 {
	display: block;
	width: 301px;
	height: 26px;
	text-indent: -9999px;
	background-image: url(../img/plus1.jpg);
}

.punti #item2 {
	display: block;
	width: 301px;
	height: 26px;
	text-indent: -9999px;
	background-image: url(../img/plus2.jpg);
}

.punti #item3 {
	display: block;
	width: 301px;
	height: 26px;
	text-indent: -9999px;
	background-image: url(../img/plus3.jpg);
}

#form {
	width: 225px;
	margin: 15px 0 0 30px;
}

#form #pulsante {
	display: block;
	width: 195px;
	height: 66px;
	margin-top: 10px;
	text-indent: -9999px;
	background-image: url(../img/mutuo_tasso_protetto_bt_preventivo_gratis.jpg);
	background-repeat: no-repeat;
}

.logo {
	margin-left: 54px;
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	margin: 8px 0 0 0;
	color: #4dc4e8;
}
#disclaimer {
	margin: 15px 0 0 74px;
	width: 760px;
	font-size: 9px;
	color: #909090;
}
