﻿#container
{
    width: 718px; 
    /*height: 447px;*/
    margin: 5px 0px 0px 8px;  
    /*background-image:url('../images/griglia/bkg_griglia.jpg');*/
    background-repeat:no-repeat;
    position: absolute;
    top:0px;
    left:0px;
}

#formbox
{
    position:relative;
}
p
{
    vertical-align: text-top;
    margin: 10px 0px 9px 0px;
}
#formbox > p
{
    height: 19px;
}
span
{
    width: 0px;
    min-width: 0px;
}
.label
{
    display: inline-block;
    position: relative;
    width:80px;
    text-align:right;
    border: 1px solid #658cb1; /* 789bbb;*/
    padding-right: 4px;
    vertical-align: top;
    padding-top:2px;
    height:15px;
    
    zoom: 1;
    *display:inline;
}

.required:before 
{ 
    content: "*" ;
}

.required
{ 
    color: Yellow;
}

span.small
{
    width: 86px;
}
span.xsmall
{
    width: 64px;
}


.scrollerExt 
{
    width: 260px;
    height: 142px;
    display: inline-block;
    text-align: left;
    padding: 0px 0px 0px 0px; /* 11px 0px 0px 3px; */
    margin:0;
    border: 0px none;
    
    zoom: 1;
    *display:inline;
}
.scrollerInt
{
    margin:0;
    padding:0;
    color: Black;
    background-color: White;
    border: 1px solid black;
    display: block;
    overflow: auto;
    text-align: left;
    width: 100%;
    height: 100%;
}
.scrollerInt table
{
    width: 100%;
}


textarea.xxlarge
{
    height:140px;
    width: 440px;
    font:inherit;
    font-size: 1.1em;
    border: 1px solid black;
    margin: 0px 0px 0px 3px;
    padding: 1px;
    /*resize: none;*/
    overflow: auto;
    min-height: 140px;
    max-height: 140px;
    min-width: 440px;
    max-width: 440px;
}

input[type=checkbox]
{
    /*border: 1px solid black;*/
}
input[type=submit], input[type=button]
{
    height:auto;
    margin: 0px;
}

input[type=text]
{
    width: 144px;
    border: 1px solid black;
    margin: 0px 0px 0px 3px;
    height:15px;
    padding: 1px;
    /*display: inline;*/
}

input[type=text].xxlarge
{
    width: 384px;
}

input[type=text].xlarge
{
    width: 262px;
}

input[type=text].large
{
    width: 160px;
}

input[type=text].small
{
    width: 48px;
}

input[type=text].xsmall
{
    width: 27px;
}

select
{
    width: 148px;
    margin: 0px;
    height: 19px;
}
*:first-child+html select
{
    font-size: 0.9em;
    line-height: 1em;
}

p.float
{
    float:left;
}

.colSx
{
    float:left;
    display:inline-block;

    zoom: 1;
    *display:inline;
}
.colDx
{
    display:inline-block;
    margin: 0px 0px 0px 10px;

    zoom: 1;
    *display:inline;
}
/*
.colDx:after
{
    clear:both;
}
*/
.top
{
    margin-bottom:3px;
}
#lblRichiesta
{
    margin-left:3px;
}

#chkAccetto
{
    padding: 0px 3px 3px 0px;
}
.errorItem
{
    padding: 4px;
    background-color: Red;
}#errorBar
{
    /*background-color: Red;*/
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin: 10px 0px 8px 0px;
    height: 15px;
}
#buttonBar
{
    margin: 8px 0px 8px 0px;
}
*:first-child+html p /* ie7 only */
{
    margin: 7px 0px 6px 0px;
}

a, a:visited, a:hover
{
    color:#ffba00;
}

#cblProdotti input:checked + label
{
    font-weight: bold;
    font-size: 1.1em;
    color: #aa0000;
}




#display {
	width: 442px;
	margin-top: -100px;
	margin-left: -221px;
}

#btnSubmit
{
    position: absolute;
    right: 20px;
}

#btnSubmitContainer
{
    display:block;
    height: 20px;
}


#display ul
{
    margin: 12px 0px 12px 0px;
    padding-left: 16px;
}

#display ul > li
{
    vertical-align: middle;
}

#display hr
{
    margin-top: 20px;
    width: 88%;

    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid Transparent;
    border-left: 1px solid Transparent;
    
}
