﻿#cboxContent {
    padding: 20px;
}


html *,
body *,
img,
a {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
}

label.error,
span.error,
div.error
{
    color: #ff0000;
    font-size: 11px;
    display: block;
}

div.request div.error{
    top: 22px;
}

div.privacy div.error{
    top: 1px;
    left: 280px;
}

input.error, textarea.error, select.error
{
}

div.field
{
    margin-bottom:10px;
    vertical-align:top;
}

div.field span
{
    vertical-align: top;
}

#contatti input[type=text], textarea, select
{
    border: solid 1px #cccccc;
    width: 250px;
    color: black;
    font-size: 12px;
}

input[type=button], input[type=submit]
{
    display: block;
}

textarea
{
    width: 255px;
}

input[type=text]
{
	height: 24px;
	padding: 4px;
}


input[type=text]:focus, input[type=button]:focus, input[type=submit]:focus, textarea:focus
{
    -moz-box-shadow: 0px 1px 1px #888;
    -webkit-box-shadow: 0px 1px 1px #888;
    box-shadow: 0px 0px 15px #888;
}

textarea
{
    overflow: hidden;
}

b,
strong
{
    font-weight: 700;
}

.inputWrapper.captcha label {
    width: 250px;
}

div, button {
    outline: 0;
}

#contact input,
#contact textarea {
    font-size: 12px;
}

#contact .inputWrapper {
    margin-bottom: 5px;
    position: relative;
}

#contact label {
    display: inline-block;
    width: 100px;
}

#contact .captcha label {
    width: 200px;
}

#contatti .captcha {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 30px;
    width: 341px;
}

#contact a {
    color: #fff;
}

#contatti div.preventivo {
    display: none;
}



/* fotogallery */

table.fotogallery td
{
    padding: 10px;
}

table.fotogallery img
{
    margin-bottom: 5px;
    opacity: 1;
}

table.fotogallery img:hover
{
    opacity: 0.8;
}

table.fotogallery .text
{
    font-size: 14px;
	text-align: left;
    padding-left: 0;
}

table.fotogallery a
{
	text-align: left;

}

table.fotogallery .descr
{
    font-size: 12px;
}


#cboxTitle {
    top: 7px !important;
    left: 7px !important;
}