/* CSS Document */

form {
@@margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.name {
	width: 100px;
	ime-mode: active;
}

.birthday {
	width: 100px;
	ime-mode: disabled;
}

.age {
	width: 50px;
	ime-mode: disabled;
}

.address {
	width: 250px;
	ime-mode: active;
}

.fJobcontent  {
	width: 250px;
	ime-mode: active;
}

.tel {
	width: 120px;
	ime-mode: disabled;
}

.zip {
	width: 80px;
	ime-mode: disabled;
}

.span {
	width: 80px;
	ime-mode: active;
}

.email {
	width: 250px;
	ime-mode: disabled;
}

.fPurpose {
	width: 350px;
	ime-mode: active;
}

.language {
	width: 50px;
	ime-mode: disabled;
}

.language2 {
	width: 200px;
	ime-mode: active;
}
.err_title {
	color:				#CC0000;
}

.err_form {
	background-color:	#FFDDDD;
}

.err_msg {
	color:				#CC0000;
	margin-left:		10px;
	font-size:			10px;
}
