﻿

DIV.moduloOrdine
{
    display: block;
    float: left;
    width: 400px;
    height: 400px;
    padding: 10px;
}

DIV#formOrdine
{
    display: block;
    float: left;
    width: 420px;
    border: dotted 1px #7d7d2a;
    font: 10px;
    padding: 10px 0 0 0;
}

label.block, label.blockR
{
    font-size: 10px;
    display: block;
    float: left;
    width: 50px;
    height: 17px;
    padding: 0;
    text-align: left;
    border-bottom: dotted 1px #cc9900;
    margin-right: 5px;
    color: #444;
    text-transform: uppercase;
    letter-spacing:-0.1em;
    margin-bottom: 5px;
}

label.blockR
{
    color: #999;
}

label.blockLarge
{
    font-size: 0.9em;
    display: block;
    float: left;
    width: 250px;
    height: 19px;
    padding: 0;
    text-align: left;
    border-bottom: dotted 1px #cc9900;
    margin-right: 5px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

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: 10px;
	padding: 1px 2px;
	border: 1px dotted #cc9900;
	color: #444;
	background: #AAAA44;
	margin-bottom: 5px;

}
input.form-radio
{
	padding: 0;
	margin: 0 .2em 0 0;
	border: none;
}
textarea
{
    font: 10px;
	padding: 1px 2px;
	border: 1px dotted #cc9900;
	color: #444;
	background: #AAAA44;
	
	margin-bottom: 5px;
}
textarea.small-textarea
{
	height: 3em;
}
select
{
    font: 10px;
	padding: 1px 2px;
	border: 1px dotted #cc9900;
	color: #444;
	background: #AAAA44;
	
	margin-bottom: 5px;
}
option
{
    font: 10px;
	padding: 3px 2px;
	border: 1px dotted #cc9900;
	color: #444;
	background: #AAAA44;
	
	margin-bottom: 5px;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active
{
	border: 1px dotted #996633;
	/*background: #ccffcc;*/
}

input.button
{
    text-transform: uppercase;
    margin: 0 10px 0 0;
	padding: 5px 15px;
	border: 1px solid #669966;
	background: #ccffcc;
	cursor: pointer;
}
input.button:hover
{
	background: #669966;
	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;
}

.privacy
{
    display: block;
    float: right;
    font: 10px;
	padding: 1px 2px;
	border: 1px dotted #cc9900;
	color: #444;
	background: #AAAA44;
	
	margin-bottom: 5px;
	width: 338px;
	margin-right: 20px;
}

span.radio input
{
    background: transparent;
    border: none;
}
