	.inputTableTitle_blue {
		padding-left: 30px;
		color: #333333;
		height: 80px;
		/*vertical-align: middle;*/
		 line-height: 80px;
		background-color: #dfeeff;/*#8a99c1;*/
	}

	.editRoundBox_blue {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #bdccff; /* #8a99c1; #dfeeff;*/
		width: 90%;
		height: 30px;

		padding-left: 5px;


		border-radius: 5px;
		-moz-border-radius: 5px; /*구형 파이어폭스 */
		-webkit-border-radius: 5px; /* 구형 크롬 */
		-o-border-radius: 5px; /*구형 오페라*/
	}


	.editColor_blue {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #bdccff; /* #8a99c1; #dfeeff;*/
	}



	.inputTableTitle_pink {
		padding-left: 30px;
		color: #333333;

		height: 80px;
		/*vertical-align: middle;*/
		 line-height: 80px;
		background-color: #f7b9f2;/*#8a99c1;*/
	}

	.editRoundBox_pink {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #e6a8e1; /* #8a99c1; #dfeeff;*/
		width: 100%;
		height: 30px;

		padding-left: 10px;


		border-radius: 5px;
		-moz-border-radius: 5px; /*구형 파이어폭스 */
		-webkit-border-radius: 5px; /* 구형 크롬 */
		-o-border-radius: 5px; /*구형 오페라*/
	}

	.textareaRoundBox_pink {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #e6a8e1; /* #8a99c1; #dfeeff;*/
		/*width: 100%;*/
		/*height: 30px;*/

		padding: 10px;


		border-radius: 5px;
		-moz-border-radius: 5px; /*구형 파이어폭스 */
		-webkit-border-radius: 5px; /* 구형 크롬 */
		-o-border-radius: 5px; /*구형 오페라*/
	}



	/* 왼쪽 글씨 정렬 */

	.inputTableLeft {
		text-align: right;
		padding-right: 30px;
		width: 100px;
		height: 50px;
	}


	/*
	// 샘플
	
	<div class="inputTableTitle_blue"><h2>기본정보입력<h2></div>
	<br />
	<table>
	<tr><td class="inputTableLeft">아이디</td>
	<td><input name="f_id" id="f_id" type="text" class="editRoundBox_blue" placeholder=">> 아이디를 이력하세요"/></td></tr>

	<tr><td class="inputTableLeft">아이디2</td>
	<td><input name="f_id" id="f_id" type="text" class="editRoundBox_blue"/></td></tr>

	<tr><td class="inputTableLeft">아이디3</td>
	<td><input name="f_id" id="f_id" type="text" class="editRoundBox_blue"/></td></tr>
	
	<table>
	*/