
/* The Main Entry Form */
/* ------------------- */

#salutation { width: 100px; }
#company, #firstname, #lastname, #email {
	width: 320px;
}

#streetno { width: 100px; }
#phone, #fax, #mobile { width: 280px; }
#contractid, #promocode { width: 120px; }

.xtown, .xstreet { width: 320px; }
#town, #street { width: 320px; }

#smstokeni { width: 10em; }

#solcontract { padding-bottom: 10px; }

#bcompany, #blastname, #bfirstname, #bstreet, #btown {
	width: 320px;
}
#bzip { width: 100px; }
#grpotonr { width: 320px; }
#idotonr { font-family: Monospace; text-color: darkblue; }


/* Location Entry Form */
/* ------------------- */

#ssalutation { width: 100px; }
#scompany, #sfirstname, #slastname, #semail, #sstreet {
	width: 320px; 
}

#sstreetno { width: 100px; }
#sphone { width: 280px; }

.xstown, .xsstreet { width: 320px; }
#stown, #sstreet { width: 320px; }

#nsn { width: 200px; }

#fritzfonc4, #fritzfonc5, #fritzfonc6, #settopbox { width: 150px;}

#aufschaltung { width: 200px; }

#grpstockwerk { width: 410px; }
#idstockwerk, #vertragskonto, #objekt { width: 200px; }
#hcompany, #hfirstname, #hlastname, #hemail { width: 320px; }
#hphone, #hmobile { width: 280px; }

/* Kanton Solothurn Aktion */
.ktso {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
	padding: 8px; 
	border: 3px solid red;
	background: #fff;
}
                  
#calcprice {
	border: 1px solid rgb(222, 226, 230);
}

/* Ostschweiz Aktion */
.ostschweiz {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 8px;
  border: 3px solid red;
  background: #fff;
}

