<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leftColumn {
    display: table-cell;
    text-align: right;
    padding-top: 0.5em;
    padding-right: 0.5em;
    width: 35%;
    /*width: 7em;*/
    float: left;

}
.rightColumn {
    display: table-cell;
    text-align: left;
    padding: 0.2em;
    /*width: 11em;*/
    width: 55%;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'] {
    margin-bottom: 0px;
}

select {
    padding: 0px;
    width: 100%;
    border: none;
	text-indent: 10px;
	font-size: inherit;
	color: inherit ;
	font: inherit ;
	line-height: 20px;
    height:41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    border: 2px solid #eeeeee;
}

.signUp {
    width: 100%;
    /*height: 790px;*/
    height: 760px;
}
.signUp th,td {
     border: none; 
     padding: 0px 0px;
}

.half {
    width: 50%;
    float: left;
    padding-right: 1px;
}

.error{color:#900; font-size:11px; float:none; padding-left:5px;}

.small {
    font-size: 16px;
    line-height: 20px;
}

.indent {
    margin-left: 1em;
}

.signUp .small input[type='text']{
    padding-top: 5px;
    padding: 0px;
    width: 10em;
    text-indent: 10px;
    font: inherit;
    line-height: 20px;
    height: 25px;
}

.forminputhalf {
    width: 49%;
    float: left;
    padding-right: 1px;
}

.option {
    display: table;
    margin: 0 auto;
}

.sub {
    vertical-align: sub;
}
.addressLeftColumn {
   display: table-cell; 
    width: 5em; 
    padding: 0.2em; 
    text-align: right;
    line-height: normal;
}
.addressRightColumn {
    display: table-cell; 
    /*width: 10em;*/ 
    padding: 0.2em; 
    text-align: left;
    line-height: normal;
}

select[disabled] {
    background-color: #eeeeee;
}



</pre></body></html>