﻿body {
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
    min-height: inherit;
    position: relative;
    z-index: 5;
}

.mainLogo {
	background:transparent url('../images/logo_print.png') no-repeat center center;
    margin:auto;
    text-align:center;
    height:145px;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

#header {
    float: left;
    height: 145px;
    width: 900px;
    background: transparent;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 900px;
}

.tip {
    padding-left: 18px;
	background:transparent url('../images/info.png') no-repeat 0 0;
}

.tooltips:hover {
    text-decoration:none;
}

.richiesta {
    width: 250px;
}

.title {
    margin-top:5px;
    margin-bottom:5px;
    font-weight:bold;
    color:#6b1414;
}