.submitBut, .submitAddBut {
	background-image: url(../img/submitBut.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 10px;
	cursor: pointer;
	padding-bottom: 2px;
	width: auto;
}
.generalForm {
	background-image: url('../img/borderpage.png') ;
	background-repeat: no-repeat;
	width: 1000px; height: 670px; /* adjust these values to match your movie */
	position: absolute;
	left: 50%; top: 50%; /* position the centre of the movie in the centre of the screen */
	margin: -335px 0 0 -500px; /* adjust the values 200 and 250 so they are half that of the height and width of your movie */
	padding-left: 200px;
	padding-top: 70px;
	float: left;
	font-family: "Helvetica";
}
.generalForm .titles, .generalForm .formLabel {
	font-size: 14px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 6px;
	line-height: 16px;
	height: auto;
}
.generalForm .detail a, .generalForm  .formInput a {
	margin-right: 20px;
	font-size: 12px;
}
.generalForm .detail, .generalForm  .formInput {
	width: 485px;
	line-height: 16px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	
}
.generalForm .error_message {
	width: 485px;
	line-height: 16px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	color: red;
	
}

.textInput, .textInput2, .textInput3, .inputFile, #googleMap, .inputBirth, .inputSelect, .inputSelectDate {
	height: 17px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.textCheck {
	height: 16px;
	width: 16px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
.detail label {
	font-size: 14px;
	height: auto;
	margin-right: 10px;
	clear: none;
	max-width:305px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.textAreaInput {
	width: 500px;
	height: 100px;
	border: 1px solid #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	
}