@charset "utf-8";

/* BERUFORT MEMBER.CSS  */


/*--------------------------------------
*
*	00.COMMON
*	01.MEMBER_FORM
*	02.UTIL
*--------------------------------------*/

/**-------------------------------------
	00.COMMON
---------------------------------------**/

h3
{
	width: 820px;
	height: 40px;
	margin: 0 0 20px 0;
	text-indent: -99999px;
	background: url(../images/h3_title_01.gif) no-repeat; 
}

p
{
	margin: 0 0 0 20px;
}

/**-------------------------------------
	01.MEMBER_FORM
---------------------------------------**/

div#memberForm
{
	margin: 20px 0 0 0;
}

div#memberForm h4
{
	width: 780px;
	margin: 0 0 15px 20px;
}

div#memberForm table.memberTable
{
	margin: 0 0 30px 20px;
	width: 780px;
	border-collapse:collapse;
}

div#memberForm table.memberTable th
{
	padding:10px;
	border:solid #E1E1E1 1px;
	background-color:#ECF5E2;
	width:180px;
	text-align:left;
	vertical-align:middle;
}

div#memberForm table.memberTable td
{
	padding:10px;
	border:solid #E1E1E1 1px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
}

div#memberForm form input.btnSubmit1,
div#memberForm form input.btnSubmit2
{
	display: block;
	margin: 0 0 0 200px;
	width: 100px;
	height: 30px;
	border: none;
	text-indent: -9999px;
}

div#memberForm form input.btnSubmit1:hover,
div#memberForm form input.btnSubmit2:hover
{
	cursor: pointer;
}

div#memberForm form input.btnSubmit1
{
	background: url(../images/member_btn_01.jpg) no-repeat top;
}

div#memberForm form input.btnSubmit2
{
	background: url(../images/member_btn_02.jpg) no-repeat top;
}



/**-------------------------------------
	02.UTIL
---------------------------------------**/

input,
textarea {
	padding:3px;
	background-color: #F9F9F9;
	border: 1px solid #E1E1E1;
	color:#555555;
}

input:hover,
textarea:hover {
	background-color: #FFFFE8;
}


