﻿DIV.formContatti
{
    font-family: Tahoma;
	text-align: left;
}

label.block, label.blockR
{
    font-family: Tahoma;
    font-size: 0.8em;
    display: block;
    float: left;
    width: 55px;
    height: 20px;
    padding: 5px 0 0 5px;
    text-align: left;
    border-bottom: dotted 1px #999;
    margin-right: 5px;
}

label.blockR
{
    color: #999;
}

label.note
{
    font-size: 0.8em;
    display: block;
    float: left;
    width: 300px;
    height: 20px;
    text-align: left;
    margin-left: 130px;
    font-style: italic;
}

input
{
    font-family: Tahoma;
    font-size: 1em;
	padding: 2px 4px;
	border: 1px solid #AAA;
	color: #333;
	background: #fafafa;
	margin: 4px 2px;
}
input.form-radio
{
	padding: 0;
	margin: 0 .2em 0 0;
	border: none;
}
textarea
{
    font-family: Tahoma;
    font-size: 1em;
	padding: 2px 4px;
	border: 1px solid #AAA;
	color: #333;
	background: #fafafa;
	margin: 4px 2px;
}
textarea.small-textarea
{
	height: 3em;
}
select
{
	padding: 2px 2px;
	margin: 4px 2px;
	border: 1px solid #AAA;
	color: #333;
	background: #fafafa;
}
option
{
	display: block;
	padding: .1em;
	margin: .1;
	color: #333;
	background: #fafafa;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active
{
	border: 1px solid #669966;
	background: #D1E6EF;
}

.button
{
    font-family: Tahoma;
    font-size: 1.2em;
	padding: 6px 15px;
	border: 1px solid #AAA;
	color: #333;
	background: #fafafa;
	cursor: pointer;
}
.button:hover
{
	background: #999999;
	color: #fff;
}

input.disabled
{
	color: #555;
	border: 1px solid #EEE;
}

input.disabled:focus, input.disabled:active, 
textarea.disabled:focus, textarea.disabled:active, 
select.disabled:focus, select.disabled:active
{
	border: 1px solid #EEE;
	background: #fafafa;
}

DIV.commands
{
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0px;
}


#booking label
{
    font-size: 0.8em;
    display: block;
    float: left;
    width: 60px;
    height: 20px;
    text-align: right;
    border: none;
    color: #003366;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    padding: 0px;
}

#booking input
{
    display: block;
    float: left;
    height: 16px;
    font-size: 0.8em;
	border: none;
	color: #333;
	background: #d6f1ff;
	margin: 0 0 3px 3px;
	padding: 4px 0 0 5px;
}

#booking textarea
{
    display: block;
    float: left;

    font-size: 0.8em;
	border: none;
	color: #333;
	background: #d6f1ff;
	margin: 0 0 3px 3px;
	padding: 4px 0 0 5px;
}

#booking select
{
    display: block;
    float: left;
    height: 20px;
    font-size: 0.8em;
	border: none;
	color: #333;
	background: #d6f1ff;
	margin: 0 0 3px 3px;
	padding: 0px;
}
#booking option
{
    display: block;
    float: left;
    height: 20px;
    font-size: 0.8em;
	border: none;
	color: #333;
	background: #d6f1ff;
	margin: 0 0 3px 3px;
	padding: 0px;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active
{
	border: 1px solid #669966;
	background: #D1E6EF;
}

.button
{
    font-family: Tahoma;
    font-size: 1.2em;
	padding: 6px 15px;
	border: 1px solid #AAA;
	color: #333;
	background: #fafafa;
	cursor: pointer;
}
.button:hover
{
	background: #999999;
	color: #fff;
}

input.disabled
{
	color: #555;
	border: 1px solid #EEE;
}

input.disabled:focus, input.disabled:active, 
textarea.disabled:focus, textarea.disabled:active, 
select.disabled:focus, select.disabled:active
{
	border: 1px solid #EEE;
	background: #fafafa;
}

DIV.commands
{
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0px;
}

