.dotSpan{
	font-size:10pt;
	color:#A7A7A7;
	border-bottom:1px dotted #A7A7A7;
	cursor:pointer;
}

.dotSpan:hover{
	color:#f00;
	border-color:#f00;
}

.labelDiv{
width:228px;
display:inline-block;
float:left;
text-align:right;
padding-right:10px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
letter-spacing: -0.2pt;
}

div.superBig{
	font-size:17pt;
	height:25px;
	color:#808080;
	line-height: 35px;
}


input.superBig{
		font-size:17pt;

}



div.big{
	font-size:14pt;
	height:25px;
	color:#A3A3A3;
	line-height: 29px;
}


input.big{
		font-size:14pt;
      box-sizing: border-box;
}

div.normal{
	font-size:11pt;
	height:25px;
	color:#949494;
	line-height: 24px;
}


input.normal, select.normal{
font-size: 11pt;
  width: 200px;
  box-sizing: border-box;

}

div.small{
	font-size:8pt;
	height:20px;
	color:#7a7a7a;
	line-height: 20px;
}


input.small, select.small{
  font-size: 8pt;
  width: 110px;
  box-sizing: border-box;

}


.kill{
color:#444;
border-bottom:1px dotted #444;
text-decoration:none;
cursor:pointer;
float:right
}
.kill:hover{
	color:#CE2115;
border-bottom:1px dotted #CE2115;
	
}
