#appform {
	float: left;
	margin-top: 2em;
	width: 98%;
	font-size: 0.9em;
}
#thisForm {
	float: left;
	margin-top: 1em;
	width: 100%;
}

.formLine , .formLineLast  {
	float: left;
	width: 470px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.formLine .itemMessage, .formLineLast .itemMessage  {
	float: left;
	width: 100px;
}
.formLine .value, .formLineLast .value    {
	float: left;
	width: 135px;
	margin-right: .5em;
}
.formLine .item, .formLineLast .item  {
	background-color: #EFEFEF;
	float: left;
	width: 125px;
	text-align: right;
	margin-right: 1em;
}

.formLineLast {
	height: 20px;
	margin-bottom: 1em;
}


.checker {
	margin-top: 1px;
}
.formSubmitBlock {
	float: left;
	width: 100%;
	margin-top: 1em;
}
.subBlock   {
	float: left;
	margin-top: 0.5em;
	margin-left: 1em;
	width: 100%;
	margin-bottom: 1em;
}


.last {
	border-bottom-width: 1px;
	margin-bottom: 1em;
}
.formLine .itemExt, .formLineLast .itemExt {
	background-color: #EFEFEF;
	float: left;
	width: 210px;
	text-align: right;
	margin-right: 1ex;
}

.formLineAgree {
	margin-top: 2em;
	float: left;
	width: 600px;
	margin-bottom: 1em;
}
.formLineAgree .value {
	float: left;
	width: 100px;
}

.formLineAgree .gogo  {
	float: left;
	width: 100px;
	margin-top: .5em;
	margin-left: -1em;
}

.formLineAgree .itemExt {
	float: left;
	width: auto;
	margin-right: 2em;
}
.formLineAgree .valueContinue {
	float: left;
	width: 100px;
	margin-left: 14em;
}
#termsBlock #appform div #terms {
	float: left;
	margin-top: 2em;
	clear: both;
	width: 100%;
}
#termsBlock #appform div .formLine .itemMessage .asterick,
#termsBlock #appform div .formLineLast .itemMessage .asterick {
	font-size: 1.5em;
}

