﻿@charset "utf-8";
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
	body {
	margin: 0;
	padding: 0;
	border: 0;
	/* background-color: #DDDDDD; Dt 20131011 */
}
	#pulldownMenu input, #pulldownMenu textarea {
		margin:0; padding:0; font-size:0.85em; outline:none;
		font-family:inherit;	
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
		box-sizing:border-box;}
		
/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */


	#pulldownMenu #searchJobForm input[type="text"], #pulldownMenu input[type="password"] {
	width:12em;
	border-radius:5px;
	border: solid 1px #ccc;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	background-image: url(/Images/2015/img6.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.8em;
}

	#pulldownMenu textarea, #pulldownMenu div.styled, #pulldownMenu input[type="file"] {
	width:12em;
	border-radius:5px;
	border: solid 1px #ccc;
	padding:0.4em;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
}
	
	#pulldownMenu div.styled, #pulldownMenu input[type="submit"], #pulldownMenu input[type="button"], #pulldownMenu input[type="file"]:after {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-color: white;
	background-image: url(/Images/formelements-select.png);
	background-repeat: no-repeat;
	background-position: right center;
}	
	
	#pulldownMenu input[type="text"], #pulldownMenu input[type="password"], #pulldownMenu textarea, #pulldownMenu input[type="file"] { 
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);}
	
	.ie9 #pulldownMenu input[type="text"] {
	line-height:34px;
	font-size: 14px;
} /* Get the stuff to line up right */
	
	textarea { width:100%; height:10em; }
	
/* ----------------------------------------------  Select menu  ---------------------------------------------- */
	
	/* For IE and Firefox */

	#pulldownMenu div.styled {
	overflow:hidden;
	padding:0;
	margin:0;
	float: left;
	cursor:pointer;
}
		
	.ie7 #pulldownMenu div.styled {border:none;}

	#pulldownMenu div.styled select {	
	width:115%; background-color:transparent; background-image:none;
	-webkit-appearance: none; border:none; box-shadow:none; cursor:pointer;}
		
	.ie7 #pulldownMenu div.styled select {
	width:100%; background-color:#fff; border: solid 1px #ccc; 
	padding:0.3em 0.5em; }	
	
/* ----------------------------------------------  File field  ----------------------------------------------  */

	/* Webkit Only */
	
	#pulldownMenu input[type="file"] { 
		position: relative; 
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	width: 40%;	padding:0;}
		
	#pulldownMenu input[type=file]::-webkit-file-upload-button {
		width: 0; padding: 0; margin: 0;-webkit-appearance: none; border: none;}	
		
	#pulldownMenu input[type="file"]:after {
		content: 'Upload File';
		margin:0 0 0 0.5em;
		display: inline-block; left: 100%; position: relative;
		background:white url(/Images/formelements-select.png) no-repeat center left;
		padding:0.3em 0.5em; border: solid 1px #ccc !important;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		border-radius:4px;}	
		
		
		#pulldownMenu input[type="file"]:active:after {box-shadow:none;}
	
	

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */	

	#pulldownMenu input[type="submit"], 
	#pulldownMenu input[type="button"] {
	    line-height:1em;
	    cursor:pointer;
	    border-radius:4px;
	    color:#FFFFFF;
	    font-weight:bold;
	    font-size:inherit;
	    box-shadow:0 1px 5px rgba(0,0,0,0.2);
	    background-position: center bottom;
	    background-image: url(/Images/2015/search-btn-bg.gif);
	    background-repeat: repeat-x;
	    height: 34px;
	    padding-top: 0.5em;
	    padding-right: 3em;
	    padding-bottom: 0.5em;
	    padding-left: 3em;
	    border-top-style: none;
	    border-right-style: none;
	    border-bottom-style: none;
	    border-left-style: none;
	    /*-moz-box-shadow:0px 0px 10px #6e0003;
	    -webkit-box-shadow:0px 0px 10px #6e0003;
	    box-shadow:0px 0px 10px #6e0003;*/
    }
    #pulldownMenu input[type="submit"]:hover, 
	#pulldownMenu input[type="button"]:hover {
        color: #DDD;
    }
		
	/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
		
	#pulldownMenu input[type="submit"]:active, 
	#pulldownMenu input[type="button"]:active {-webkit-box-shadow: none; box-shadow:none;}
		
		/* IE7 needs you to change the background to transparent when using image background for submit buttons */	

#header .top-main .search .header .right label {
	margin-right: 5px;
	line-height: 25px;
}
