/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

div.form {	
	padding: 10px;		
	background-color: #F1F1EF;
}

div.form div label,
label.req,
label {
	cursor: pointer;
	color: #6A6A6A;
	display: block;
	width: 65px;
	margin-top: 2px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

label.req {
	font-weight: bold;
}

label.default {
	cursor: default;
}

div.error label {
	width: 90px;
	margin-top: 0;
}

div.error {
	margin: 0;
	width: 535px;
}

div.input {
	background: transparent url(../gfx/bg_input.gif) no-repeat left top;
	width: 180px;
	float: left;
}

div.select {
	background-image: none;
}

div.textarea {
	background: transparent url(../gfx/bg_textarea.gif) no-repeat left top;
	width: 445px;
	height: 100px;
	float: left;
	margin-bottom: 5px;
}

div.home_search div label {
	float: none;
}

input {
	font-size: 11px;
	color: #6A6A6A;
	background-color: transparent;
	font-family: Arial, Tahoma, Verdana;
	border: none;
	width: 170px;
	height: 19px;
	padding: 3px 5px;	
}

textarea {
	width: 434px;
	height: 92px;
	color: #6A6A6A;
	padding: 3px 5px;
	border: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	background-color: transparent;
}

input#send,
input.button,
div.bg_submit input,
input#bottom_search {
	width: 80px;
	height: 22px;
	border: none;
	background: transparent url(../gfx/bg_button_send.gif);
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 0 0 0 55px;
}

input.button {
	margin: 0 0 10px 0;
}

input#bottom_search {
	background: transparent url(../gfx/bg_button_search_02.gif);
	width: 70px;
	height: 22px;
	margin: 0 0 0 25px;
}

div.form label.rules {
	width: 400px;
	padding-top: 10px;
}

div.form label.none {
	margin-top: 0;
}

div.form label.none span.check {
	display: block;
	float: left;
	padding-left: 15px;
}

img.check_border {
	border: 1px solid #126F87;
	border-left: 4px solid #126F87;
	border-right: 5px solid #126F87;
}

/*
 * Home Search
 */
div.input_search {
	background: transparent url(../gfx/bg_input_search.gif) no-repeat right top;
	width: 167px;
	margin-top: 10px;
}

div.input_search label {
	margin-top: 0;
}

div.input_search_02 {
	background: transparent url(../gfx/bg_input_search_02.gif) no-repeat left top;
}

div.input_search input,
div.input_search_02 input {
	font-size: 11px;
	color: #6A6A6A;
	font-family: Arial, Tahoma, Verdana;
	border: none;
	width: 147px;
	height: 20px;
	background-color: transparent;
}

div.input_search_02 input {
	width: 117px;
	height: 20px;
}

select.search_job,
select.search_area {
	font-size: 11px;
	color: #6A6A6A;
	font-family: Arial, Tahoma, Verdana;
	width: 180px;
	height: 19px;
	padding-top: 2px;
	margin: 0 0 2px 7px;
	border: 1px solid #C8C7BE;
}

select.search_job {
	margin-left: 0;
	width: 350px;
}

select.search_area {
	width: 123px;
	float: left;
	margin-top: 10px;
}

/*
 * Login
 */

div.bg_login label {
	width: 50px;
	float: left;
	text-align: right;
	margin: 2px 5px 0 3px;
}

div.input_login {
	background: transparent url(../gfx/bg_input_login.gif) no-repeat left top;
	width: 127px;
	height: 20px;
	float: left;
	margin-bottom: 3px;
}

div.input_login input {
	font-size: 11px;
	color: #6A6A6A;
	font-family: Arial, Tahoma, Verdana;
	border: none;
	width: 117px;
	height: 15px;
	background-color: transparent;
	padding: 2px 5px;
	margin: 0;
}

input#login,
input#reg,
input#signout {
	width: 80px;
	height: 22px;
	border: none;
	background-image: none;
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}

input#signout {
	background: transparent url(../gfx/bg_sign_out.gif) no-repeat left top;
}

input#reg {
	color: #126F87;
	font-weight: normal;
}

div.form div label.long {
	width: 200px;
	text-align: left;
}

div.form div.textarea input {
	margin-left: 60px;
}

div.form div.input input.file_02 {
	border: 1px solid #F1F1EF;
	background-color: #fff;
	background-image: none;
	height: 22px;
	padding: 3px;
	margin-bottom: 5px;	
}

div.bg_submit {
	background: transparent url(../gfx/bg_submit.gif) no-repeat left top;
	width: 535px;
	height: 22px;
	float: left;
	clear: both;
	margin-top: 5px;
}

div.bg_submit input {
	float: right;
}

/*
 * Select
 */
select,
select.select_02,
select.select_03 {
	width: 445px;
	height: 20px;
	font-size: 11px;
	color: #6A6A6A;
	font-family: Arial, Tahoma, Verdana;
	margin-bottom: 4px;
	border: 1px solid #C8C7BE;
	padding-top: 2px;
}

select.select_02,
select.select_03 {
	width: 150px;
	float: left;
	height: 70px;
}

select.select_02 {	
	margin-right: 5px;
}

select.multiple {
	height: 100px;
}

div.form input#subscribe,
div.form input#unsubscribe {
	background: transparent url(../gfx/bg_button.gif) no-repeat left top;
	width: 100px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0px 0 0 7px;
	margin-left: 10px;
	cursor: pointer;
}

a.signout {
	background: transparent url(../gfx/bg_signout.gif) no-repeat left top;
	display: block;
	width: 80px;
	height: 22px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 0 27px;
	font-size: 11px;
}

input.checkbox {
	border: none;
	width: 20px;
}
