
.moji1 { color: #502606; font-weight: normal; }
.moji2 { font-size: 11px; line-height: 130%; }
.ftb1 { text-align: right; padding-right: 10px; border-right: 3px solid #81aac7; }
.ftb2 { padding-bottom: 15px; padding-left: 10px; }
.moji3 { color: #5a91b3; font-size: 10px; }
.moji4 { color: #b9000d; }
.moji5 { color: #878787; }
.moji6 { color: #535353; font-size: 45px; }

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red; font-size: 11px; padding-right: 0; padding-left: 10px; }
div.error { display: none; }
input:focus {  }
input.error { border: dotted 1px red; }
form.cmxform .gray * { color: gray; }

.linkblack { text-align: right; }
.linkblack a { color: #535353; }
