﻿
/* form 1 */


.form1 fieldset
{
    border: 1px solid #d3d7cf !important;
    padding: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.form1
{
    /*margin: 1em 0;
    padding-top: 10px;*/
}
.form1 fieldset
{
    /*margin:0; 		padding:0;*/
    border: none;
    float: left;
    display: inline;
    margin-left: 25px;
}

.form1 .half input[type=text]
{
    width: 126px;
}

.form1[readonly=true] div[type=element]
{
    /*padding: 6px;
    border-bottom: 1px solid #C8C9B5;
    border-right: 1px solid #C8C9B5;
    white-space: pre-wrap; /*width:252px;*/
    border-radius: 4px 4px 4px 4px;
    border:solid 1px #d3d7cf;
    margin-bottom: 8px;
    opacity: 1 !important;
    padding: 9px 7px 10px;
    width: 296px;
    display:block; 
}

.form1[readonly=true] div[type=label] label
{
    font-weight: normal;
}

.form1[readonly=true] div[type=element] span
{
    display: inline-block; /*width:252px !important;*/
}

/*.form1[readonly=true] div[type=element] span.half 
	{
	    display: inline-block;
	    width:126px !important;    
    }*/

.form1 .invalid
{
    padding-left: 5px;
}

.form1 h3
{
    color: #3465a4 !important;
}
/*.form1 legend{display:none;}	*/
.form1 p
{
    margin: .5em 0;    
}
.form1 label
{
    /*display:block;*/
    padding-top: 8px;
}
.form1 input, .form1 textarea
{
    width: 252px;
    border: 1px solid #d3d7cf; /*#ddd;*/
    background: #fff url(form1/form_input.gif) repeat-x;
    padding: 6px;
}

.form1 input[type=checkbox], .form1 input[type=radio]
{
    width: auto;
    border: 0px solid #d3d7cf;
}
.form1 textarea
{
    height: 125px;
    overflow: auto;
}
.form1 p.submit
{
    clear: both;
    background: url(form1/form_bottom.gif) no-repeat 0 100%;
    padding: 0 25px 20px 25px;
    margin: 0;
    text-align: right;
}
.form1 input[type=submit]
{
    width: 96px;
    height: 32px;
    border: none;
    background: url(form1/form_button.png) no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.form1 select
{
    width: auto;
    border: 1px solid #d3d7cf; /*#ddd;*/
    background: #fff url(form1/form_input.gif) repeat-x;
    padding: 6px;
}

.form1 .select-item
{
    padding: 0px !important;
}


.form1 .select-item TD.select-item-left
{
    border-left: 1px solid #d3d7cf;
    border-top: 1px solid #d3d7cf;
    border-bottom: 1px solid #d3d7cf;
    border-right: 0px solid #d3d7cf;
}

.form1 .select-item TD.select-item-right
{
    border-left: 0px solid #d3d7cf;
    border-top: 1px solid #d3d7cf;
    border-bottom: 1px solid #d3d7cf;
    border-right: 1px solid #d3d7cf;
}

.form1 .select-item INPUT
{
    border: 0px solid transparent !important;
    padding: 4px !important;
}

.form1 .invalid
{
    font-style: italic;    
    color: red;
}

.form1 .valid
{
    text-decoration: underline;
}

.form1 .select-item TEXTAREA
{
    border: 0px solid transparent !important;
    padding: 4px !important;
}

.form1 TD.select-item-right:hover
{
    background-color: #d3d7cf;
}

.form1 .select-item button
{
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 0px solid transparent;
    background-color: transparent;
    background-image: url('form1/search_b_20.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    margin-left: 2px;
}

/* // form 1 */