﻿.section > h2 {
    margin: 6px 0 0 14px;
    font-size: 8pt;
    font-weight: bold;
    color: #015ba7;
    font-family: verdana;
}

.panel > h2 {
    margin: 6px 0 0 14px;
    font-size: 8pt;
    font-weight: bold;
    color: #015ba7;
    font-family: verdana;
}

.title {
	position: relative;
	top: 3px;
	font-family: verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: black;
}


.row, .rowAddr, .rowLabel, .rowNoEvent, .rowRadio, .rowOpt {
    position: relative;
    min-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: right;
}
/*
.rowTextOnly {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: left;
    margin-left: 10px;
}
*/
.row input, .rowAddr input, .rowOpt input
{
	position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    left: 31%;
}

.row label, .rowAddr label, .rowLabel label, .rowNoEvent label, .rowOpt label {
    position: absolute;
    right: 70%;
    line-height: 20px;
    font-weight: bold;
}

.row select, .rowAddr select, .rowOpt select
{
    position: absolute;
    left: 31%;    
}
