@charset "UTF-8";

html, body     {
	margin-left: 0;
	padding: 0;
	font-family: Arial, 'sans-serif';
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
canvas {
	position: relative;
	float: left;
	/*margin-top: 10px;*/
}

.dropdown{
	width:120px;
	height: 28px;

	-moz-appearance: none;
  	-webkit-appearance: none;
	appearance: none;
	outline: none;
	padding-left: 5px;

	background: url(../img/arrow.png) 96% / 10% no-repeat #949392;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border-width:3px;  
    border-style:double;
	border-color: #FFFFFF;
}

select::-ms-expand {
	display: none;
  }


  #job_dd{
	width:250px;
	background: url(../img/arrow.png) 98% / 5% no-repeat #949392;
  }

@media (min-width:700px){
	#background{
		position: absolute;
		width: 700px;
		/*height: 450px;*/
	}

	#background img{
		position: absolute;
		width: 100%;
		height:auto;
	}

	.beyond_canvas{
		width: 700px;
		overflow: hidden;
	}
	.beyond_canvas_text{
		position: relative;
    	float: left;
   	 	display: block;
		width: 100%;
		margin-left: 10px;
	}
}

@media (max-width:700px){
	#background{
		position: absolute;
		width: 100%;
		height: auto;
	}

	#background img{
		position: absolute;
		width: 100%;
		height:auto;
	}
	.beyond_canvas{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	.beyond_canvas_text{
		width: 100%;
		position: relative;
		float: left;
		overflow: hidden;

		font-size: 12px;
	}
}