@charset "utf-8";

/* BERUFORT REQUEST.CSS  */

@import "../../common/css/form.css";


/*--------------------------------------
*
*	00.HEAD
*	01.FORM
*
*--------------------------------------*/


/**-------------------------------------
	00.HEAD
---------------------------------------**/

h2#requestH2 
{
	width: 820px;
	height: 180px;
	margin: 0 0 30px 0;
	text-indent: -99999px;
	background: url(../images/requestH2.jpg) no-repeat;
}

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


/**-------------------------------------
	01.FORM
---------------------------------------**/

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

table#form_table {
	width:780px;
}

.btn_submit  {
	margin:0 0 0 240px;
}

span.reqSchoolComm
{
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px;
	color: #666666;
}




