
/*RADIO BOXES*/
	input[type=radio].css-radio {
		display:none;
	}
	
	input[type=radio].css-radio + label.css-label2 {
		padding-left:29px;
		height:18px; 
		display:inline-block;
		line-height:18px;
		background-repeat:no-repeat;
		background-position: 0 0;
		font-size:14px;
		vertical-align:middle;
		cursor:pointer;
	
	}
	
	input[type=radio].css-radio:checked + label.css-label2 {
		background-position: 0 -18px;
	}
	
	label.css-label2 {
		background-image:url(/files/radio_16.png);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
/*RADIO BOXES END*/	

.text_job{
		font-family:"MrRoboto" ;
		font-size:10pt;
		padding:0px;
		margin: 0;
		background: #f8f8f8;
	    /*color:#888;
		*/
		-webkit-border-radius:2px;
	    -moz-border-radius:2px;
	    border-radius:2px;
		border:1px solid #bed44e;
		width:100%;
		height:25px;
		
	}
	
	.textarea_job{
		font-family:"MrRoboto" ;
		font-size:8pt;
		padding:0px;
		margin: 0;
		background: #f8f8f8;
	    /*color:#888;
		*/
		-webkit-border-radius:4px;
	    -moz-border-radius:4px;
	    border-radius:1px;
		border:1px solid #bed44e;
		width:100%;
		height:8%;
	}   
	
	.submit_job{
		background-color:#95c84f;
		color:#FFF;
		border:0px;
		font-size:8pt;
		padding:5px 10px;
	}
	
.styled-select select {
   background: transparent;
   width: 120%;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   }

   .styled-select {
   width: 100%;
   height: 30px;
   overflow: hidden;
   background: url(/files/green_arrow.jpg) no-repeat right #FFF;
   border: 1px solid #bed44e;
   }	
   
 .textarea_job{
	height:100px;
 }	 
 
 
.text_contact{
		font-family:"MrRoboto" ;
		font-size:10pt;
		padding:0px;
		margin: 0;
		background: #f8f8f8;
	    /*color:#888;
		*/
		-webkit-border-radius:2px;
	    -moz-border-radius:2px;
	    border-radius:2px;
		border:0px;
		width:100%;
		height:30px;
		
	}
	