/* CSS Document */

h1.mg-vac {
	display: block;
	background-image:url(../images/title_management-recruitment-registration.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 587px;
	margin-bottom: 10px;
}

dl.col1 {
	float:left;
	width:225px;
}

dl.col2 {
	float:right;
	width:225px;
}

dl.col3 {
	float:left;
	width:225px;
}

dl.col4 {
	float:right;
	width:225px;
}

div.signup-form {
	clear:right;
	border-top:2px solid #aedfe5;
	margin-top:10px;
}

div.signup-form-entry dd input, textarea {
	width:210px;
	border:2px solid #dadada;
}

div.signup-form-entry dd textarea {
	width:100%;
	height:117px;
	margin-bottom:0;
	overflow-x: visible;
}

div.signup-form-entry dl.col1 dd textarea, dl.col4 dd textarea {
	width:210px;
}

div.signup-form-entry dd select {
	border:2px solid #dadada;
	width:210px;
	height:22px;
}

div.signup-form-entry label {
	margin-left:3px;
	font-size:10px;
}

div.signup-form-entry dd {
margin-top:2px;
margin-bottom:5px;
}

div.signup-form-entry label.eligible {
	font-size:10px;
}

div.signup-form-entry input.send {
	background-image:url(../images/btn/submit-form-button.gif);
	background-color:transparent;
	border:0;
	width:106px;
	height:17px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
}

div.signup-form-entry input.check {
	width:auto;
	border:0;
}

div.signup-form-entry dd textarea.small_textarea {
	height:40px;
}

div.signup-form-entry dd textarea.large_textarea {
	height:310px;
}


div.signup-form-entry dd textarea.address {
	height:147px;
}

a.cancel {
	margin-top:10px;
}


