@charset "utf-8";

.action{
	line-height:2;
}
.action tr,td{
	line-height:2;
}
.registForm{
	width:700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #EEEEEE;
	font-size:0.9em;
}

.defaultform{
	background-image: url(../images/bg_form.jpg);
	background-repeat: repeat-x;
}
.defaultform p { margin: 0; }
.defaultform em{
	color: #FF0000;
	font-style: normal;
}
.cursor{
	cursor: pointer;
}
.defaultform fieldset {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.defaultform div{
	padding-top: 5px;
	padding-bottom: 5px;
}
.defaultform legend {
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.defaultform fieldset .noBorder{
	border:none;
}
.defaultform label,span.label {
	margin-right: 10px;
	padding-right: 5px;
	height:100%;
	display: block;
	float: left;
	text-align: right;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	color: #666666;
}
