.form-reguired {
	font-size : 11px;
	font-weight : bold;
	color : #ba0000;
}

.form-error {
	font-size : 11px;
	font-weight : bold;
	color : #ba0000;
}

.form-header {
	margin : 0px;
	padding : 1px;
	line-height : 1px;
	border-bottom : 1px dotted #aaaaaa;
}

.form-left {
	margin : 0px;
	padding : 4px;
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	width : 220px;
}

.form-right {
	margin : 0px;
	padding : 2px;
}

.inputText {
	font-size : 12px;
	width : 312px;
	height : 16px;
	border : 1px solid #aaaaaa;
}

.inputTextSelect {
	font-size : 12px;
	width : 305px;
	height : 20px;
	border : 1px solid #aaaaaa;
}

.inputTextSelectRow {
	float: left;
	font-size : 12px;
	width : 305px;
	height : 20px;
	border : 1px solid #aaaaaa;
}
.chbox {
	float: left;
	margin-right: 10px;
}

.inputTextArea {
	font-size : 11px;
	width : 312px;
	height : 100px;
	border : 1px solid #aaaaaa;
}

.inputFile {
	font-size : 12px;
	width : 304px;
	_height : 22px;
	border : 1px solid #aaaaaa;
}

.inputSubmit {
	font-size : 11px;
}

.selectUserText, .selectServerText, .selectClubText, .selectPartyText, .selectPhotoText, .selectReportText {
	position : relative;
	margin : 0;
	padding : 0;
	font-size : 11px;
	width : 300px;
	height : 50px;
}

.selectUserButton, .selectServerButton, .selectClubButton, .selectPartyButton, .selectPhotoButton, .selectReportButton {
	position : relative;
	margin : 0;
	padding : 0;
	left : -1px;
	font-size : 11px;
	width : 304px;
}

.fieldsetBorder {
	overflow : auto;
	padding : 5px;
	margin : 0px;
	margin-bottom : 5px;
	background-color : #f1f1d0;
	border-bottom : 1px dotted #bbbbbb;
}

.fieldsetSelected {
	background-color : #e7e8bb;
}

.fieldsetLegend {
	padding : 0px;
	margin : 0px;
	padding-bottom : 2px;
	margin-bottom : 5px;
	font-weight : bold;
	border-bottom : 1px dotted #bbbbbb;
}

.fieldsetButton {
	margin-top : 10px;
	text-align : right; 
}

.captchaCode {
	font-size : 12px;
	width : 300px;
	height : 16px;
	border : 1px solid #aaaaaa;
}
.text_box {
	font-size : 12px;
	width : 150px;
	height : 16px;
	border : 1px solid #aaaaaa;
}
span.info {
	padding-left: 5px;
	padding-right: 5px;
}