@charset "utf-8";
/* CSS Document */

/* forms styles
--------------------------------------------------------*/

.form-content{
    padding:10px;
    width:430px;
}
.form-left{
    width:110px;
    float:left;
    padding:7px 0px 0px 7px;
    min-height:24px;
}
.form-right{
    xwidth:190px;
    float:left;
    padding:5px;
    min-height:24px;
}
.form-clear{
    float:none;
    clear:both;
    height:0px;
	font-size:1%;
}

.short { width:325px; }

.form-row, form-row-button {
    background-color:none;
    display:block;
    min-height:28px;
}
.form-text{
    width:190px;
}
.form-ruler{
    width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
    background-color:#fcfcf0;
}
td{
    vertical-align:top;
}
.form-over{
    background-color:#EBE8BF;
}
.form-out{
    background-color:none;
}

div.horline {  border-bottom:solid 1px #ccc; margin:10px 0;  }