@charset "UTF-8";
/* CSS Document */
textarea {  
    resize: none;  
}
input, textarea {
	padding: 2px;
	color:#333;
}
input {
vertical-align: -1px;
}
.checkBoxB {
	position:relative;
	top:0px;
}
.fieldBox {
	width:470px;
	float:right;
}
.fieldBoxB {
	width:380px;
	float:right;
}
.fieldBoxC {
	width:360px;
	float:right;
}
.fieldBoxD {
	width:260px;
	float:right;
}
.fieldBoxE {
	width:320px;
	float:right;
}
.fieldBox200 {
	width:200px;
	float:right;
}
.fieldBox80 {
	width:160px;
	float:right;
}

.rightCell {
	text-align:right;
}
