/* forms */

form {
	margin: 0;
	padding: 0;
}

.ni {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.smalltext {
	width: 40px;
}

.largetext {
	width: 380px;
}

.mediumtext {
	width: 260px;
}

.errmsg {
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.errmsg span {
	color: black;
}

.aster {
	font-size: 9px;
	color: red;
	font-style: italic;
}

.rowform,
.rowform2,
.rowform3,
.rowformb {
	position: relative;
	width: 546px;
	margin-bottom: -1px;
	text-align: center;
	height: 28px;
	background-color: #E3EEF4;
	border: 1px Solid #CCC;
}

.leftform {
	position: absolute;
	top: 5px;
	left: 0;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

.leftform span {
	margin-right: 5px;
}

.rightform *,
.rightform2 *,
.rightform3 * {
	margin-left: 3px;
	margin-top: 2px;
}

.rightform,
.rightform2,
.rightform3 {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 395px;
	height: 28px;
	text-align: left;
	border-left: 1px Solid #CCC;
	background-color: #fff;
}

.rightform span {
	position: relative;
	top: -5px;
}

.formhostalname {
 margin-top: 5px;
 margin-left: 5px;
 font-weight: bold;
 font-size: 16px;
}

.rightform textarea,
.rightform2 textarea,
.rightform3 textarea {
	width: 380px;
	height: 70px;
}

.rowform2,
.rightform2 {
	height: 80px;
}

.rowform3,
.rightform3 {
	height: 160px;
}

.rightform3 textarea {
	height: 150px;
}

.rightform3 .wcode {
	height: 80px;
}

.rowformb {
	height: 40px;
}

.buttonsform {
	width: 450px;
	float: left;
	padding: 1px;
}

.buttonsform input,
.formbutton {
	color: #164A63;
	font-weight: bold;
	margin-top: 2px;
	border: 1px Dashed #164A63;
	background-color: #ccc;
}

.linerecomend {
  margin-top: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
