/* text format --------------------------- */
.m {
	font-size: 80%;
}

.mm {
	font-size: 90%;
}

.ms {
	font-size: 80%;
	line-height: 140%;
}

.mb {
	font-size: 80%;
	font-weight: bold;
}

.s {
	font-size: 70%;
}

.ss {
	font-size: 70%;
	line-height: 140%;
}

.l {
	font-size: 110%;
}


.error {
	font-size: 70%;
	color: #FF3333
}

.certain {
	font-size: 70%;
	font-weight: bold;
	color: #FF3333
}

.attention {
	color: #FF3333;
	text-decoration: none;
}

.tx-clAD {
	font-size: 80%;
	color: #999999;
}

/* list format --------------------------- */

.listAB {
	text-indent: -2.5em;
	margin-left: 3em;
}

.list-mark {
	list-style-image: url(/std/images/list-mark.gif)
}

li {
	margin-bottom: 0.2em;
}

/* text color format --------------------------- */

.tx-clAA {
	color: #FFFFFF;
}

.tx-clBB {
	color: #FF3333;
}


/* background color format --------------------------- */

.bg-clAB {
	background-color: #FFFFFF;
}

.bg-clBB {
	background-color: #FF3333;
}

/* margin format --------------------------- */
.marginAA {
	margin-left:5px;
	margin-right:5px;
	margin-top: 5px;
	margin-bottom: 5px
}


.page-width {
	width: 760px
}


/* button format --------------------------- */
.formbutton {
	margin: 7px;
}


/* SSL box format --------------------------- */
.choice-ssl {
	margin-top: 30px;
	margin-bottom: 30px;
}
.choice-ssl h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.choice-ssl p {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Privacy box format --------------------------- */
.privacy-box {
	border: 2px solid #666666;
	padding: 6px 20px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 20px;
	width: 666px
}
.privacy-box h2 {
	font-size: 80%;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.privacy-box p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.privacy-box ol,ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Information box format --------------------------- */
.information-box {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
}
.information-box h2 {
	font-size: 80%;
	margin-top: 12px;
	margin-bottom: 5px;
}
.information-box p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.information-box ol,ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

