
html,body{background:#F4F6F8;margin:0;background-image:url('');background-attachment:fixed;}
.content{color:#777;font:12px/1.4; arial,sans-serif;margin:0px auto;max-width:820px}
h1{font-size:12px;font-weight:normal;color:#222;margin:0;}
p{margin:0 0 0px}

a {color:#333333;text-decoration:none;}
a:hover {color: #000000;text-decoration: underline;}

.cred{margin-top:20px;font-size:11px;}

input[type="text"] {
border-radius: 2px;
-moz-border-radius: 2px; // Per Mozilla
-webkit-border-radius: 2px; // Per chrome e safari
behavior: url(PIE/PIE.htc); // Per IE
border: 0px solid;
outline: none;
}



select {
border-style: none;
border-style: hidden;
border-radius: 1px;
-moz-border-radius: 1px; // Per Mozilla
-webkit-border-radius: 1px; // Per chrome e safari
behavior: url(PIE/PIE.htc); // Per IE
border: solid 0px;
outline: none;
}


#galleria {
height:100%;    /* defines a static gallery height */
max-width:100%; /* defines a responsive width */