/***********************
 * CSS 
 * Listing... job and cv
 ***********************/
/********************************
 * Form
 ********************************/

input.alert_input{
	padding:1px;
	height:16px;
}
.alert_input{
	border: 1px solid #f00;
}

.alert_note{
	padding-left:5px;
}
.alert_graphic{
	vertical-align:middle;
}

/****************
 * Form General
 ****************/

label{
	font-weight:bold;
	font-size:10px;
}

label a, label a:hover{
	font-weight:inherit;
	color:#444;
	text-decoration:inherit;
}

input#submit{
	font-weight:bold;
	font-size:20px;
}

/***********
 * Steps
 ***********/

div.step{
	clear:both;
	width:100px;
	color:#000033;
	font-size:20px;
	float:left;
}

div.step div{
	font-size:50px;
	font-weight:bold;
	background-color:#FFCC00;
	padding:0px;
	margin:0px;
	color:#fff;
	text-align:center;
}

div.step div .small
{
	font-size:30px;
	padding:30px 0px;
}

div.step ul{
	padding:0px;
	margin:0px;
	list-style-position:inside;
}

/***********
 * Group
 ***********/

.group{
	clear:both;
	padding:30px 0px;
}

.pagebox {
	padding:0px;
	margin:10px;
	float:left;
	width:540px;
}

/*******************
 * Category selects
 *******************/
 
select.cselect{
	width:160px;
}
select.grey{
	background-color:#eee !important;
}

tr.section th{
	height:60px;
	text-align:left;
	vertical-align:bottom;
	border-bottom:1px dotted #ddd;
	background:none;
	font-weight:bold;
	font-size:12px;
}

/********************************
 * Dotted border hack for IE
 ********************************/

* html tr.section th{
	border: none;
	background: url(graphics/dotted-border-x.gif) repeat-x bottom;	
}

/********************************
 *
 ********************************/

tr th, tr td {
	background:none;
}


/*********************************
 * FORM
 *********************************/

.form_keyword{
	 border:none;
	 padding:9px 12px;
	 width:188px;
	 display:inline;
}

html > body * .form_submit{
	vertical-align:top;
}

form {
	vertical-align:text-top;
}

form input.input{
	margin:0;
	margin-bottom:5px;
	width:200px;
	height:18px;
	border:1px solid #ccc;
	padding:2px;
	vertical-align:text-top;
	font-size:1.2em;
	color:#777777;
}
form input.submit{
	margin-bottom:5px;
	vertical-align:text-top;
	margin:0;
	margin-left:10px;
	padding:0;
}
form select.input{
	font-size:1.2em;
	margin:0;
	margin-bottom:5px;
	width:205px;
	height:22px;
	border:1px solid #ccc;
	padding:2px;
	vertical-align:text-top;
	color:#777777;
}

/**
 * Dither form.
 */
div.dither{
	position:absolute;
	background:url(graphics/dither.gif) repeat;
	text-align:center;
	vertical-align:middle; 
}

div.dither div{
	border:solid 5px orange;
	margin:0 auto;
	padding:15px;
	background:url(graphics/indicator.gif) no-repeat 5px center white;
	position:relative;
	top:50%;
	color:darkgrey;
	font-weight:bold;
	font-size:16px;
	width:120px;
}


/**
 * Alert Form Element Error
 */
div.alert_form{
	padding-left:20px;
	position:absolute;
}
div.alert_form.ok{
	background:url(graphics/ok.gif) no-repeat 5px center white;
}
div.alert_form.neg{
	background:url(graphics/neg.gif) no-repeat 5px center white;
}
div.alert_form.indicator{
	background:url(graphics/indicator.gif) no-repeat 5px center white;
}
 